/** @jsx h */
import { forwardRef } from 'preact/compat';
import { h } from 'preact';
export const ArrowTurnLeftUpOutline = 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="M11.99 7.5 8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25"/>
    </svg>);
});
//# sourceMappingURL=arrow-turn-left-up-outline.jsx.map