Gazebo_simulation-Frontend/node_modules/@material-ui/icons/esm/PlaylistPlayTwoTone.js
2020-12-21 10:29:31 -05:00

5 lines
222 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M4 10h12v2H4zm0-4h12v2H4zm0 8h8v2H4zm10 6l5-3-5-3z"
}), 'PlaylistPlayTwoTone');