UNPKG

@icongo/sti

Version:
45 lines (44 loc) 1.82 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIGandi = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIGandi = function STIGandi(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Gandi", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "url(#prefix__a)", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", { id: "prefix__a", x1: 72, x2: 433, y1: 512, y2: 12, gradientUnits: "userSpaceOnUse", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0, stopColor: "#3daca3" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#13526b" })] }) }), /*#__PURE__*/(0, _jsxRuntime.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" })] })); }; exports.STIGandi = STIGandi;