Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import classNames from
"classnames"
;
2
3
interface IconProps {
4
className?: string;
5
}
6
7
export default function Icon({ className }: IconProps) {
8
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected