react-icons-kit
Version:
React Icons Kit using various Svg Icon set
41 lines (40 loc) • 718 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.anchor = void 0;
var anchor = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "12",
"cy": "5",
"r": "3"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "22",
"x2": "12",
"y2": "8"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M5 12H2a10 10 0 0 0 20 0h-3"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.anchor = anchor;
;