iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 898 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 BellSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M221.84 192a1.85 1.85 0 01-3 .28L83.27 43.19a4 4 0 01.8-6A79.55 79.55 0 01129.17 24c43.83.66 78.63 37.1 78.83 80.92.14 34.88 8.31 61.54 13.82 71a15.89 15.89 0 01.02 16.08zm-7.92 18.62a8 8 0 01-11.85 10.76L182.62 200h-15.46a40 40 0 01-78.41 0H47.91a15.78 15.78 0 01-13.59-7.59 16.42 16.42 0 01-.09-16.68c5.55-9.73 13.7-36.64 13.7-71.73a79.42 79.42 0 0110.86-40.15L42 45.38a8 8 0 1111.84-10.76zM150.59 200h-45.27a24 24 0 0045.27 0z" }));
exports.default = BellSlashFill;