UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.54 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StatisticMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.StatisticMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.998 2.25c.413 0 .747.336.747.75v10.534l1.893-2.028a3.27 3.27 0 0 1 .617-3.754 3.25 3.25 0 0 1 4.602 0 3.27 3.27 0 0 1 .776 3.37l1.413 1.32a3.25 3.25 0 0 1 2.553-.552l1.181-3.258a3.27 3.27 0 0 1-.613-5.055 3.25 3.25 0 0 1 5.328 1.014 3.27 3.27 0 0 1-.726 3.602 3.25 3.25 0 0 1-2.57.916l-1.238 3.413a3.27 3.27 0 0 1 .291 4.875 3.25 3.25 0 0 1-4.602 0 3.27 3.27 0 0 1-.583-3.82l-1.25-1.168a3.25 3.25 0 0 1-4.216.26l-2.856 3.06v4.521h17.198a.749.749 0 0 1 0 1.5H2.998A.75.75 0 0 1 2.25 21V3c0-.414.335-.75.748-.75M19.14 4.216a1.75 1.75 0 0 0-1.903.409 1.767 1.767 0 0 0 1.217 2.997 1.75 1.75 0 0 0 1.663-1.08 1.77 1.77 0 0 0-.977-2.326M8.556 8.296c-.467 0-.914.186-1.244.517a1.767 1.767 0 0 0 1.244 3.012c.467 0 .914-.186 1.244-.517a1.767 1.767 0 0 0-1.244-3.012m6.395 5.029c-.466 0-.914.186-1.244.517a1.767 1.767 0 0 0 1.244 3.012c.467 0 .914-.186 1.244-.517a1.77 1.77 0 0 0 0-2.495 1.76 1.76 0 0 0-1.244-.517", clipRule: "evenodd" }))); }); exports.StatisticMIcon.displayName = 'StatisticMIcon';