UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 810 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 BellBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M225.29 165.93C216.61 151 212 129.57 212 104a84 84 0 00-168 0c0 25.58-4.59 47-13.27 61.93a20.08 20.08 0 00-.07 20.07A19.77 19.77 0 0048 196h36.18a44 44 0 0087.64 0H208a19.77 19.77 0 0017.31-10 20.08 20.08 0 00-.02-20.07zM128 212a20 20 0 01-19.6-16h39.2a20 20 0 01-19.6 16zm-73.34-40C63.51 154 68 131.14 68 104a60 60 0 01120 0c0 27.13 4.48 50 13.33 68z" })); exports.default = BellBold;