UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 937 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 BellSimpleZLight = (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 6zm-22-86h-20.79L149 99.33a6 6 0 00-5-9.33h-32a6 6 0 000 12h20.79L107 140.67a6 6 0 005 9.33h32a6 6 0 000-12zm76.11 53a13.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 = BellSimpleZLight;