ohctechv3/.svn/pristine/86/8664247fe3f320c76e4016257fbdf845f769640d.svn-base
2024-10-28 15:03:36 +05:30

7 lines
220 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "m14 7-5 5 5 5z"
}), 'ArrowLeftOutlined');