Spaces:
Running
Running
| import React from 'react'; | |
| export const UploadCloudIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" /> | |
| <path d="M12 12v9" /> | |
| <path d="m16 16-4-4-4 4" /> | |
| </svg> | |
| ); | |
| export const SparklesIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <path d="m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z" /> | |
| <path d="M5 3v4" /> | |
| <path d="M19 17v4" /> | |
| <path d="M3 5h4" /> | |
| <path d="M17 19h4" /> | |
| </svg> | |
| ); | |
| export const DownloadIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" /> | |
| <polyline points="7 10 12 15 17 10" /> | |
| <line x1="12" x2="12" y1="15" y2="3" /> | |
| </svg> | |
| ); | |
| export const LoaderIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <line x1="12" y1="2" x2="12" y2="6" /> | |
| <line x1="12" y1="18" x2="12" y2="22" /> | |
| <line x1="4.93" y1="4.93" x2="7.76" y2="7.76" /> | |
| <line x1="16.24" y1="16.24" x2="19.07" y2="19.07" /> | |
| <line x1="2" y1="12" x2="6" y2="12" /> | |
| <line x1="18" y1="12" x2="22" y2="12" /> | |
| <line x1="4.93" y1="19.07" x2="7.76" y2="16.24" /> | |
| <line x1="16.24" y1="7.76" x2="19.07" y2="4.93" /> | |
| </svg> | |
| ); | |
| export const WandIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round"> | |
| <path d="M15 4V2"/><path d="M15 16v-2"/><path d="M8 9h2"/> | |
| <path d="M20 9h2"/><path d="M17.8 11.8 19 13"/> | |
| <path d="M15 9h0"/><path d="M17.8 6.2 19 5"/> | |
| <path d="m3 21 9-9"/><path d="M12.2 6.2 11 5"/> | |
| </svg> | |
| ); | |
| export const CheckCircleIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14" /> | |
| <polyline points="22 4 12 14.01 9 11.01" /> | |
| </svg> | |
| ); | |
| export const TrashIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <path d="M3 6h18" /> | |
| <path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" /> | |
| </svg> | |
| ); | |
| export const XIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <path d="M18 6L6 18" /> | |
| <path d="M6 6l12 12" /> | |
| </svg> | |
| ); | |
| export const AlertTriangleIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" /> | |
| <path d="M12 9v4" /> | |
| <path d="M12 17h.01" /> | |
| </svg> | |
| ); | |
| export const CopyIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <rect width="14" height="14" x="8" y="8" rx="2" ry="2" /> | |
| <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" /> | |
| </svg> | |
| ); | |
| export const StopIcon = (props: React.SVGProps<SVGSVGElement>) => ( | |
| <svg | |
| {...props} | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| fill="none" | |
| stroke="currentColor" | |
| strokeWidth="2" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| > | |
| <rect x="6" y="6" width="12" height="12" /> | |
| </svg> | |
| ); | |