@icongo/li
Version:
LibreICONS Icons
18 lines • 780 B
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 LIGuiFrame = 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: "M12 3v8H2V3zm1-1H1v10h12z"
}), /*#__PURE__*/_jsx("path", {
fill: "red",
d: "M10.5 8.546V5.454a.748.748 0 1 0-.954-.954H4.454a.748.748 0 1 0-.954.954v3.092a.748.748 0 1 0 .954.954h5.092a.748.748 0 1 0 .954-.954zM9.546 9H4.454A.747.747 0 0 0 4 8.546V5.454A.748.748 0 0 0 4.454 5h5.092a.748.748 0 0 0 .454.454v3.092A.747.747 0 0 0 9.546 9z"
})]
}));
export { LIGuiFrame };