@kde/react-icons-kit
Version:
React Icons Kit using various Svg Icon set, forked from react-icons-kit
6 lines (5 loc) • 582 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var image = exports.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" } };