ohctechv3/.svn/pristine/0b/0b1370202d29ee686af9eaa0aa3a7003c5df6cf9.svn-base
2024-10-28 15:03:36 +05:30

7 lines
266 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "m3.5 18.49 6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z"
}), 'ShowChartSharp');