react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 546 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_verified_user = void 0;
var ic_verified_user = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"
},
"children": []
}]
};
exports.ic_verified_user = ic_verified_user;
;