iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 686 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 CallBell = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M24 184h208a8 8 0 000-16h-8v-16a96.12 96.12 0 00-88-95.66V40h16a8 8 0 000-16h-48a8 8 0 000 16h16v16.34A96.12 96.12 0 0032 152v16h-8a8 8 0 000 16zm24-32a80 80 0 01160 0v16H48zm192 56a8 8 0 01-8 8H24a8 8 0 010-16h208a8 8 0 018 8z" }));
exports.default = CallBell;