| 689 | } |
| 690 | |
| 691 | export const ZoomInIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => { |
| 692 | return ( |
| 693 | <svg {...props} viewBox="0 0 1024 1024" width="1em" height="1em" fill="currentColor"> |
| 694 | <path d="M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"></path> |
| 695 | </svg> |
| 696 | ) |
| 697 | } |
| 698 | |
| 699 | export const ZoomOutIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => { |
| 700 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…