react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 512 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_person = void 0;
var ic_person = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
},
"children": []
}]
};
exports.ic_person = ic_person;
;