/** @jsx h */ import { h } from "https://esm.sh/preact@10.17.1"; export function LeftArrowIcon(props: { class?: string | h.JSX.SignalLike | undefined; style?: | string | h.JSX.CSSProperties | h.JSX.SignalLike | undefined; }) { return ( ); }