@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
11 lines • 431 B
JavaScript
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
fill: "none",
d: "M0 0h24v24H0V0z"
}), React.createElement("path", {
d: "M8 9.86v4.28L11.03 12z",
opacity: ".3"
}), React.createElement("path", {
d: "M14.5 12L6 6v12l8.5-6zM8 9.86L11.03 12 8 14.14V9.86zM16 6h2v12h-2z"
})), 'SkipNextTwoTone');