@icongo/sti
Version:
Super Tiny Icons
26 lines • 784 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 STIKemal = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Kemal Framework",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#f92727",
d: "M412 362s-17-156-26-208c0-1-1-3-3-3H257v211h155z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ff4f4f",
d: "M101 362s17-156 26-208c0-1 1-3 3-3h127v211H101z"
}), /*#__PURE__*/_jsx("path", {
d: "M339 279h-6V151h6z"
})]
}));
export { STIKemal };