@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
9 lines • 580 B
JavaScript
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M10 8v6l4.7 2.9.8-1.2-4-2.4V8z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.92 12c.05.33.08.66.08 1 0 3.9-3.1 7-7 7s-7-3.1-7-7 3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-.34-.02-.67-.06-1h-2.02z"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 5V2h-2v3h-3v2h3v3h2V7h3V5z"
})), 'MoreTimeOutlined');