@icongo/sti
Version:
Super Tiny Icons
24 lines • 887 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIApereo = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Apereo Foundation",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_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__*/_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"
})]
}));
export { STIApereo };