Sha256: b4b5156c0a8e22a27b150744ce6a9c33e5b0b58e92a7a640fb611f559585b63b

Contents?: true

Size: 396 Bytes

Versions: 44

Compression:

Stored size: 396 Bytes

Contents

var React = require('react');

var SvgIcon = React.createClass({

  render: function() {
    var classes = 'mui-svg-icon';
      if(this.props.class) {
          classes += ' ' + this.props.class;
      }

    return (
      <svg
        {...this.props}
        className={classes}
        viewBox="0 0 24 24">
        {this.props.children}
      </svg>
    );
  }

});

module.exports = SvgIcon;

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
nutella_framework-0.7.3 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.7.2 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.7.1 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.7.0 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.21 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.20 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.19 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.18 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.17 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.16 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.15 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.13 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.12 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.11 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.10 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.9 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.8 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.7 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.6 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx
nutella_framework-0.6.5 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/svg-icon.jsx