UNPKG

@material-ui/icons

Version:

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

11 lines 443 B
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: "M14 14v1.17L17.17 12 14 8.83V10H6v4z", opacity: ".3" }), React.createElement("path", { d: "M20 12l-8-8v4H4v8h8v4l8-8zM6 14v-4h8V8.83L17.17 12 14 15.17V14H6z" })), 'ForwardTwoTone');