UNPKG

@icongo/sti

Version:
32 lines (31 loc) 1.17 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STILaravel = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STILaravel = function STILaravel(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Laravel", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.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" })] })); }; exports.STILaravel = STILaravel;