MCPcopy
hub / github.com/system-ui/theme-ui / SVGProps

Interface SVGProps

packages/components/src/SVG.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { Assign, ForwardRef } from './types'
5
6export interface SVGProps
7 extends Assign<SVGAttributes<SVGElement>, BoxOwnProps> {
8 size?: number | string
9}
10
11export const SVG: ForwardRef<SVGSVGElement, SVGProps> = React.forwardRef(
12 function SVG({ size = 24, ...rest }, ref) {

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…