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

Function DownloadIcon

packages/ui/src/icon.tsx:735–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735export const DownloadIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => {
736 return (
737 <svg {...props} viewBox="0 0 1024 1024" width="1em" height="1em" fill="currentColor">
738 <path d="M488.5 784.35l-155.8-155.9c-13.4-13.5-13.4-35.4 0.1-48.9 13.4-13.5 35.3-13.5 48.8 0l96.9 96.9V98.649c0-19.1 15.5-34.6 34.6-34.6 19.101 0 34.601 15.5 34.601 34.6V676.45l96.899-96.9c6.5-6.5 15.2-10.1 24.4-10.1s17.9 3.6 24.4 10.1c13.5 13.5 13.5 35.4 0 48.9l-155.9 155.9c-6.8 6.7-15.6 10.101-24.5 10.101s-17.8-3.401-24.5-10.101z m436.9-143.9c19.1 0 34.6 15.5 34.6 34.5v222.9c0 34.2-27.8 62.101-62.1 62.101H126.1c-34.2 0-62.1-27.8-62.1-62.101v-222.9c0-19 15.4-34.601 34.5-34.601s34.6 15.5 34.6 34.601v195.5c0 11.399 9.3 20.6 20.6 20.6h716.5c11.399 0 20.6-9.3 20.6-20.6v-195.4c0-19.1 15.5-34.6 34.6-34.6z"></path>
739 </svg>
740 )
741}
742
743export const CloseIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => {
744 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…