iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const BellSimpleRingingLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M165.92 224a6 6 0 01-6 6h-64a6 6 0 010-12h64a6 6 0 016 6zm59.69-162.77a109.23 109.23 0 00-38.41-42.3 6 6 0 00-6.4 10.14A96 96 0 01215 66.76a6 6 0 1010.65-5.53zM41 66.76a96 96 0 0134.2-37.69 6 6 0 00-6.4-10.14 109.23 109.23 0 00-38.41 42.3A6 6 0 1041 66.76zm179 110.17A14 14 0 01208 198H48a14 14 0 01-12.06-21C45.13 161.08 50 138.62 50 112a78 78 0 01156 0c0 27 4.74 48.84 14.08 64.93zm-10.37 6C199.29 165 194 141.14 194 112a66 66 0 00-132 0c0 29.16-5.29 53-15.71 71a2 2 0 000 2 1.9 1.9 0 001.7 1H208a1.9 1.9 0 001.7-1 2 2 0 00.01-2z" }));
exports.default = BellSimpleRingingLight;