UNPKG
@elgato/icons
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Icons used throughout the Elgato ecosystem.
docs.elgato.com/resources/icons
elgatosf/icons
@elgato/icons
/
dist
/
react
/
icons
/
Cathedral.g.d.ts
8 lines
(7 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
SVGProps
}
from
"react"
;
import
type
{
IconProps
}
from
"../types.js"
;
declare
const
IconCathedral
: { (
props
:
IconProps
&
SVGProps
<
SVGSVGElement
>):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
iconName
:
string
; };
export
default
IconCathedral
;