UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 939 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 BellZLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M150 144a6 6 0 01-6 6h-32a6 6 0 01-5-9.33L132.79 102H112a6 6 0 010-12h32a6 6 0 015 9.33L123.21 138H144a6 6 0 016 6zm70.11 47a13.83 13.83 0 01-12.1 7h-42.49a38 38 0 01-75 0H48a14 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-66.82 7h-50.58a26 26 0 0050.58 0zm56.41-15c-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 = BellZLight;