react-icons-kit
Version:
React Icons Kit using various Svg Icon set
29 lines (28 loc) • 635 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.previous = void 0;
var previous = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 14.5c-3.59 0-6.5-2.91-6.5-6.5s2.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": "M7 8l4-3v6z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M5 5h2v6h-2v-6z"
}
}]
};
exports.previous = previous;
;