add filters
This commit is contained in:
@@ -6,6 +6,7 @@ import chevroneDropDownList from './chevron-drop-down.svg';
|
||||
import checkMark from './check-mark.svg';
|
||||
import Edit from './edit.svg';
|
||||
import Send from './send.svg';
|
||||
import Trash from './trash.svg';
|
||||
|
||||
export {
|
||||
Edit,
|
||||
@@ -16,4 +17,5 @@ export {
|
||||
chevroneDropDownList,
|
||||
checkMark,
|
||||
Send,
|
||||
Trash,
|
||||
};
|
||||
|
||||
3
src/assets/icons/input/trash.svg
Normal file
3
src/assets/icons/input/trash.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4 6.17647H20M9 3H15M10 16.7647V10.4118M14 16.7647V10.4118M15.5 21H8.5C7.39543 21 6.5 20.0519 6.5 18.8824L6.0434 7.27937C6.01973 6.67783 6.47392 6.17647 7.04253 6.17647H16.9575C17.5261 6.17647 17.9803 6.67783 17.9566 7.27937L17.5 18.8824C17.5 20.0519 16.6046 21 15.5 21Z" stroke="#EDF6F7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 467 B |
Reference in New Issue
Block a user