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',
  },
}

export { wording }
export default wording