@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.3 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var StatisticSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#StatisticSIcon__a)" },
React.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.createElement("defs", null,
React.createElement("clipPath", { id: "StatisticSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
StatisticSIcon.displayName = 'StatisticSIcon';