iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 663 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 CallBellFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M16 176a8 8 0 018-8h8v-16a96.12 96.12 0 0188-95.66V40h-16a8 8 0 010-16h48a8 8 0 010 16h-16v16.34A96.12 96.12 0 01224 152v16h8a8 8 0 010 16H24a8 8 0 01-8-8zm216 24H24a8 8 0 000 16h208a8 8 0 000-16z" }));
exports.default = CallBellFill;