UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 952 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 BellZThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M148 144a4 4 0 01-4 4h-32a4 4 0 01-3.33-6.22L136.53 100H112a4 4 0 010-8h32a4 4 0 013.33 6.22L119.47 140H144a4 4 0 014 4zm70.38 46a11.84 11.84 0 01-10.38 6h-44.23a36 36 0 01-71.54 0H48a12 12 0 01-10.35-18C43.42 168 52 140.13 52 104a76 76 0 11152 0c0 36.13 8.59 64 14.36 73.95a11.92 11.92 0 01.02 12.05zm-62.67 6h-55.42a28 28 0 0055.42 0zm55.72-14C204 169.17 196 139.31 196 104a68 68 0 10-136 0c0 35.32-8 65.17-15.44 78a4 4 0 000 4 3.91 3.91 0 003.44 2h160a3.91 3.91 0 003.44-2 4 4 0 00-.01-4z" })); exports.default = BellZThin;