UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 987 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 BellSlashThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M51 37.31a4 4 0 00-6 5.38l18.8 20.63A75.52 75.52 0 0052 104c0 36.13-8.58 64-14.36 73.95A12 12 0 0048 196h44.23a36 36 0 0071.54 0h20.64L205 218.69a4 4 0 105.92-5.38zM128 220a28 28 0 01-27.71-24h55.42A28 28 0 01128 220zm-80-32a3.89 3.89 0 01-3.43-2 4 4 0 010-4C52 169.17 60 139.32 60 104a67.58 67.58 0 019.4-34.51L177.14 188zm164.55-12.48a3.94 3.94 0 01-1.46.28 4 4 0 01-3.72-2.54C200.24 155.17 196 129.28 196 104A68 68 0 0094.46 44.83a4 4 0 11-4-6.95A76 76 0 01204 104c0 36.05 8.26 59.89 10.79 66.34a4 4 0 01-2.26 5.18z" })); exports.default = BellSlashThin;