/** @jsx h */
import { forwardRef } from 'preact/compat';
import { h } from 'preact';
export const ArrowTurnUpRightOutline = 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="m16.49 12 3.75-3.751m0 0-3.75-3.75m3.75 3.75H3.74V19.5"/>
    </svg>);
});
//# sourceMappingURL=arrow-turn-up-right-outline.jsx.map