react-icons-kit
Version:
React Icons Kit using various Svg Icon set
83 lines (82 loc) • 1.67 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_signs = void 0;
var basic_signs = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polygon",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "55,24 22,24 22,12 55,12 62,18 "
},
"children": []
}, {
"name": "polygon",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "9,28 42,28 42,40 9,40 2,34 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "40",
"x2": "32",
"y2": "64"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "28",
"x2": "32",
"y2": "24"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "12",
"x2": "32",
"y2": "7"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "24",
"y1": "63",
"x2": "40",
"y2": "63"
},
"children": []
}]
};
exports.basic_signs = basic_signs;
;