9 lines
603 B
Plaintext
9 lines
603 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
d: "M5.7 6.71c-.39.39-.39 1.02 0 1.41L9.58 12 5.7 15.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L7.12 6.71c-.39-.39-1.03-.39-1.42 0"
|
|
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
d: "M12.29 6.71c-.39.39-.39 1.02 0 1.41L16.17 12l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L13.7 6.7c-.38-.38-1.02-.38-1.41.01"
|
|
}, "1")], 'KeyboardDoubleArrowRightRounded'); |