Sha256: 32d04e9c0984b9537cb561122dc076414005cc42a50eb3cf27385cd0f3d451fb

Contents?: true

Size: 352 Bytes

Versions: 8

Compression:

Stored size: 352 Bytes

Contents

(function() {
  Rev.registerComponent('FontIcon', {
    render: function() {
      var classes;
      classes = {
        "RevFontIcon": true
      };
      classes["fi-" + this.props.type] = true;
      return React.createElement("i", React.__spread({}, this.props, {
        "className": this.classAdd(classes)
      }));
    }
  });

}).call(this);

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
revelry_core-0.1.12.4 spec/dummy/tmp/jasmine/assets/revelry/ui/formatting/FontIcon.self.js
revelry_core-0.1.12.2 spec/dummy/tmp/jasmine/assets/revelry/ui/formatting/FontIcon.self.js
revelry_core-0.1.11.6 spec/dummy/tmp/jasmine/assets/revelry/ui/formatting/FontIcon.self.js
revelry_core-0.1.10.1 spec/dummy/tmp/jasmine/assets/revelry/ui/formatting/FontIcon.self.js
revelry_core-0.1.10.0 spec/dummy/tmp/jasmine/assets/revelry/ui/formatting/FontIcon.self.js
revelry_core-0.1.9.1 spec/dummy/tmp/jasmine/assets/revelry/ui/formatting/FontIcon.self.js
revelry_core-0.1.9.0 spec/dummy/tmp/jasmine/assets/revelry/ui/formatting/FontIcon.self.js
revelry_core-0.1.8.0 spec/dummy/tmp/jasmine/assets/revelry/ui/formatting/FontIcon.self.js