UNPKG

@icongo/sti

Version:
83 lines (82 loc) 2.6 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIMicroformats = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIMicroformats = function STIMicroformats(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": "microformats", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", { children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", { id: "prefix__a", y2: 1, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0, stopColor: "#6ba140" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#77ae40" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", { id: "prefix__b", y2: 1, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0, stopColor: "#92c73c" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#78b143" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", { id: "prefix__c", y2: 1, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0, stopColor: "#BCD531" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#94c63a" })] })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { stroke: "#fff", strokeWidth: 15, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 246, height: 246, x: 108, y: 159, fill: "url(#prefix__a)", rx: 51 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 192, height: 192, x: 192, y: 126, fill: "url(#prefix__b)", rx: 39 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 132, height: 132, x: 276, y: 114, fill: "url(#prefix__c)", rx: 24 })] })] })); }; exports.STIMicroformats = STIMicroformats;