@icongo/li
Version:
LibreICONS Icons
32 lines (31 loc) • 1.55 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiRotateToLandscape = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiRotateToLandscape = function LIGuiRotateToLandscape(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: "M3 11.857V2.143C3 1.514 3.514 1 4.143 1h5.714C10.486 1 11 1.514 11 2.143v9.714C11 12.486 10.486 13 9.857 13H4.143A1.146 1.146 0 0 1 3 11.857z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f3e5f5",
d: "M9.857 1.857H4.143c-.172 0-.286.114-.286.286v9.714c0 .172.114.286.286.286h5.714c.172 0 .286-.114.286-.286V2.143c0-.172-.114-.286-.286-.286z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9c27b0",
d: "m4.743 7.857 1.686 2 1.685-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9c27b0",
d: "M7.571 4.714A1.72 1.72 0 0 0 5.857 6.43v1.714H7V6.429c0-.315.257-.572.571-.572s.572.257.572.572V7h1.143v-.571A1.72 1.72 0 0 0 7.57 4.714z"
})]
}));
};
exports.LIGuiRotateToLandscape = LIGuiRotateToLandscape;