import { h } from 'preact'; import { memo } from 'preact/compat'; export function ArrowDropup() { return ( ); } export default memo(ArrowDropup);