UNPKG

@gechiui/icons

Version:
14 lines (13 loc) 404 B
import { createElement } from "@gechiui/element"; /** * GeChiUI dependencies */ import { SVG, Path } from '@gechiui/primitives'; const alignLeft = createElement(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, createElement(Path, { d: "M4 19.8h8.9v-1.5H4v1.5zm8.9-15.6H4v1.5h8.9V4.2zm-8.9 7v1.5h16v-1.5H4z" })); export default alignLeft; //# sourceMappingURL=align-left.js.map