UNPKG

@gechiui/icons

Version:
14 lines (13 loc) 387 B
import { createElement } from "@gechiui/element"; /** * GeChiUI dependencies */ import { SVG, Path } from '@gechiui/primitives'; const justifyCenter = createElement(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, createElement(Path, { d: "M20 9h-7.2V4h-1.6v5H4v6h7.2v5h1.6v-5H20z" })); export default justifyCenter; //# sourceMappingURL=justify-center.js.map