UNPKG

@icongo/li

Version:
32 lines (31 loc) 1.54 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiRotateToPortrait = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiRotateToPortrait = function LIGuiRotateToPortrait(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: "M11.857 11H2.143A1.146 1.146 0 0 1 1 9.857V4.143C1 3.514 1.514 3 2.143 3h9.714C12.486 3 13 3.514 13 4.143v5.714c0 .629-.514 1.143-1.143 1.143z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#f3e5f5", d: "M1.857 4.143v5.714c0 .172.114.286.286.286h9.714c.172 0 .286-.114.286-.286V4.143c0-.172-.114-.286-.286-.286H2.143c-.172 0-.286.114-.286.286z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#9c27b0", d: "m7.571 4.429-1.685 2h3.371z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#9c27b0", d: "M7 6.143v1.714c0 .314-.257.572-.571.572s-.572-.258-.572-.572v-.571H4.714v.571c0 .943.772 1.714 1.715 1.714S8.143 8.8 8.143 7.857V6.143H7z" })] })); }; exports.LIGuiRotateToPortrait = LIGuiRotateToPortrait;