Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / atoms / MaterialIcon / wording.d.ts
Size: Mime:
declare const wording: {
    minusAlt: {
        description: string;
        title: string;
    };
    plusAlt: {
        description: string;
        title: string;
    };
    star: {
        description: string;
        title: string;
    };
    expand_more: {
        description: string;
        title: string;
    };
    expand_less: {
        description: string;
        title: string;
    };
    chevron_right: {
        description: string;
        title: string;
    };
    chevron_left: {
        description: string;
        title: string;
    };
    favorite: {
        description: string;
        title: string;
    };
    remove_circle_icon: {
        description: string;
        title: string;
    };
    add_circle_icon: {
        description: string;
        title: string;
    };
    directions: {
        title: string;
    };
    location_on: {
        title: string;
    };
    shopping_cart: {
        title: string;
    };
    search: {
        title: string;
    };
    add: {
        title: string;
    };
    arrow_drop_down: {
        title: string;
    };
    arrow_drop_up: {
        title: string;
    };
    barcode: {
        title: string;
    };
    call: {
        title: string;
    };
    cancel: {
        title: string;
    };
    check_box_outline_blank: {
        title: string;
        description: string;
    };
    check_box: {
        title: string;
        description: string;
    };
    delete: {
        title: string;
    };
    delete_forever: {
        title: string;
    };
    delete_outline: {
        title: string;
    };
    email: {
        title: string;
    };
    favorite_border: {
        title: string;
    };
    list: {
        title: string;
    };
    play_circle_filled: {
        title: string;
    };
    play_circle_outline: {
        title: string;
    };
    radio_button_checked: {
        title: string;
    };
    radio_button_unchecked: {
        title: string;
    };
    share: {
        title: string;
    };
    star_border: {
        title: string;
    };
    toggle_off: {
        title: string;
        description: string;
    };
    toggle_on: {
        title: string;
        description: string;
    };
    visibility: {
        title: string;
        description: string;
    };
    visibility_off: {
        title: string;
        description: string;
    };
    close_icon: {
        title: string;
        description: string;
    };
    account_circle: {
        title: string;
    };
    add_circle: {
        title: string;
    };
    all_out: {
        title: string;
    };
    alternate_email: {
        title: string;
    };
    arrow_right_alt: {
        title: string;
    };
    autorenew: {
        title: string;
    };
    card_giftcard: {
        title: string;
    };
    check_circle: {
        title: string;
    };
    contact_mail: {
        title: string;
    };
    credit_card: {
        title: string;
    };
    date_range: {
        title: string;
    };
    event_note: {
        title: string;
    };
    filter_4: {
        title: string;
    };
    filter_list: {
        title: string;
    };
    filter_none: {
        title: string;
    };
    flag: {
        title: string;
    };
    history: {
        title: string;
    };
    home: {
        title: string;
    };
    keyboard_backspace: {
        title: string;
    };
    launch: {
        title: string;
    };
    local_atm: {
        title: string;
    };
    local_shipping: {
        title: string;
    };
    loyalty: {
        title: string;
    };
    menu: {
        title: string;
    };
    people_outline: {
        title: string;
    };
    play_arrow: {
        title: string;
    };
    settings: {
        title: string;
    };
    store_mall: {
        title: string;
    };
    view_list: {
        title: string;
    };
    warning: {
        title: string;
    };
    swap: {
        title: string;
    };
    expand: {
        title: string;
    };
    print_icon: {
        title: string;
        description: string;
    };
};
export { wording };
export default wording;