UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 942 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 BellSimpleZThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M164 224a4 4 0 01-4 4H96a4 4 0 010-8h64a4 4 0 014 4zm-20-84h-24.53l27.86-41.78A4 4 0 00144 92h-32a4 4 0 000 8h24.53l-27.86 41.78A4 4 0 00112 148h32a4 4 0 000-8zm74.38 50a11.84 11.84 0 01-10.38 6H48a12 12 0 01-10.35-18C43.42 168 52 140.13 52 104a76 76 0 11152 0c0 36.13 8.59 64 14.36 73.95a11.92 11.92 0 01.02 12.05zm-6.95-8C204 169.17 196 139.31 196 104a68 68 0 10-136 0c0 35.32-8 65.17-15.44 78a4 4 0 000 4 3.91 3.91 0 003.44 2h160a3.91 3.91 0 003.44-2 4 4 0 00-.01-4z" })); exports.default = BellSimpleZThin;