UNPKG

@gechiui/icons

Version:
25 lines (21 loc) 642 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 alignJustifyAlt = (0, _element.createElement)(_primitives.SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, (0, _element.createElement)(_primitives.Path, { clipRule: "evenodd", fillRule: "evenodd", d: "M4 5h16v2H4V5zm0 4v2h16V9H4zm0 4h16v2H4v-2zm16 6H4v-2h16v2z" })); var _default = alignJustifyAlt; exports.default = _default; //# sourceMappingURL=align-justify-alt.js.map