@icongo/gi
Version:
Game Icons
25 lines • 963 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 GIMusic = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 256 256"
}, props, {
children: [/*#__PURE__*/_jsx("circle", {
cx: 128,
cy: 128,
r: 128
}), /*#__PURE__*/_jsx("circle", {
cx: 128,
cy: 128,
r: 101,
stroke: "#fff",
strokeWidth: 18
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M124.734 54.822c-6.63 32.107-6.636 61.281-3.925 91.428-4.451-1.396-9.259-2.119-14.12-2.123-19.462 0-35.24 11.272-35.24 25.178 0 13.905 15.778 25.178 35.24 25.177 19.462 0 35.238-11.272 35.239-25.177-3.043-25.866-5.412-53.264-4.424-76.164 13.96.963 35.798 6.57 46.432 13.052-1.774-6.322-5.745-31.348-4.038-34.941-16.697-12.256-37.656-16.702-55.164-16.43z"
})]
}));
export { GIMusic };