react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 413 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.bell = void 0;
var bell = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M4 0c-1.1 0-2 .9-2 2 0 1.04-.52 1.98-1.34 2.66-.41.34-.66.82-.66 1.34h8c0-.52-.24-1-.66-1.34-.82-.68-1.34-1.62-1.34-2.66 0-1.1-.89-2-2-2zm-1 7c0 .55.45 1 1 1s1-.45 1-1h-2z"
}
}]
};
exports.bell = bell;
;