mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
9 lines
299 B
Plaintext
9 lines
299 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`builds object correctly 1`] = `
|
||
|
Object {
|
||
|
"icon1": "<line x1=\\"23\\" y1=\\"1\\" x2=\\"1\\" y2=\\"23\\"></line><line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line>",
|
||
|
"icon2": "<circle cx=\\"12\\" cy=\\"12\\" r=\\"11\\"></circle>",
|
||
|
}
|
||
|
`;
|