iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 690 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 CallBellThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M24 180h208a4 4 0 000-8h-12v-20a92.11 92.11 0 00-88-91.91V36h20a4 4 0 000-8h-48a4 4 0 000 8h20v24.09A92.11 92.11 0 0036 152v20H24a4 4 0 000 8zm20-28a84 84 0 01168 0v20H44zm192 56a4 4 0 01-4 4H24a4 4 0 010-8h208a4 4 0 014 4z" }));
exports.default = CallBellThin;