UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 kB
"use strict"; 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 BellRingingLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M223.05 69.33a6 6 0 01-8.05-2.57 96 96 0 00-34.2-37.68 6 6 0 016.4-10.15 109.26 109.26 0 0138.41 42.31 6 6 0 01-2.56 8.09zM41 66.76a96 96 0 0134.2-37.68 6 6 0 00-6.4-10.15 109.26 109.26 0 00-38.41 42.31A6 6 0 1041 66.76zm179 110.18A14 14 0 01208 198h-42.5a38 38 0 01-75 0H48a14 14 0 01-12.06-21.06C45.13 161.09 50 138.63 50 112a78 78 0 01156 0c0 27 4.74 48.86 14.08 64.94zM153.29 198h-50.58a26 26 0 0050.58 0zm56.42-15C199.29 165 194 141.15 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 = BellRingingLight;