react-icons-kit
Version: 
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 580 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.bold = void 0;
var bold = {
  "viewBox": "0 0 24 24",
  "children": [{
    "name": "path",
    "attribs": {
      "d": "M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"
    },
    "children": []
  }, {
    "name": "path",
    "attribs": {
      "d": "M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"
    },
    "children": []
  }],
  "attribs": {
    "fill": "none",
    "stroke": "currentColor",
    "stroke-width": "2",
    "stroke-linecap": "round",
    "stroke-linejoin": "round"
  }
};
exports.bold = bold;