UNPKG

@gechiui/icons

Version:
23 lines (19 loc) 591 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 alignJustify = (0, _element.createElement)(_primitives.SVG, { xmlns: "https://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, (0, _element.createElement)(_primitives.Path, { d: "M4 12.8h16v-1.5H4v1.5zm0 7h12.4v-1.5H4v1.5zM4 4.3v1.5h16V4.3H4z" })); var _default = alignJustify; exports.default = _default; //# sourceMappingURL=align-justify.js.map