@icongo/li
Version:
LibreICONS Icons
24 lines (23 loc) • 933 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiBorderAll = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiBorderAll = function LIGuiBorderAll(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("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", {
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"
})
}));
};
exports.LIGuiBorderAll = LIGuiBorderAll;