UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 473 B
import React from 'react'; export const DArrowLeft = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M2.722 9.897l7.068 6.908a.69.69 0 0 1 0 .99.727.727 0 0 1-1.01 0L1.21 10.4a.69.69 0 0 1-.006-.985l7.193-7.203a.726.726 0 0 1 1.012-.012.69.69 0 0 1 .012.99l-6.7 6.708zm9 0l7.068 6.908a.69.69 0 0 1 0 .99.727.727 0 0 1-1.01 0L10.21 10.4a.69.69 0 0 1-.006-.985l7.193-7.203a.726.726 0 0 1 1.012-.012.69.69 0 0 1 .012.99l-6.7 6.708z" fillRule="evenodd" /></svg> );