MCPcopy Create free account
hub / github.com/api-platform/website / IconProps

Interface IconProps

pwa/components/icons/clock.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import classNames from "classnames";
2
3interface IconProps {
4 className?: string;
5}
6
7export default function Icon({ className }: IconProps) {
8 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected