react-icons-kit
Version:
React Icons Kit using various Svg Icon set
54 lines (53 loc) • 995 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.codepen = void 0;
var codepen = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polygon",
"attribs": {
"points": "12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "22",
"x2": "12",
"y2": "15.5"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "22 8.5 12 15.5 2 8.5"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "2 15.5 12 8.5 22 15.5"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "2",
"x2": "12",
"y2": "8.5"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.codepen = codepen;
;