@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.12 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChartMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 6.25C16.4142 6.25 16.75 6.58579 16.75 7V17C16.75 17.4142 16.4142 17.75 16 17.75C15.5858 17.75 15.25 17.4142 15.25 17V7C15.25 6.58579 15.5858 6.25 16 6.25ZM13 8.25C13.4142 8.25 13.75 8.58579 13.75 9L13.75 17C13.75 17.4142 13.4142 17.75 13 17.75C12.5858 17.75 12.25 17.4142 12.25 17L12.25 9C12.25 8.58579 12.5858 8.25 13 8.25ZM10 10.25C10.4142 10.25 10.75 10.5858 10.75 11V17C10.75 17.4142 10.4142 17.75 10 17.75C9.58579 17.75 9.25 17.4142 9.25 17L9.25 11C9.25 10.5858 9.58579 10.25 10 10.25ZM7 12.25C7.41421 12.25 7.75 12.5858 7.75 13L7.75 17C7.75 17.4142 7.41421 17.75 7 17.75C6.58579 17.75 6.25 17.4142 6.25 17L6.25 13C6.25 12.5858 6.58579 12.25 7 12.25Z", fill: "currentColor" }))); });
ChartMIcon.displayName = 'ChartMIcon';