UNPKG

@icongo/li

Version:
33 lines (32 loc) 1.67 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiLockLandscape = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiLockLandscape = function LIGuiLockLandscape(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.jsx)("path", { d: "M2.143 3h9.714C12.486 3 13 3.514 13 4.143v5.714c0 .629-.514 1.143-1.143 1.143H2.143A1.146 1.146 0 0 1 1 9.857V4.143C1 3.514 1.514 3 2.143 3z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#bbdefb", d: "M12.143 9.857V4.143c0-.172-.114-.286-.286-.286H2.143c-.172 0-.286.114-.286.286v5.714c0 .172.114.286.286.286h9.714c.172 0 .286-.114.286-.286z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#3f51b5", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8.429 9H5.57c-.171 0-.285-.114-.285-.286V7c0-.171.114-.286.285-.286h2.86c.171 0 .285.115.285.286v1.714c0 .172-.114.286-.285.286z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7 5c-.629 0-1.143.514-1.143 1.143V7h.572v-.857c0-.314.257-.572.571-.572s.571.258.571.572V7h.572v-.857C8.143 5.514 7.629 5 7 5z" })] })] })); }; exports.LIGuiLockLandscape = LIGuiLockLandscape;