iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 974 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 BellSimpleSlashLight = (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 198h135.53l20 22a6 6 0 008.88-8.08zM48 186a1.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 186zm118 38a6 6 0 01-6 6H96a6 6 0 010-12h64a6 6 0 016 6zm47.27-46.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.55-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 = BellSimpleSlashLight;