@icongo/li
Version:
LibreICONS Icons
15 lines • 523 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiBorderAll = 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__*/_jsx("path", {
fillRule: "evenodd",
d: "M7.667 7.667v4h4v-4h-4zm0-1.334v-4h4v4h-4zM6.333 7.667v4h-4v-4h4zm0-1.334v-4h-4v4h4zm-5.333 6V1h12v12H1v-.667z"
})
}));
export { LIGuiBorderAll };