UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 829 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 BellSimpleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M166 224a6 6 0 01-6 6H96a6 6 0 010-12h64a6 6 0 016 6zm54.11-33a13.83 13.83 0 01-12.1 7H48a14 14 0 01-12.06-21.06C41.59 167.2 50 139.74 50 104a78 78 0 11156 0c0 35.73 8.42 63.2 14.08 72.94a13.9 13.9 0 01.03 14.06zm-10.41-8c-7.57-13-15.7-43.32-15.7-79a66 66 0 10-132 0c0 35.69-8.14 66-15.71 79a2 2 0 000 2 1.9 1.9 0 001.7 1H208a1.9 1.9 0 001.7-1 2 2 0 000-2z" })); exports.default = BellSimpleLight;