spaceout/front_end/node_modules/@material-ui/icons/esm/VideoLibraryTwoTone.js
2020-12-12 10:25:30 -05:00

8 lines
500 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: "M8 16h12V4H8v12zm4-10.5l6 4.5-6 4.5v-9z",
opacity: ".3"
}), /*#__PURE__*/React.createElement("path", {
d: "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM12 5.5v9l6-4.5z"
})), 'VideoLibraryTwoTone');