react-icons-kit
Version:
React Icons Kit using various Svg Icon set
32 lines (31 loc) • 598 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.atSign = void 0;
var atSign = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "12",
"cy": "12",
"r": "4"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.atSign = atSign;
;