You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 rivejä
344 B

  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
  4. d: "M10 8.64v6.72L15.27 12z",
  5. opacity: ".3"
  6. }), React.createElement("path", {
  7. d: "M8 19l11-7L8 5v14zm2-10.36L15.27 12 10 15.36V8.64z"
  8. })), 'PlayArrowTwoTone');