react-icons-kit
Version:
React Icons Kit using various Svg Icon set
34 lines (33 loc) • 695 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_spread = void 0;
var basic_spread = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polygon",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "1,6 1,54 32,58 63,54 63,6 32,10 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "58",
"x2": "32",
"y2": "10"
},
"children": []
}]
};
exports.basic_spread = basic_spread;