7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
|
"use client";
|
||
|
|
||
|
import createSvgIcon from './utils/createSvgIcon';
|
||
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
||
|
d: "m10 17 5-5-5-5z"
|
||
|
}), 'ArrowRight');
|