UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 939 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 BellSimpleSlashFill = (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.08zM160 216H96.22a8.19 8.19 0 00-8.22 7.47 8 8 0 008 8.53h63.74a8.19 8.19 0 008.26-7.47 8 8 0 00-8-8.53zM53.84 34.62A8 8 0 1042 45.38l16.79 18.47A79.42 79.42 0 0047.93 104c0 35.09-8.15 62-13.7 71.73a16.42 16.42 0 00.09 16.68A15.78 15.78 0 0047.91 200h134.71l19.45 21.38a8 8 0 0011.85-10.76z" })); exports.default = BellSimpleSlashFill;