@icongo/gi
Version:
Game Icons
17 lines • 715 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 GIFridge = 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: "M342.5 47.1c9.9 0 19.4 4 26.4 11s10.9 16.5 10.9 26.4v104.7H132.2V84.5c0-9.9 3.9-19.4 10.9-26.4s16.5-11 26.4-11zM168.8 98.7h-11l-2 72.9h15zm211 107.2V460c0 12-9.7 22-21.7 22H153.9c-12 0-21.7-10-21.7-22V205.9zm-209 17.7h-15l2 143h11z"
})]
}));
export { GIFridge };