@icongo/sti
Version:
Super Tiny Icons
55 lines (54 loc) • 2.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIJsonLd = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIJsonLd = function STIJsonLd(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": "JSON-LD",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#0c479c",
d: "M264 191c.9 18.9-42.5 41.8-60.1 35.4a40.3 40.3 0 1 0 4.4 67.2c15-9.9 60 14.1 60.8 32.1a40.3 40.3 0 1 0 56.8-35.6c-13.4-7.7-14.8-61.4-.9-69.4a40.3 40.3 0 1 0-61-29.7zm17.7 28.9a40 40 0 0 0 10.6 5c12 11.4 12.9 55.1.2 65.4a40 40 0 0 0-9.5 6.1c-11.3 5.7-56.3-15.3-58.6-34.2a40 40 0 0 0-.5-7.4c0-11.9 40.5-41.3 57.8-34.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
id: "prefix__a",
fill: "#fff",
d: "M279 206c-8-9-3-22 0-27 1-1 3-3 5-2a9 9 0 0 0 10-14c8-5 20-9 29-3-14-12-33-7-43 4s-13 32-1 43"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
x: 7,
y: 141,
href: "#prefix__a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
x: -119,
y: 76,
href: "#prefix__a"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
id: "prefix__c",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
id: "prefix__b",
d: "M55 256v11c27 0 47-1 47 41v37c0 49 15 56 74 56v-22c-15 0-33 0-39-6-5-7-6-14-6-29v-38c0-22-3-43-31-50H55z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
y: -512,
href: "#prefix__b",
transform: "scale(1 -1)"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
x: -512,
href: "#prefix__c",
transform: "scale(-1 1)"
})]
}));
};
exports.STIJsonLd = STIJsonLd;