@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.51 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatisticSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.StatisticSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#StatisticSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1 .25a.75.75 0 0 1 .75.75v7.771l1.112-1.187a2.705 2.705 0 1 1 5.067-.316l.927.863a2.7 2.7 0 0 1 1.867-.405l.829-2.279a2.71 2.71 0 0 1-1.166-2.224 2.706 2.706 0 1 1 2.588 2.703l-.883 2.426a2.7 2.7 0 0 1 .941 2.05 2.706 2.706 0 1 1-5.16-1.137l-.773-.72a2.706 2.706 0 0 1-3.265.196l-2.083 2.225v3.284H15a.75.75 0 0 1 0 1.5H1A.75.75 0 0 1 .25 15V1A.75.75 0 0 1 1 .25M13.534 2.1a1.205 1.205 0 1 0-.883 2.243 1.205 1.205 0 0 0 .883-2.242M5.337 5.287a1.206 1.206 0 1 0 0 2.411 1.206 1.206 0 0 0 0-2.411m4.99 3.911a1.206 1.206 0 1 0 0 2.411 1.206 1.206 0 0 0 0-2.411", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "StatisticSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.StatisticSIcon.displayName = 'StatisticSIcon';