UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 979 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 BellSlashLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M52.44 36a6 6 0 00-8.88 8l17.75 19.56A77.45 77.45 0 0050 104c0 35.74-8.42 63.2-14.08 72.94A14 14 0 0048 198h42.5a38 38 0 0075 0h18l20 22a6 6 0 008.88-8.08zM128 218a26 26 0 01-25.29-20h50.58A26 26 0 01128 218zm-80-32a1.9 1.9 0 01-1.7-1 2 2 0 010-2c7.56-13 15.7-43.31 15.7-79a65.63 65.63 0 017.78-31.12L172.62 186zm165.29-8.62a5.88 5.88 0 01-2.2.42 6 6 0 01-5.58-3.81c-7.2-18.31-11.49-44.48-11.49-70a66 66 0 00-98.57-57.42 6 6 0 11-5.93-10.43A78 78 0 01206 104c0 35.7 8.16 59.24 10.66 65.61a6 6 0 01-3.39 7.77z" })); exports.default = BellSlashLight;