@icongo/sti
Version:
Super Tiny Icons
21 lines • 1.17 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 STIGuilded = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Guilded",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#f5c400",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#2d2d32",
d: "M91.8 129.6c-.4.6.1 16.2.8 30.2 2.5 46.7 11.4 90.9 25.3 126.2 2.9 7.3 11 23.8 15.7 32.1 24.8 43.1 56.9 74 100.3 96.6 8.8 4.6 21.9 10.5 24 10.8 2.6.4 16.1-5.4 30-12.8 34.2-18.2 64.2-45.6 85.5-77.9 18.2-27.8 33.2-62.8 41.1-96l1.5-6.6c0-.1-44.5-.2-98.8-.2l-98.8.7c0 1.6 1.7 10 3 15.1 4.7 17.9 13.2 33.3 25.5 45.9l5.3 5.4h33.2l33.2.4c0 .3-1.2 2.1-2.6 4.2-12.5 18.2-33.2 36.2-54.1 47l-3.4 1.8-4.9-2.5c-10.7-5.3-20.4-12.6-31.7-23.8-12.2-12.1-22.2-25.3-31.2-41.1-10.3-18.1-18.3-41.9-22.3-65.9-.9-5.2-2.5-20-2.5-22.4 0-.6 21.4-.7 127.8-.7l127.8-.4c0-.2.5-4.3 1-9.1a474.3 474.3 0 0 0 2.9-43.4l.3-14.1H258.9l-167.1.6z"
})]
}));
export { STIGuilded };