UNPKG

@gechiui/icons

Version:
25 lines (21 loc) 637 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _element = require("@gechiui/element"); var _primitives = require("@gechiui/primitives"); /** * GeChiUI dependencies */ const dragHandle = (0, _element.createElement)(_primitives.SVG, { width: "18", height: "18", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18 18" }, (0, _element.createElement)(_primitives.Path, { d: "M5 4h2V2H5v2zm6-2v2h2V2h-2zm-6 8h2V8H5v2zm6 0h2V8h-2v2zm-6 6h2v-2H5v2zm6 0h2v-2h-2v2z" })); var _default = dragHandle; exports.default = _default; //# sourceMappingURL=drag-handle.js.map