mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Add check icon
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10 1L3.8125 7L1 4.27273" stroke="#FFF4F4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 219 B |
+2
-1
@@ -2,5 +2,6 @@ import { ReactComponent as Add } from './icons/add.svg';
|
||||
import { ReactComponent as Upload } from './icons/upload.svg';
|
||||
import { ReactComponent as ChevronDown } from './icons/chevron-down.svg';
|
||||
import { ReactComponent as Search } from './icons/search.svg';
|
||||
import { ReactComponent as Check } from './icons/check.svg';
|
||||
|
||||
export { Add, Upload, ChevronDown, Search };
|
||||
export { Add, Upload, ChevronDown, Search, Check };
|
||||
|
||||
Reference in New Issue
Block a user