7 lines
220 B
Plaintext
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');
|