@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
5 lines • 314 B
JavaScript
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement("path", {
d: "M19 6v10.5l2 2V4H6.5l2 2zM3.22 3.32L1.95 4.59 3 5.64V20h14.36l2.06 2.06 1.27-1.27L3.22 3.32zM15 18H5V7.64L15.36 18H15z"
}), 'BrowserNotSupportedSharp');