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 BellSimpleRingingThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M164 224a4 4 0 01-4 4H96a4 4 0 010-8h64a4 4 0 014 4zm59.84-161.84a107.34 107.34 0 00-37.71-41.54 4 4 0 10-4.26 6.76 99.41 99.41 0 0134.87 38.46 4 4 0 003.55 2.16 3.94 3.94 0 001.84-.45 4 4 0 001.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 196H48a12 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-6.92 4C201.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 = BellSimpleRingingThin;