UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 922 B
"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 BellZBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M156 140a12 12 0 01-12 12h-32a12 12 0 01-10-18.66L121.58 104H112a12 12 0 110-24h32a12 12 0 0110 18.66L134.42 128H144a12 12 0 0112 12zm69.33 46A19.77 19.77 0 01208 196h-36.18a44 44 0 01-87.64 0H48a19.77 19.77 0 01-17.31-10 20.08 20.08 0 01.05-20.06C39.39 151 44 129.58 44 104a84 84 0 01168 0c0 25.57 4.59 47 13.27 61.93a20.08 20.08 0 01.07 20.07zm-77.73 10h-39.2a20 20 0 0039.2 0zm53.74-24c-8.85-18-13.34-40.87-13.34-68a60 60 0 00-120 0c0 27.14-4.48 50-13.33 68z" })); exports.default = BellZBold;