change(ui): icons for utm filters
This commit is contained in:
parent
6f32e2c582
commit
9624356210
1 changed files with 6 additions and 3 deletions
|
|
@ -7,11 +7,11 @@ import {
|
|||
CircleAlert,
|
||||
Clock2,
|
||||
Code,
|
||||
ContactRound,
|
||||
ContactRound, CornerDownRight,
|
||||
Cpu,
|
||||
Earth,
|
||||
FileStack,
|
||||
MapPin,
|
||||
FileStack, Layers,
|
||||
MapPin, Megaphone,
|
||||
MemoryStick,
|
||||
MonitorSmartphone,
|
||||
Navigation,
|
||||
|
|
@ -64,6 +64,9 @@ const IconMap = {
|
|||
[FilterKey.DURATION]: <Clock2 size={18} />,
|
||||
[FilterKey.TAGGED_ELEMENT]: <SquareMousePointer size={18} />,
|
||||
[FilterKey.METADATA]: <ContactRound size={18} />,
|
||||
[FilterKey.UTM_SOURCE]: <CornerDownRight size={18}/>,
|
||||
[FilterKey.UTM_MEDIUM]: <Layers size={18}/>,
|
||||
[FilterKey.UTM_CAMPAIGN]: <Megaphone size={18}/>,
|
||||
};
|
||||
|
||||
function filterJson(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue