@icongo/li
Version:
LibreICONS Icons
24 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiRotateToPortrait = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_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__*/_jsx("path", {
fill: "#9c27b0",
d: "m7.571 4.429-1.685 2h3.371z"
}), /*#__PURE__*/_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"
})]
}));
export { LIGuiRotateToPortrait };