@icongo/sti
Version:
Super Tiny Icons
37 lines • 1.36 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 STIGandi = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Gandi",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "url(#prefix__a)",
rx: "15%"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 72,
x2: 433,
y1: 512,
y2: 12,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#3daca3"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#13526b"
})]
})
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M255 66a54 54 0 1 0 54 54 54 54 0 0 0-54-54zm0 71a17 17 0 1 1 17-17 17 17 0 0 1-17 17zm-110 18c13-13 27-5 34 1s26 43 76 43 64-28 80-44c10-11 24-8 33 1s6 25 0 33c-36 49-97 69-116 82-29 20-49 40-49 69 0 24 17 60 53 60s52-25 52-37c0-15-10-19-13-19-15 0-15 18-34 18-15 0-22-12-22-24 0-18 27-42 55-42 38 0 62 27 62 64 0 42-39 88-99 88-65 0-102-61-102-106s21-78 56-101c-26-10-51-27-71-58-2-2-9-16 5-28z"
})]
}));
export { STIGandi };