UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 997 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 BellSimpleSlashBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216.88 207.93l-160-176a12 12 0 10-17.76 16.14l14.8 16.29A83.58 83.58 0 0044 104c0 25.58-4.59 47-13.27 61.93a20.08 20.08 0 00-.05 20.07A19.75 19.75 0 0048 196h125.6l25.52 28.07a12 12 0 0017.76-16.14zM54.68 172C63.52 154 68 131.14 68 104a59.84 59.84 0 013.52-20.29L151.78 172zM172 224a12 12 0 01-12 12H96a12 12 0 010-24h64a12 12 0 0112 12zM88.89 42.35a12 12 0 016.37-15.73A84 84 0 01212 104c0 18.68 2.38 34.93 7.07 48.28a12 12 0 11-22.64 8C190.83 144.32 188 125.4 188 104a60 60 0 00-83.38-55.28 12 12 0 01-15.73-6.37z" })); exports.default = BellSimpleSlashBold;