@icongo/li
Version:
LibreICONS Icons
24 lines • 856 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 LIGuiBorderOuter = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#000",
strokeWidth: 1.284,
d: "M2.237 12.358h-.595V1.642h10.716v10.716H2.238z"
}), /*#__PURE__*/_jsx("path", {
fill: "gray",
d: "M9 6.333h1.333v1.334H9V6.333zm-2.667 0h1.334v1.334H6.333V6.333zm-2.666 0H5v1.334H3.667V6.333zm2.666-2.666h1.334V5H6.333V3.667zm0 5.333h1.334v1.333H6.333V9z"
})]
})
}));
export { LIGuiBorderOuter };