Skip to main content

IllustratedIconBrand

Used to implement UHC brand illustrated icons and adapt their properties.

Submit feedback
import { IllustratedIconBrand } from '@uhg-abyss/mobile';
    // Disclaimer: Not all icon/color combinations are applicable; inapplicable combinations will display as empty
    <IllustratedIconBrand icon="gears_system" color="multicolor" size={400} />

    Size

    Use the size property to adjust the width of the illustrated icon. The default value is 100. The height of the illustration will scale proportionally to the width.

    Color

    Use the color property to select available illustrated icon colors. The available colors are "gold", "orange", and "multicolor".

    Note: Not all illustrated icons have any color variants. In such cases, omit the color prop; otherwise, the icon will not display.

    IllustratedIconBrand Props

    Prop NameTypeDefaultDescription
    color"gold" | "orange" | "multicolor"-The color of the illustrated icon. Applicable only to certain assets.
    iconstring-The name of the illustrated icon
    sizenumber100%The width of the illustration

    IllustratedIconBrand Classes

    Class NameDescription
    abyss-illustrated-icon-brand-rootIllustratedIconBrand root element

    Screen Reader Support

    Illustrated icons are intended to be used as decorative images and as such, are ignored by screen readers by default. However, should a case arise in which an illustrated icon needs to be accessible, use the accessibilityLabel prop to provide accessible text to the image. This text should be descriptive enough to convey the meaning of the illustrated icon.


    The source for these illustrated icons can be found in the brand libraries.



    UnitedHealthCare Library



    You can use the search functionality to find the required illustrated icons. Icons can be searched using their title or colors.

    Table of Contents