iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 749 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 CallBellBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M24 180h208a12 12 0 000-24h-4.09A100.16 100.16 0 00140 60.72V44h12a12 12 0 000-24h-48a12 12 0 000 24h12v16.72A100.16 100.16 0 0028.09 156H24a12 12 0 000 24zm104-96a76.09 76.09 0 0175.89 72H52.11A76.09 76.09 0 01128 84zm116 124a12 12 0 01-12 12H24a12 12 0 010-24h208a12 12 0 0112 12z" }));
exports.default = CallBellBold;