@icongo/sti
Version:
Super Tiny Icons
24 lines • 665 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 STIKotlin = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Kotlin",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#27282c",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#09d",
d: "M410 410H102V102h154v154"
}), /*#__PURE__*/_jsx("path", {
fill: "#f80",
d: "M410 102H256L102 267v143"
})]
}));
export { STIKotlin };