UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 943 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 BellSimpleDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 192H48a8 8 0 01-6.88-12C47.71 168.6 56 139.81 56 104a72 72 0 01144 0c0 35.82 8.3 64.6 14.9 76a8 8 0 01-6.9 12z", opacity: ".2" }), React.createElement("path", { d: "M168 224a8 8 0 01-8 8H96a8 8 0 110-16h64a8 8 0 018 8zm53.85-32a15.8 15.8 0 01-13.85 8H48a16 16 0 01-13.8-24.06C39.75 166.38 48 139.34 48 104a80 80 0 11160 0c0 35.33 8.26 62.38 13.81 71.94a15.89 15.89 0 01.03 16.06zM208 184c-7.73-13.27-16-43.95-16-80a64 64 0 10-128 0c0 36.06-8.28 66.74-16 80z" })); exports.default = BellSimpleDuotone;