UNPKG

@uiw/icons

Version:

The premium icon font for uiw Component Library.

5 lines (4 loc) 685 B
import React from 'react'; export const Check = props => ( <svg viewBox="0 0 20 20" width="16px" height="16px" {...props} className={`w-icon ${props.className ? props.className : ''}`}><path d="M18.634772,4.24319429 C18.9379152,3.92826502 19.4398767,3.91783318 19.7559344,4.21989412 C20.071992,4.52195506 20.0824612,5.02212445 19.779318,5.33705372 L8.78694296,16.7568067 C8.47777463,17.0779953 7.96350888,17.0815006 7.64995967,16.7645566 L0.228243751,9.26248447 C-0.0791949666,8.95171706 -0.0755938828,8.45145177 0.236286996,8.14511066 C0.548167876,7.83876955 1.05022561,7.84235778 1.35766432,8.15312519 L8.20688921,15.0765078 L18.634772,4.24319429 Z" fillRule="evenodd" /></svg> );