react-icons-kit
Version: 
React Icons Kit using various Svg Icon set
44 lines (43 loc) • 813 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.instagram = void 0;
var instagram = {
  "viewBox": "0 0 24 24",
  "children": [{
    "name": "rect",
    "attribs": {
      "x": "2",
      "y": "2",
      "width": "20",
      "height": "20",
      "rx": "5",
      "ry": "5"
    },
    "children": []
  }, {
    "name": "path",
    "attribs": {
      "d": "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"
    },
    "children": []
  }, {
    "name": "line",
    "attribs": {
      "x1": "17.5",
      "y1": "6.5",
      "x2": "17.5",
      "y2": "6.5"
    },
    "children": []
  }],
  "attribs": {
    "fill": "none",
    "stroke": "currentColor",
    "stroke-width": "2",
    "stroke-linecap": "round",
    "stroke-linejoin": "round"
  }
};
exports.instagram = instagram;