@icongo/gi
Version:
Game Icons
17 lines • 1.68 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 GIFemale = 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 25.438a136.24 136.24 0 0 0-96.188 39.843A136.17 136.17 0 0 0 120 161.5a136.066 136.066 0 0 0 39.845 96.125 136.236 136.236 0 0 0 44.124 29.47l.218.092c10.032 4.135 20.52 7.02 31.218 8.657l.125 18.906.314 49.188H165.97v40h70.124l.375 62.875.124 20 40-.25-.125-20-.376-62.625h69.937v-40h-70.186l-.313-49.438-.124-18.47a135.85 135.85 0 0 0 32.625-8.936 136.202 136.202 0 0 0 44.126-29.47 136.121 136.121 0 0 0 29.47-44.093 136.164 136.164 0 0 0 10.374-52.03c.005-17.84-3.52-35.58-10.344-52.063-6.823-16.482-16.856-31.54-29.47-44.156a136.115 136.115 0 0 0-44.123-29.468 136.257 136.257 0 0 0-52.063-10.374zm0 40a96.58 96.58 0 0 1 36.75 7.312c11.58 4.798 22.294 11.947 31.156 20.813 8.863 8.865 15.987 19.573 20.78 31.156 4.796 11.58 7.318 24.213 7.314 36.75-.004 12.53-2.515 25.173-7.313 36.75-4.797 11.575-11.95 22.264-20.812 31.124a96.639 96.639 0 0 1-31.156 20.812c-11.58 4.795-24.19 7.28-36.72 7.28-12.53.002-25.14-2.485-36.72-7.28a96.65 96.65 0 0 1-31.155-20.812c-8.862-8.86-16.015-19.55-20.813-31.125-4.797-11.577-7.308-24.22-7.312-36.75-.004-12.537 2.518-25.17 7.313-36.75 4.794-11.584 11.918-22.292 20.78-31.157 8.863-8.866 19.576-16.015 31.157-20.813a96.58 96.58 0 0 1 36.75-7.313z"
})]
}));
export { GIFemale };