react-icons-kit
Version:
React Icons Kit using various Svg Icon set
71 lines (70 loc) • 1.62 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_settings = void 0;
var basic_settings = {
"viewBox": "0 0 64 64",
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "36",
"y1": "34",
"x2": "41",
"y2": "39"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "46.257",
"y": "35.065",
"transform": "matrix(-0.7071 0.7071 -0.7071 -0.7071 120.5036 47.0858)",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "8.485",
"height": "26.87"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "12,16 18,10 8,4 6,6 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "28",
"y1": "26",
"x2": "15",
"y2": "13"
},
"children": []
}, {
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M58,12.5l-8,3.75l-4-4.125l3.5-8.062l0,0\r\n\tC39.5,4.062,37,9,37,14v4L3.5,52l-1.75,6l2.125,2l6.062-1.5L44,25h4C53,25,58,22.5,58,12.5L58,12.5z"
},
"children": []
}]
};
exports.basic_settings = basic_settings;
;