Repository URL to install this package:
|
Version:
4.0.61 ▾
|
const wording = {
minusAlt: {
description: 'A icon, representing minus button.',
title: 'Minus icon',
},
plusAlt: {
description: 'A icon, representing plus button.',
title: 'Plus icon',
},
star: {
description: 'An icon representing star.',
title: 'Star icon',
},
expand_more: {
description: 'An icon representing an arrow which pointing downward',
title: 'Down arrow icon',
},
expand_less: {
description: 'An icon representing an arrow which pointing upward ',
title: 'Up arrow icon',
},
chevron_right: {
description: 'An icon representing an arrow which pointing towards right ',
title: 'Right icon',
},
chevron_left: {
description: 'An icon representing an arrow which pointing towards left ',
title: 'Left icon',
},
favorite: {
description: 'An icon which shape is like heart',
title: 'Heart icon',
},
remove_circle_icon: {
description: 'An minus icon which is inside circle',
title: 'Decrement icon'
},
add_circle_icon: {
description: 'A plus shape icon which is inside circle',
title: 'Increment icon'
},
directions: {
title: 'Directions icon',
},
location_on: {
title: 'Store icon',
},
shopping_cart: {
title: 'Cart icon',
},
search: {
title: 'Search Icon',
},
add: {
title: 'Add icon',
},
arrow_drop_down: {
title: 'Arrow dropdown icon',
},
arrow_drop_up: {
title: 'Arrow drop up icon',
},
barcode: {
title: 'Barcode icon',
},
call: {
title: 'Call icon',
},
cancel: {
title: 'Close icon',
},
check_box_outline_blank: {
title: 'Checkbox icon',
description: 'an checkbox icon which is in off state',
},
check_box: {
title: 'Checkbox icon',
description: 'an checkbox icon which is in on state',
},
delete: {
title: 'Trash icon',
},
delete_forever: {
title: 'Delete forever icon',
},
delete_outline: {
title: 'Delete outline icon',
},
email: {
title: 'Email icon',
},
favorite_border: {
title: 'Favorite icon',
},
list: {
title: 'List icon',
},
play_circle_filled: {
title: 'Play icon',
},
play_circle_outline: {
title: 'Play circle outline icon',
},
radio_button_checked: {
title: 'Radio button checked icon'
},
radio_button_unchecked: {
title: 'Radio button unchecked icon'
},
share: {
title: 'Share icon'
},
star_border: {
title: 'Star icon',
},
toggle_off: {
title: 'Toggle icon',
description: 'A toggle icon which is in on state'
},
toggle_on: {
title: 'Toggle icon',
description: 'A toggle icon which is in off state'
},
visibility: {
title: 'Password icon',
description: 'An icon that resembles eye with oval and circle shape'
},
visibility_off: {
title: 'Password icon',
description: 'An icon that resembles eye with oval and circle shape'
},
close_icon: {
title: 'Close icon',
description: 'An icon representing close button'
},
account_circle: {
title: 'Account icon'
},
add_circle: {
title: 'Add icon'
},
all_out: {
title: 'All out icon'
},
alternate_email: {
title: 'Alternate email icon'
},
arrow_right_alt: {
title: 'Right arrow icon'
},
autorenew: {
title: 'Auto renew icon'
},
cancel: {
title: 'Cancel icon'
},
card_giftcard: {
title: 'Giftcard icon'
},
check_circle: {
title: 'Check icon'
},
contact_mail: {
title: 'Contact mail icon'
},
credit_card: {
title: 'Credit card icon'
},
date_range: {
title: 'Date range icon'
},
event_note: {
title: 'Event note icon'
},
filter_4: {
title: 'Filter icon'
},
filter_list: {
title: 'Filter list icon'
},
filter_none: {
title: 'Filter icon'
},
flag: {
title: 'Flag icon'
},
history: {
title: 'History icon'
},
home: {
title: 'Home icon'
},
keyboard_backspace: {
title: 'Keyboard backspace icon'
},
launch: {
title: 'Launch icon'
},
local_atm: {
title: 'Local ATM icon'
},
local_shipping: {
title: 'Local shipping icon'
},
loyalty: {
title: 'Loyalty icon'
},
menu: {
title: 'Menu icon'
},
people_outline: {
title: 'People icon'
},
play_arrow: {
title: 'Play icon'
},
settings: {
title: 'Settings icon'
},
store_mall: {
title: 'Store mall icon'
},
view_list: {
title: 'View list icon'
},
warning: {
title: 'Warning icon'
},
swap: {
title: 'Swap icon'
},
expand: {
title: 'Expand icon'
},
print_icon: {
title: 'Print icon',
description: 'An icon that print some section or page',
},
}
export { wording }
export default wording