@icongo/gi
Version:
Game Icons
17 lines • 777 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 GIAzulFlake = 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: "M128 16v99.3l119 118.9V120.1L128 16zm256 0L265 120.1v114.1l119-119V16zM16 128l104 119h114.2L115.3 128H16zm380.8 0-119 119h114.1l104-119h-99.1zM120 265 16 384h99.2l119-119H120zm157.8 0 119 119h99.1l-104-119H277.8zM247 277.8l-119 119V496l119-104.1V277.8zm18 0v114.1L384 496v-99.2l-119-119z"
})]
}));
export { GIAzulFlake };