iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 780 B
JavaScript
;
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 BellZFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M221.8 175.94c-5.55-9.56-13.8-36.61-13.8-71.94a80 80 0 10-160 0c0 35.34-8.26 62.38-13.81 71.94A16 16 0 0048 200h40.81a40 40 0 0078.38 0H208a16 16 0 0013.8-24.06zM128 216a24 24 0 01-22.62-16h45.24A24 24 0 01128 216zm16-64h-32a8 8 0 01-6.65-12.44l23.7-35.56H112a8 8 0 010-16h32a8 8 0 016.65 12.44L127 136h17a8 8 0 010 16z" }));
exports.default = BellZFill;