UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 814 B
"use strict"; 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 BellThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M218.35 178c-5.77-10-14.35-37.87-14.35-74a76 76 0 10-152 0c0 36.13-8.59 64-14.36 73.95A12 12 0 0048 196h44.23a36 36 0 0071.54 0H208a12 12 0 0010.35-18zM128 220a28 28 0 01-27.71-24h55.42A28 28 0 01128 220zm83.45-34a3.91 3.91 0 01-3.44 2H48a3.91 3.91 0 01-3.44-2 4 4 0 010-4C52 169.17 60 139.32 60 104a68 68 0 11136 0c0 35.31 8 65.17 15.44 78a4 4 0 01.01 4z" })); exports.default = BellThin;