UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 660 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 BellSimpleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M168 224a8 8 0 01-8 8H96a8 8 0 110-16h64a8 8 0 018 8zm53.81-48.06C216.25 166.38 208 139.33 208 104a80 80 0 10-160 0c0 35.34-8.26 62.38-13.81 71.94A16 16 0 0048 200h160a16 16 0 0013.8-24.06z" })); exports.default = BellSimpleFill;