UNPKG

@gechiui/icons

Version:
14 lines (13 loc) 397 B
import { createElement } from "@gechiui/element"; /** * GeChiUI dependencies */ import { SVG, Path } from '@gechiui/primitives'; const arrowLeft = createElement(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, createElement(Path, { d: "M20 10.8H6.7l4.1-4.5-1.1-1.1-5.8 6.3 5.8 5.8 1.1-1.1-4-3.9H20z" })); export default arrowLeft; //# sourceMappingURL=arrow-left.js.map