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.7.3 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.7.2 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.7.1 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.7.0 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.21 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.20 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.19 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.18 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.17 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.16 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.15 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.13 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.12 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.11 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.10 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.9 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.8 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.7 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.6 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx
nutella_framework-0.6.5 framework_components/roomcast-package-creator/src/app/components/material-ui/svg-icons/toggle-check-box-checked.jsx