/** @jsx h */
import { forwardRef } from 'preact/compat';
import { h } from 'preact';
export const ArrowLongDownOutline = forwardRef((props, ref) => {
    return (<svg {...props} ref={ref} xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" strokeWidth="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
      <path strokeLinecap="round" strokeLinejoin="round" d="M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3"/>
    </svg>);
});
//# sourceMappingURL=arrow-long-down-outline.jsx.map