@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
11 lines • 507 B
JavaScript
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
fill: "none",
d: "M0 0h24v24H0V0z"
}), React.createElement("path", {
d: "M21 4H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM8 18H4V6h4v12zm6 0h-4V6h4v12zm6 0h-4V6h4v12z"
}), React.createElement("path", {
d: "M10 6h4v12h-4zm6 0h4v12h-4zM4 6h4v12H4z",
opacity: ".3"
})), 'ViewWeekTwoTone');