@icongo/sti
Version:
Super Tiny Icons
21 lines • 922 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 STIKaggle = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Kaggle",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#20BEFF",
d: "M363 401.5c-.33 1.65-1.65 2.2-4.4 2.2h-44c-2.75 0-4.95-1.1-7.15-3.3l-72.347-92.246L215 327.278v71.5c0 3.3-1.65 4.95-4.95 4.95h-33.836c-3.3 0-4.95-1.65-4.95-4.95V77c0-3.3 1.65-4.95 4.95-4.95h33.55c3.3 0 4.95 1.65 4.95 4.95v198l86.306-87.285c2.288-2.282 4.576-3.432 6.864-3.432h45.122c1.958 0 3.262.82 3.922 2.448.654 2.2.55 3.3-.55 4.4L264 280.5c99 115.5 99 121 99 121"
})]
}));
export { STIKaggle };