UNPKG

@material-ui/icons

Version:

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

11 lines 417 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: "M10 8.64v6.72L15.27 12z", opacity: ".3" }), React.createElement("path", { d: "M8 19l11-7L8 5v14zm2-10.36L15.27 12 10 15.36V8.64z" })), 'PlayArrowTwoTone');