7 lines
252 B
Plaintext
7 lines
252 B
Plaintext
|
"use client";
|
||
|
|
||
|
import createSvgIcon from './utils/createSvgIcon';
|
||
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
||
|
d: "m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"
|
||
|
}), 'ExpandLessOutlined');
|