UNPKG

@icongo/sti

Version:
82 lines (81 loc) 3.1 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIMinecraft = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIMinecraft = function STIMinecraft(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "1em", height: "1em", fill: "none", strokeLinecap: "square", "aria-label": "Minecraft", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#111", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { id: "prefix__a", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#432", d: "m85.5 158.5 171 99v198l-171-99" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#864", d: "M2 8v1h2V8h5V7H7V5", transform: "matrix(19 11 0 22 76 142)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#643", d: "M1 5zm1 4zM1 8V7h2V6h1m1 3h2V8H6V4m1 2h1v1m1 2zm0-5v1", transform: "matrix(19 11 0 22 76 142)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#a75", d: "M1 7h1m2 0h1m4-1z", transform: "matrix(19 11 0 22 76 142)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#555", d: "M5 5z", transform: "matrix(19 11 0 22 76 142)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#593", d: "M4 4V1h4v2H7V2H4v1H2v1", transform: "matrix(19 11 0 22 76 142)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#6a4", d: "M2 1h1m3 0zm1 1zm2-1v1", transform: "matrix(19 11 0 22 76 142)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#7c5", d: "M5 3zM3 2h1", transform: "matrix(19 11 0 22 76 142)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#9c6", d: "M1 1v1h1m6-1z", transform: "matrix(19 11 0 22 76 142)" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", { xlinkHref: "#prefix__a", opacity: 0.5, transform: "matrix(-1 0 0 1 513 0)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#7b4", d: "m428 159-171 99-171-99 171-99" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#8c5", d: "M1 1zm2 0zm1 6zM3 4v2H1v2h3v1h2V7M2 3h4V1H5v1h3M7 4v1H4m5-1v2H8v3", transform: "matrix(-19 11 -19 -11 447 159)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#ad7", d: "M1 3v2m0 2zm0 2zm2-6zm1 1zm1-3zm0 2zm0 2v1m0 2v1m2-7v1m1 4h1", transform: "matrix(-19 11 -19 -11 447 159)" })] })); }; exports.STIMinecraft = STIMinecraft;