UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 820 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChartSIcon = 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("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 4.143c.473 0 .857.384.857.857v6.667a.857.857 0 1 1-1.714 0V5c0-.473.384-.857.857-.857M9.333 5.476c.474 0 .857.384.857.857v5.334a.857.857 0 1 1-1.714 0V6.333c0-.473.384-.857.857-.857M6.667 6.81c.473 0 .857.384.857.858v4a.857.857 0 1 1-1.714 0v-4c0-.474.383-.858.857-.858M4 8.143c.473 0 .857.384.857.857v2.667a.857.857 0 1 1-1.714 0V9c0-.473.384-.857.857-.857", clipRule: "evenodd" }))); }); ChartSIcon.displayName = 'ChartSIcon';