mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Add upload icon
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 12.689V16.3394C19 16.8234 18.7893 17.2877 18.4142 17.63C18.0391 17.9723 17.5304 18.1646 17 18.1646H3C2.46957 18.1646 1.96086 17.9723 1.58579 17.63C1.21071 17.2877 1 16.8234 1 16.3394V12.689" stroke="#ED7D3A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M19 12.689V16.3394C19 16.8234 18.7893 17.2877 18.4142 17.63C18.0391 17.9723 17.5304 18.1646 17 18.1646H3C2.46957 18.1646 1.96086 17.9723 1.58579 17.63C1.21071 17.2877 1 16.8234 1 16.3394V12.689" stroke="white" stroke-opacity="0.75" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15 6.30078L10 1.73779L5 6.30078" stroke="#ED7D3A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15 6.30078L10 1.73779L5 6.30078" stroke="white" stroke-opacity="0.75" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M10 1.73779V12.6889" stroke="#ED7D3A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M10 1.73779V12.6889" stroke="white" stroke-opacity="0.75" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
+2
-1
@@ -1,3 +1,4 @@
|
||||
import { ReactComponent as Add } from './icons/add.svg';
|
||||
import { ReactComponent as Upload } from './icons/upload.svg';
|
||||
|
||||
export { Add };
|
||||
export { Add, Upload };
|
||||
|
||||
Reference in New Issue
Block a user