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 / src / components / atoms / MaterialIcon / wording.ts
Size: Mime:
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: {
    tite: '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 which represents the visibility of password'
  },
  visibility_off: {
    title: 'Password icon',
    description: 'An icon to represents an invisibility of password'
  },
  close_icon: {
    title: 'Close icon',
    description: 'An icon representing close button'
  }
}

export { wording }
export default wording