@icongo/gi
Version:
Game Icons
17 lines • 1.2 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 GIFClef = 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: "M204.504 23.109c-66.649.146-106.53 38.463-117.59 77.154-11.06 38.692 3.301 76.266 17.495 97.608l.37-.247a64 64 0 0 0 51.755 26.485 64 64 0 0 0 64-64 64 64 0 0 0-64-64 64 64 0 0 0-49.717 23.777c.595-6.139 1.676-12.251 3.363-18.152 9.337-32.665 33.605-60.427 94.383-60.625 59.958-.195 94.302 63.78 92.652 152.82-1.487 80.241-11.975 128.266-60.033 171.305-48.058 43.04-107.95 78.339-179.906 106.484-13.016 5.091-1.171 19.747 6.515 16.781 72.712-28.054 144.82-53.25 195.828-98.931 51.008-45.681 96.234-86.259 96.811-197.293.506-97.408-44.5-169.401-151.926-169.166zm224.03 41a32 32 0 0 0-32 32 32 32 0 0 0 32 32 32 32 0 0 0 32-32 32 32 0 0 0-32-32zm0 128a32 32 0 0 0-32 32 32 32 0 0 0 32 32 32 32 0 0 0 32-32 32 32 0 0 0-32-32z"
})]
}));
export { GIFClef };