MCPcopy Create free account
hub / github.com/TanStack/devtools / PackageIcon

Function PackageIcon

packages/devtools-ui/src/components/icons.tsx:512–530  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

510}
511
512export function PackageIcon() {
513 return (
514 <svg
515 width="20"
516 height="20"
517 viewBox="0 0 24 24"
518 fill="none"
519 xmlns="http://www.w3.org/2000/svg"
520 >
521 <path
522 d="M16.5 9.39999L7.5 4.20999M12 17.5L12 3M21 16V7.99999C20.9996 7.64926 20.9071 7.30481 20.7315 7.00116C20.556 6.69751 20.3037 6.44536 20 6.26999L13 2.26999C12.696 2.09446 12.3511 2.00204 12 2.00204C11.6489 2.00204 11.304 2.09446 11 2.26999L4 6.26999C3.69626 6.44536 3.44398 6.69751 3.26846 7.00116C3.09294 7.30481 3.00036 7.64926 3 7.99999V16C3.00036 16.3507 3.09294 16.6952 3.26846 16.9988C3.44398 17.3025 3.69626 17.5546 4 17.73L11 21.73C11.304 21.9055 11.6489 21.998 12 21.998C12.3511 21.998 12.696 21.9055 13 21.73L20 17.73C20.3037 17.5546 20.556 17.3025 20.7315 16.9988C20.9071 16.6952 20.9996 16.3507 21 16Z"
523 stroke="currentColor"
524 stroke-width="2"
525 stroke-linecap="round"
526 stroke-linejoin="round"
527 />
528 </svg>
529 )
530}
531
532export function CheckCircleIcon() {
533 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected