UNPKG

@material-ui/icons

Version:

Material Design Svg Icons converted to Material-UI React components.

11 lines 535 B
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M8 7.5l4 4 4-4V4H8z", opacity: ".3" }), /*#__PURE__*/React.createElement("path", { d: "M8 7.5l4 4 4-4V4H8z", opacity: ".3" }), /*#__PURE__*/React.createElement("path", { d: "M18 2H6v6l4 4-3.99 4.01L6 22h12l-.01-5.99L14 12l4-3.99V2zm-2 14.5V20H8v-3.5l4-4 4 4zm0-9l-4 4-4-4V4h8v3.5z" })), 'HourglassTopTwoTone');