UNPKG

@icongo/sti

Version:
38 lines (37 loc) 1.55 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIClojure = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIClojure = function STIClojure(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": "Clojure", 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: "#466acd", d: "M48 107a256 256 0 0 1 464 149c0 135-142 116-142 116a163 163 0 0 0-179-265c-79-45-143 0-143 0" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#53a526", d: "M465 404A256 256 0 0 1 1 255c0-135 142-116 142-116a163 163 0 0 0 179 265c79 45 143 0 143 0" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#71aefd", d: "M213 128a135 135 0 0 1 123 237c-37 3-68-108-73-125s-19-79-50-112" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#81d837", d: "M176 365a135 135 0 0 1 2-220c36 19 59 90 59 90s-54 102-61 130m33 18s38 18 89 2c-30-25-48-111-53-123-7 14-43 87-36 121" })] })); }; exports.STIClojure = STIClojure;