@icongo/sti
Version:
Super Tiny Icons
24 lines • 791 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 STILaravel = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Laravel",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#ff2d20",
strokeLinejoin: "round",
strokeWidth: 11,
d: "m233 435-130-73V136l64-38 66 39-66 38-64-39m64 39v150l66 37v73l132-73v-75l-68-38v-78l68-38 66 38v78l-66 38v-77l66-39m-66 39-68-39v78l-130 76m66-39V137m0 225 132-75"
})]
}));
export { STILaravel };