ui/components/Icons/ts/Shuffle.d.ts

4 lines
163 B
TypeScript

import type { SVGProps } from "react";
declare const Shuffle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
export default Shuffle;