MCPcopy Create free account
hub / github.com/Caldis/react-zmage / IconClose

Function IconClose

packages/core/src/asserts/icons/IconClose.tsx:3–12  ·  view source on GitHub ↗
({ color }: { color?: string })

Source from the content-addressed store, hash-verified

1import React from 'react'
2
3export const IconClose = ({ color }: { color?: string }) => (
4 <svg
5 width="23" height="23" viewBox="0 0 23 23"
6 fill="none" stroke={color || 'currentColor'}
7 strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"
8 >
9 <path d="M20 4 4 20"/>
10 <path d="m4 4 16 16"/>
11 </svg>
12)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected