@icongo/gi
Version:
Game Icons
17 lines • 863 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 GIGrenade = 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: "M256 16c-96 0-120 48.188-120 72.188v71.718c0 13.296 10.61 23.907 23.907 23.907h23.907v144.375h-23.907c-13.296 0-23.907 10.61-23.907 23.907v71.717c0 24 24 72.188 120 72.188s120-48.188 120-72.188v-71.718c0-13.296-10.61-23.907-23.907-23.907h-23.907V183.813h23.907c13.296 0 23.907-10.61 23.907-23.907V88.187C376 64.188 352 16 256 16zm-23.907 167.813h47.813v144.375h-47.813V183.813z"
})]
}));
export { GIGrenade };