react-icons-kit
Version: 
React Icons Kit using various Svg Icon set
79 lines (78 loc) • 2.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.ic_deck_outline = void 0;
var ic_deck_outline = {
  "viewBox": "0 0 24 24",
  "children": [{
    "name": "g",
    "attribs": {},
    "children": [{
      "name": "rect",
      "attribs": {
        "fill": "none",
        "height": "24",
        "width": "24"
      },
      "children": [{
        "name": "rect",
        "attribs": {
          "fill": "none",
          "height": "24",
          "width": "24"
        },
        "children": []
      }]
    }]
  }, {
    "name": "g",
    "attribs": {},
    "children": [{
      "name": "g",
      "attribs": {},
      "children": [{
        "name": "g",
        "attribs": {},
        "children": [{
          "name": "path",
          "attribs": {
            "d": "M22,9L12,2L2,9h9v13h2V9H22z M12,4.44L15.66,7H8.34L12,4.44z"
          },
          "children": [{
            "name": "path",
            "attribs": {
              "d": "M22,9L12,2L2,9h9v13h2V9H22z M12,4.44L15.66,7H8.34L12,4.44z"
            },
            "children": []
          }]
        }, {
          "name": "polygon",
          "attribs": {
            "points": "4.14,12 2.18,12.37 3,16.74 3,22 5,22 5.02,18 7,18 7,22 9,22 9,16 4.9,16"
          },
          "children": [{
            "name": "polygon",
            "attribs": {
              "points": "4.14,12 2.18,12.37 3,16.74 3,22 5,22 5.02,18 7,18 7,22 9,22 9,16 4.9,16"
            },
            "children": []
          }]
        }, {
          "name": "polygon",
          "attribs": {
            "points": "19.1,16 15,16 15,22 17,22 17,18 18.98,18 19,22 21,22 21,16.74 21.82,12.37 19.86,12"
          },
          "children": [{
            "name": "polygon",
            "attribs": {
              "points": "19.1,16 15,16 15,22 17,22 17,18 18.98,18 19,22 21,22 21,16.74 21.82,12.37 19.86,12"
            },
            "children": []
          }]
        }]
      }]
    }]
  }]
};
exports.ic_deck_outline = ic_deck_outline;