iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 872 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 BellZ = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M152 144a8 8 0 01-8 8h-32a8 8 0 01-6.65-12.44l23.7-35.56H112a8 8 0 010-16h32a8 8 0 016.65 12.44L127 136h17a8 8 0 018 8zm69.84 48a15.8 15.8 0 01-13.84 8h-40.81a40 40 0 01-78.38 0H48a16 16 0 01-13.8-24.06C39.75 166.38 48 139.34 48 104a80 80 0 11160 0c0 35.33 8.26 62.38 13.81 71.94a15.89 15.89 0 01.03 16.06zm-71.22 8h-45.24a24 24 0 0045.24 0zM208 184c-7.73-13.27-16-43.95-16-80a64 64 0 10-128 0c0 36.06-8.28 66.74-16 80z" }));
exports.default = BellZ;