carboncloud / ui-library / Ui.Icon

Types


type Icon
    = Icon ({ label : String, attributes : List (Svg.Styled.Attribute Basics.Never), children : List (Svg.Styled.Svg Basics.Never) })

Defines the Icon type

Views

view : Icon -> Html.Styled.Html msg

Creates a view for the given icon

view24x24 : Icon -> Html.Styled.Html msg

Renders an icon as a 24 by 24 pixels icon

Action icons

edit : Icon

Edit icon

close : Icon

Close icon

search : Icon

Search icon

newWindow : Icon

Open in new window icon

comment : Icon

Represents a comment icon

settings : Icon

Represents a settings icon

checkmark : Icon

Represents a checkmark icon.

more : Icon

Represents a more icon

delete : Icon

Represents a delete icon

copy : Icon

Represents a copy icon

visibilityOn : Icon

visibilityOff : Icon

Chevron icons

chevronUp : Icon

Chevron up icon

chevronLeft : Icon

Chevron left icon

chevronRight : Icon

Chevron right icon

chevronDown : Icon

Checron down icon