// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`exports correct object 1`] = `
Object {
  "icon1": Icon {
    "attrs": Object {
      "class": "feather feather-icon1",
      "fill": "none",
      "height": 24,
      "stroke": "currentColor",
      "stroke-linecap": "round",
      "stroke-linejoin": "round",
      "stroke-width": 2,
      "viewBox": "0 0 24 24",
      "width": 24,
      "xmlns": "http://www.w3.org/2000/svg",
    },
    "contents": "<line x1=\\"23\\" y1=\\"1\\" x2=\\"1\\" y2=\\"23\\" /><line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\" />",
    "name": "icon1",
    "tags": Array [
      "foo",
      "bar",
      "hello",
      "world",
    ],
  },
  "icon2": Icon {
    "attrs": Object {
      "class": "feather feather-icon2",
      "fill": "none",
      "height": 24,
      "stroke": "currentColor",
      "stroke-linecap": "round",
      "stroke-linejoin": "round",
      "stroke-width": 2,
      "viewBox": "0 0 24 24",
      "width": 24,
      "xmlns": "http://www.w3.org/2000/svg",
    },
    "contents": "<circle cx=\\"12\\" cy=\\"12\\" r=\\"11\\" />",
    "name": "icon2",
    "tags": Array [],
  },
}
`;