/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const ChevronFirst = [ "svg", defaultAttributes, [ ["polyline", { points: "17 18 11 12 17 6" }], ["path", { d: "M7 6v12" }] ] ]; export { ChevronFirst as default }; //# sourceMappingURL=chevron-first.js.map