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.js
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
const wording = {
  minusAlt: {
    description: 'A icon, representing minus button.',
    title: 'Minus icon'
  },
  plusAlt: {
    description: 'A icon, representing plus button.',
    title: 'Plus icon'
  }
};
exports.wording = wording;
exports.default = wording; //# sourceMappingURL=wording.js.map