react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 587 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.image = void 0;
var image = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "8.5",
"cy": "8.501",
"r": "2.5"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16 10c-2 0-3 3-4.5 3s-1.499-1-3.5-1c-2 0-3.001 4-3.001 4h14.001s-1-6-3-6zM20 3h-16c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-12c0-1.103-.897-2-2-2zm0 14h-16v-12h16v12z"
},
"children": []
}]
};
exports.image = image;
;