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.
 
 
 
 

13 lines
488 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: "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H3V8h18v8zM6 15h2v-2h2v-2H8V9H6v2H4v2h2z"
  5. }), React.createElement("circle", {
  6. cx: "14.5",
  7. cy: "13.5",
  8. r: "1.5"
  9. }), React.createElement("circle", {
  10. cx: "18.5",
  11. cy: "10.5",
  12. r: "1.5"
  13. })), 'VideogameAssetOutlined');