@gechiui/icons
Version:
GeChiUI Icons package, based on dashicon.
27 lines (23 loc) • 718 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _element = require("@gechiui/element");
var _primitives = require("@gechiui/primitives");
/**
* GeChiUI dependencies
*/
const lineDotted = (0, _element.createElement)(_primitives.SVG, {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
fill: "none"
}, (0, _element.createElement)(_primitives.Path, {
fillRule: "evenodd",
d: "M5.25 11.25h1.5v1.5h-1.5v-1.5zm3 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5zm1.5 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5z",
clipRule: "evenodd"
}));
var _default = lineDotted;
exports.default = _default;
//# sourceMappingURL=line-dotted.js.map