iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 626 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 BellFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-bell-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 16a2 2 0 002-2H6a2 2 0 002 2m.995-14.901a1 1 0 10-1.99 0A5 5 0 003 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901" }));
exports.default = BellFill;