MCPcopy Create free account
hub / github.com/editablejs/editable / ZoomInIcon

Function ZoomInIcon

packages/ui/src/icon.tsx:691–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691export 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
699export const ZoomOutIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => {
700 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…