iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.13 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 BellRinging2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-bell-ringing-2", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M9.63 17.531c.612.611.211 1.658-.652 1.706a3.992 3.992 0 01-3.05-1.166 3.992 3.992 0 01-1.165-3.049c.046-.826 1.005-1.228 1.624-.726l.082.074 3.161 3.16zM20.071 3.929c.96.96 1.134 2.41.52 3.547l-.09.153-.024.036a8.013 8.013 0 01-1.446 7.137l-.183.223-.191.218-2.073 2.072-.08.112a3 3 0 00-.499 2.113l.035.201.045.185c.264.952-.853 1.645-1.585 1.051l-.086-.078L3.101 9.586c-.727-.727-.017-1.945.973-1.671a3 3 0 002.5-.418l.116-.086 2.101-2.1a8 8 0 017.265-1.86l.278.071.037-.023a3.003 3.003 0 013.432.192l.14.117.128.12z" }));
exports.default = BellRinging2;