@mage-icons/angular
v0.0.1
Published
Auto-generated package from the Mage icon pipeline.
Readme
@mage-icons/angular
Auto-generated package from the Mage icon pipeline.
Shared props contract
variant:"stroke" | "filled" | "duotone" | "bulk"(default stroke)size: number (default 20)stroke: only used for stroke/duotone
Usage
<mage-square-chevron-down [variant]="'stroke'" [size]="20"></mage-square-chevron-down>
<mage-square-chevron-down [variant]="'duotone'" [size]="24" [stroke]="1.5"></mage-square-chevron-down>
<mage-square-chevron-down [variant]="'filled'" [size]="24"></mage-square-chevron-down>