UNPKG

@icongo/sti

Version:
41 lines (40 loc) 1.38 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIStitcher = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIStitcher = function STIStitcher(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": "Stitcher", 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: "#3590c5", d: "M56 205h70v127H56z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#c53827", d: "M386 198h70v117h-70z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ec8b24", d: "M304 172h70v152h-70z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fbc618", d: "M222 194h70v146h-70z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#612268", d: "M139 182h70v141h-70z" })] })); }; exports.STIStitcher = STIStitcher;