react-icons-kit
Version:
React Icons Kit using various Svg Icon set
23 lines (22 loc) • 594 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.circleUp = void 0;
var circleUp = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M0 8c0 4.418 3.582 8 8 8s8-3.582 8-8-3.582-8-8-8-8 3.582-8 8zM14.5 8c0 3.59-2.91 6.5-6.5 6.5s-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5 6.5 2.91 6.5 6.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M11.043 10.457l1.414-1.414-4.457-4.457-4.457 4.457 1.414 1.414 3.043-3.043z"
}
}]
};
exports.circleUp = circleUp;
;