UNPKG

@icongo/li

Version:
31 lines (30 loc) 1.59 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiKey = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiKey = function LIGuiKey(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-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#ffa000", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m8.714 10.143-.571.571.571.572v.571L7.571 13H6.43l-1.143-1.143V6.143h3.428v2.286L8.143 9l.571.571z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11 2.371c-.143-.514-.571-.885-1.057-1.028C9.257 1.2 8.2 1 7 1s-2.257.2-2.943.343c-.486.143-.914.514-1.057 1.028a6.944 6.944 0 0 0-.286 1.915c0 .743.143 1.428.286 1.914.143.514.543.886 1.057 1 .686.171 1.743.371 2.943.371s2.257-.2 2.943-.342a1.443 1.443 0 0 0 1.057-1 6.944 6.944 0 0 0 .286-1.915c0-.771-.143-1.457-.286-1.943zM8.429 3.857H5.57A.573.573 0 0 1 5 3.286v-.572c0-.171.886-.285 2-.285 1.114 0 2 .114 2 .285v.572a.573.573 0 0 1-.571.571z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#d68600", d: "M6.714 7.571h.572V13h-.572z" })] })); }; exports.LIGuiKey = LIGuiKey;