@icongo/gi
Version:
Game Icons
17 lines • 974 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GIAbstract030 = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M0 0h512v512H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M210.287 21C114.731 39.49 39.47 114.756 21 210.347h163.1c25.324 0 45.639 20.172 45.639 45.503s-20.315 45.803-45.638 45.803H21C39.47 397.244 114.731 472.51 210.287 491V327.847c0-25.33 20.315-45.653 45.638-45.653s45.788 20.322 45.788 45.653V491C397.268 472.51 472.53 397.244 491 301.653H328.049c-25.323 0-45.788-20.472-45.788-45.803s20.465-45.503 45.788-45.503H491C472.53 114.756 397.269 39.49 301.713 21v162.853c0 25.331-20.465 45.803-45.788 45.803s-45.638-20.472-45.638-45.803V21z"
})]
}));
export { GIAbstract030 };