iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 927 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 BellDuotone = (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: "M221.8 175.94c-5.55-9.56-13.8-36.61-13.8-71.94a80 80 0 10-160 0c0 35.34-8.26 62.38-13.81 71.94A16 16 0 0048 200h40.81a40 40 0 0078.38 0H208a16 16 0 0013.8-24.06zM128 216a24 24 0 01-22.62-16h45.24A24 24 0 01128 216zm-80-32c7.7-13.24 16-43.92 16-80a64 64 0 11128 0c0 36.05 8.28 66.73 16 80z" }));
exports.default = BellDuotone;