UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.39 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChartSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4.14282C12.4734 4.14282 12.8571 4.52658 12.8571 4.99997L12.8571 11.6666C12.8571 12.14 12.4734 12.5238 12 12.5238C11.5266 12.5238 11.1428 12.14 11.1428 11.6666L11.1428 4.99997C11.1428 4.52658 11.5266 4.14282 12 4.14282ZM9.33317 5.4762C9.80656 5.4762 10.1903 5.85995 10.1903 6.33334L10.1903 11.6667C10.1903 12.1401 9.80656 12.5238 9.33317 12.5238C8.85978 12.5238 8.47603 12.1401 8.47603 11.6667L8.47603 6.33334C8.47603 5.85995 8.85978 5.4762 9.33317 5.4762ZM6.66676 6.80945C7.14015 6.80945 7.52391 7.1932 7.52391 7.66659L7.5239 11.6666C7.5239 12.14 7.14015 12.5237 6.66676 12.5237C6.19338 12.5237 5.80962 12.14 5.80962 11.6666L5.80962 7.66659C5.80962 7.1932 6.19338 6.80945 6.66676 6.80945ZM3.99997 8.14282C4.47335 8.14282 4.85711 8.52658 4.85711 8.99997L4.85711 11.6666C4.85711 12.14 4.47335 12.5238 3.99997 12.5238C3.52658 12.5238 3.14282 12.14 3.14282 11.6666L3.14282 8.99997C3.14282 8.52658 3.52658 8.14282 3.99997 8.14282Z", fill: "currentColor" }))); }); ChartSIcon.displayName = 'ChartSIcon';