@icongo/gi
Version:
Game Icons
17 lines • 1 kB
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 GIAbstract031 = 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: "M21 21c0 85.055 45.123 159.527 112.8 200.778 11.8-42.228 44.867-75.54 86.95-87.684V21H21zm270.25 0v113.094c42.083 12.144 75.15 45.456 86.95 87.684C445.877 180.528 491 106.055 491 21H291.25zM256 187.85c-37.638 0-68.15 30.512-68.15 68.15s30.512 68.15 68.15 68.15 68.15-30.512 68.15-68.15-30.512-68.15-68.15-68.15zM133.8 290.222C66.123 331.472 21 405.945 21 491h199.75V377.906c-42.083-12.144-75.15-45.456-86.95-87.684zm244.4 0c-11.8 42.228-44.867 75.54-86.95 87.684V491H491c0-85.055-45.123-159.527-112.8-200.778z"
})]
}));
export { GIAbstract031 };