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

28 lines
1.1 KiB
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
d: "M5 19h14V5H5v14zM16.5 6c.83 0 1.5.67 1.5 1.5S17.33 9 16.5 9 15 8.33 15 7.5 15.67 6 16.5 6zm0 9c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zM12 10.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zM7.5 6C8.33 6 9 6.67 9 7.5S8.33 9 7.5 9 6 8.33 6 7.5 6.67 6 7.5 6zm0 9c.83 0 1.5.67 1.5 1.5S8.33 18 7.5 18 6 17.33 6 16.5 6.67 15 7.5 15z",
opacity: ".3"
}), React.createElement("path", {
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"
}), React.createElement("circle", {
cx: "7.5",
cy: "16.5",
r: "1.5"
}), React.createElement("circle", {
cx: "7.5",
cy: "7.5",
r: "1.5"
}), React.createElement("circle", {
cx: "12",
cy: "12",
r: "1.5"
}), React.createElement("circle", {
cx: "16.5",
cy: "16.5",
r: "1.5"
}), React.createElement("circle", {
cx: "16.5",
cy: "7.5",
r: "1.5"
})), 'CasinoTwoTone');