UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.28 kB
"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 BellZ = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-bell-z", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M14.235 19c.865 0 1.322 1.024.745 1.668A3.992 3.992 0 0112 22a3.992 3.992 0 01-2.98-1.332c-.552-.616-.158-1.579.634-1.661l.11-.006h4.471zM12 2c1.358 0 2.506.903 2.875 2.141l.046.171.008.043a8.013 8.013 0 014.024 6.069l.028.287L19 11v2.931l.021.136a3 3 0 001.143 1.847l.167.117.162.099c.86.487.56 1.766-.377 1.864L20 18H4c-1.028 0-1.387-1.364-.493-1.87a3 3 0 001.472-2.063L5 13.924l.001-2.97A8 8 0 018.822 4.5l.248-.146.01-.043a3.003 3.003 0 012.562-2.29l.182-.017L12 2zm2 6h-4l-.117.007A1 1 0 009 9l.007.117A1 1 0 0010 10h1.584l-2.291 2.293-.076.084C8.703 13.014 9.147 14 10 14h4l.117-.007A1 1 0 0015 13l-.007-.117A1 1 0 0014 12h-1.586l2.293-2.293.076-.084C15.297 8.986 14.853 8 14 8z" })); exports.default = BellZ;