@icongo/sti
Version:
Super Tiny Icons
30 lines • 1.12 kB
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 STIClojure = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Clojure",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_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__*/_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__*/_jsx("path", {
fill: "#71aefd",
d: "M213 128a135 135 0 0 1 123 237c-37 3-68-108-73-125s-19-79-50-112"
}), /*#__PURE__*/_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"
})]
}));
export { STIClojure };