UNPKG

@icongo/sti

Version:
32 lines (31 loc) 1.28 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIApereo = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIApereo = function STIApereo(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": "Apereo Foundation", 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: "#344", d: "M231 96c-97 0-171 97-150 203 30 104 162 142 258 80-15-32 0-66-21-99-36 68-112 93-165 19-32-57 6-112 36-125 82-42 120 13 205-10 10-4 23-30 32-46-72 13-116-15-179-22z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#6bc", d: "M313 191c27 4 57 4 80-4 10 95-21 122 40 226-19-10-42-15-48-15-6 4-17 11-23 17-65-74-36-175-51-224z" })] })); }; exports.STIApereo = STIApereo;