react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 346 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.circleTop = void 0;
var circleTop = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1l3 3h-2v3h-2v-3h-2l3-3z"
}
}]
};
exports.circleTop = circleTop;
;