Sha256: 9bfaa16df8391ef565b34291b17cdcab9b0839b1411364dc1110a42f42070e84

Contents?: true

Size: 415 Bytes

Versions: 44

Compression:

Stored size: 415 Bytes

Contents

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

var ToggleCheckBoxChecked = React.createClass({

  render: function() {
    return (
      <SvgIcon {...this.props}>
        <path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M10,17l-5-5l1.4-1.4 l3.6,3.6l7.6-7.6L19,8L10,17z"/>
      </SvgIcon>
    );
  }

});

module.exports = ToggleCheckBoxChecked;

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
nutella_framework-0.6.4 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.3 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.2 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.1 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.0 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.5.1 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.5.0 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.32 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.31 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.30 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.29 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.28 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.27 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.26 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.25 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.24 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.23 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.22 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.21 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.4.20 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx