UNPKG
@ftdata/icons
Version:
latest (2.15.0)
2.15.0
2.13.0
2.12.1
2.12.0
2.11.2
2.11.0
2.10.9
2.10.7
2.10.3
2.10.2
2.10.1
2.10.0
2.8.2
2.8.1
2.8.0
2.7.15
2.6.4
2.6.0
2.5.0
2.4.10
2.4.5
2.3.0
2.2.9
2.2.0
2.2.0-alpha.0
2.1.0-alpha.0
2.0.0-alpha.0
1.3.59
Fulltime Styleguide Icons
@ftdata/icons
/
dist
/
Icon
/
Interface
/
ColumnChartSquareAlt
/
index.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
CommonIconProps
}
from
'../..'
;
export
default
function
ColumnChartSquareAlt
(
{ color, size, weight, ...rest }: CommonIconProps
):
JSX
.
Element
;