(props: React.ComponentPropsWithoutRef<'svg'>)
| 60 | } |
| 61 | |
| 62 | function ClipboardIcon(props: React.ComponentPropsWithoutRef<'svg'>) { |
| 63 | return ( |
| 64 | <svg viewBox="0 0 20 20" aria-hidden="true" {...props}> |
| 65 | <path |
| 66 | strokeWidth="0" |
| 67 | d="M5.5 13.5v-5a2 2 0 0 1 2-2l.447-.894A2 2 0 0 1 9.737 4.5h.527a2 2 0 0 1 1.789 1.106l.447.894a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2Z" |
| 68 | /> |
| 69 | <path |
| 70 | fill="none" |
| 71 | strokeLinejoin="round" |
| 72 | d="M12.5 6.5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2m5 0-.447-.894a2 2 0 0 0-1.79-1.106h-.527a2 2 0 0 0-1.789 1.106L7.5 6.5m5 0-1 1h-3l-1-1" |
| 73 | /> |
| 74 | </svg> |
| 75 | ) |
| 76 | } |
nothing calls this directly
no outgoing calls
no test coverage detected