iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 960 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 BellSlash = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-bell-slash", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M5.164 14H15c-.299-.199-.557-.553-.78-1-.9-1.8-1.22-5.12-1.22-6q0-.396-.06-.776l-.938.938c.02.708.157 2.154.457 3.58.161.767.377 1.566.663 2.258H6.164zm5.581-9.91a4 4 0 00-1.948-1.01L8 2.917l-.797.161A4 4 0 004 7c0 .628-.134 2.197-.459 3.742q-.075.358-.166.718l-1.653 1.653q.03-.055.059-.113C2.679 11.2 3 7.88 3 7c0-2.42 1.72-4.44 4.005-4.901a1 1 0 111.99 0c.942.19 1.788.645 2.457 1.284zM10 15a2 2 0 11-4 0zm-9.375.625a.53.53 0 00.75.75l14.75-14.75a.53.53 0 00-.75-.75z" }));
exports.default = BellSlash;