Sha256: e178dafbaf28538730e7bbed18eb3e56513e3aafad557fc9099c1dd3d883146d

Contents?: true

Size: 393 Bytes

Versions: 44

Compression:

Stored size: 393 Bytes

Contents

var React = require('react');
var SvgIcon = require('./svg-icon.jsx');

var RadioButtonOff = React.createClass({

  render: function() {
    return (
      <SvgIcon {...this.props}>
        <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>
      </SvgIcon>
    );
  }

});

module.exports = RadioButtonOff;

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
nutella_framework-0.4.19 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-radio-button-off.jsx
nutella_framework-0.4.18 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-radio-button-off.jsx
nutella_framework-0.4.17 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-radio-button-off.jsx
nutella_framework-0.4.16 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-radio-button-off.jsx