@kde/react-icons-kit
Version:
React Icons Kit using various Svg Icon set, forked from react-icons-kit
6 lines (5 loc) • 572 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var arrowLeftCircle = exports.arrowLeftCircle = { "viewBox": "0 0 24 24", "children": [{ "name": "circle", "attribs": { "cx": "12", "cy": "12", "r": "10" }, "children": [] }, { "name": "polyline", "attribs": { "points": "12 8 8 12 12 16" }, "children": [] }, { "name": "line", "attribs": { "x1": "16", "y1": "12", "x2": "8", "y2": "12" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } };