UNPKG

@material-ui/icons

Version:

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

11 lines 547 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: "M16 16.5l-4-4-4 4V20h8z", opacity: ".3" }), /*#__PURE__*/React.createElement("path", { d: "M16 16.5l-4-4-4 4V20h8z", opacity: ".3" }), /*#__PURE__*/React.createElement("path", { d: "M6 22h12v-6l-4-4 3.99-4.01L18 2H6l.01 5.99L10 12l-4 3.99V22zM8 7.5V4h8v3.5l-4 4-4-4zm0 9l4-4 4 4V20H8v-3.5z" })), 'HourglassBottomTwoTone');