react-icons-kit
Version:
React Icons Kit using various Svg Icon set
23 lines (22 loc) • 603 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.circleLeft = void 0;
var circleLeft = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zM8 1.5c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M10.457 4.957l-1.414-1.414-4.457 4.457 4.457 4.457 1.414-1.414-3.043-3.043z"
}
}]
};
exports.circleLeft = circleLeft;
;