UNPKG

@findify/react-components

Version:
5 lines (4 loc) 254 B
export default ({ title, ...rest }) => (<svg width={11} height={19} {...rest} viewBox="0 0 11 19"> <title display-if={!!title}>{title}</title> <path d="M3.064 9.507L11 1.539 9.468 0 0 9.507 9.454 19l1.532-1.539z" fill="currentColor"/> </svg>);