UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.12 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 BellRingingThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M222.13 67.55a3.94 3.94 0 01-1.84.45 4 4 0 01-3.55-2.16 99.41 99.41 0 00-34.87-38.46 4 4 0 114.26-6.76 107.34 107.34 0 0137.71 41.54 4 4 0 01-1.71 5.39zM39.26 65.84a99.41 99.41 0 0134.87-38.46 4 4 0 00-4.26-6.76 107.34 107.34 0 00-37.71 41.54 4 4 0 001.71 5.39 3.94 3.94 0 001.84.45 4 4 0 003.55-2.16zM218.36 178A12 12 0 01208 196h-44.23a36 36 0 01-71.54 0H48a12 12 0 01-10.36-18C47.17 161.56 52 139.37 52 112a76 76 0 01152 0c0 27.36 4.83 49.55 14.36 66zm-62.65 18h-55.42a28 28 0 0055.42 0zm55.73-14C201.19 164.34 196 140.79 196 112a68 68 0 00-136 0c0 28.8-5.19 52.34-15.44 70a4 4 0 000 4 3.89 3.89 0 003.44 2h160a3.89 3.89 0 003.43-2 4 4 0 00.01-4z" })); exports.default = BellRingingThin;