iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 978 B
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 BellSimpleRinging = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 224a8 8 0 01-8 8H96a8 8 0 010-16h64a8 8 0 018 8zm59.39-163.68a111.36 111.36 0 00-39.12-43.08 8 8 0 10-8.54 13.53 94.13 94.13 0 0133.46 36.91 8 8 0 0014.2-7.36zM35.71 72a8 8 0 007.1-4.32 94.13 94.13 0 0133.46-36.91 8 8 0 10-8.54-13.53 111.36 111.36 0 00-39.12 43.08A8 8 0 0035.71 72zm186.1 103.94A16 16 0 01208 200H48a16 16 0 01-13.79-24.06C43.22 160.39 48 138.28 48 112a80 80 0 01160 0c0 26.27 4.78 48.38 13.81 63.94zM208 184c-10.64-18.27-16-42.49-16-72a64 64 0 00-128 0c0 29.52-5.38 53.74-16 72z" }));
exports.default = BellSimpleRinging;