UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 818 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 BellLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M220.07 176.94C214.41 167.2 206 139.73 206 104a78 78 0 10-156 0c0 35.74-8.42 63.2-14.08 72.94A14 14 0 0048 198h42.48a38 38 0 0075 0H208a14 14 0 0012.06-21.06zM128 218a26 26 0 01-25.29-20h50.58A26 26 0 01128 218zm81.71-33a1.9 1.9 0 01-1.7 1H48a1.9 1.9 0 01-1.7-1 2 2 0 010-2c7.57-13 15.7-43.31 15.7-79a66 66 0 11132 0c0 35.68 8.14 65.95 15.71 79a2 2 0 010 2z" })); exports.default = BellLight;