mui-icons
Version:
Popular Icons library combined and compatible with Material UI
29 lines (21 loc) • 1.78 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _react = require('react');
var _react2 = _interopRequireDefault(_react);
var _SvgIcon = require('material-ui/SvgIcon');
var _SvgIcon2 = _interopRequireDefault(_SvgIcon);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var Icon = function Icon(props) {
return _react2.default.createElement(
_SvgIcon2.default,
props,
_react2.default.createElement(
'g',
null,
_react2.default.createElement('path', { d: 'M1.7 0h20.6v18.6l-10.4 4.6-10.2-4.6V0zm19.2 17.8V5.4H3.1v12.4l8.8 3.9zm0-13.8V1.3H3.1V4h17.8zM4.1 8v1.6h-.5V8h.5zm0 2v1.5h-.5V10h.5zm0 2v1.5h-.5V12h.5zm0 2v1.5h-.5V14h.5zm0 2v1.5h-.5V16h.5zm.4 1.9l.2-.5 1.4.6-.2.5zm1.8.8l.2-.5 1.4.6-.2.5zm1.8.8l.2-.5 1.4.6-.2.5zm1.8.8l.2-.5 1.4.6-.2.5zm2.5.1l1.4-.6.2.5-1.4.6zm1.8-.8l1.4-.6.2.5-1.4.6zm1.8-.8l1.4-.6.2.5-1.4.6zm1.8-.8l1.4-.6.2.5-1.4.6zM5.2 2v.5H3.7V2h1.5zm2.2 0v.5H5.8V2h1.6zm2.1 0v.5H8V2h1.5zm2.2 0v.5h-1.5V2h1.5zm2.1 0v.5h-1.5V2h1.5zM16 2v.5h-1.5V2H16zm2.2 0v.5h-1.6V2h1.6zm2.1 0v.5h-1.5V2h1.5zM4.1 6.5v1.1h-.5V6h1.6v.5H4.1zM7.4 6v.5H5.8V6h1.6zm2.1 0v.5H8V6h1.5zm2.2 0v.5h-1.5V6h1.5zm2.1 0v.5h-1.5V6h1.5zM16 6v.5h-1.5V6H16zm2.2 0v.5h-1.6V6h1.6zm1.7 1.6V6.5h-1.1V6h1.6v1.6h-.5zm0 2V8h.5v1.6h-.5zm0 1.9V10h.5v1.5h-.5zm0 2V12h.5v1.5h-.5zm0 2V14h.5v1.5h-.5zm0 2V16h.5v1.5h-.5zm-8-.5q-1.7 0-3-1.2t-1.2-3q0-1.7 1.2-2.9t3-1.3q1.7 0 3 1.3t1.2 2.9q0 1.8-1.2 3t-3 1.2zm-2.2-5.1q0 .5.2.8t.7.3.9.1.8 0 .7.2.2.4q0 .6-1.5.6-1.3 0-1.6-.7l-.5.9q.9.5 2.2.5h.8q.4 0 .7-.2t.6-.5.3-.7q0-.6-.4-.9t-.9-.4-1.1 0-.9-.1-.3-.3q0-.3.2-.5t.6-.2.5 0q.5 0 1 .1t.7.5l.4-.8-.3-.1-.3-.1-.2-.1q-.2-.1-.3-.1t-.3-.1-.3 0-.3 0h-.8q-.4 0-.7.2t-.6.5-.2.7z' })
)
);
};
exports.default = Icon;