react-icons-kit
Version:
React Icons Kit using various Svg Icon set
43 lines (42 loc) • 755 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.image = void 0;
var image = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"x": "3",
"y": "3",
"width": "18",
"height": "18",
"rx": "2",
"ry": "2"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "8.5",
"cy": "8.5",
"r": "1.5"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "21 15 16 10 5 21"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.image = image;