diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx index 8f354728d..e1bdbf678 100644 --- a/ui/component/common/icon-custom.jsx +++ b/ui/component/common/icon-custom.jsx @@ -41,7 +41,7 @@ const buildIcon = (iconStrokes: React$Node, customSvgValues = {}) => export const icons = { // The LBRY icon is different from the base icon set so don't use buildIcon() - [ICONS.LBRY]: () => ( + [ICONS.LBRY]: (props: IconProps) => ( @@ -835,6 +835,219 @@ export const icons = { ), + [ICONS.SCIENCE]: (props: CustomProps) => ( + + + + + + + + + + + + ), + [ICONS.TECH]: (props: CustomProps) => ( + + + + + + + + ), + [ICONS.NEWS]: (props: CustomProps) => ( + + + + + + + + + + + + + ), + [ICONS.FINANCE]: buildIcon( + + + + + ), + [ICONS.RABBIT_HOLE]: (props: CustomProps) => ( + + + + + + ), + [ICONS.ENLIGHTENMENT]: (props: CustomProps) => ( + + + + + + ), + [ICONS.GAMING]: (props: CustomProps) => ( + + + + + + + + + + ), + [ICONS.COMMUNITY]: (props: CustomProps) => ( + + + + + + + + + + + + + + ), [ICONS.UPVOTE]: buildIcon( ), @@ -1009,7 +1222,7 @@ export const icons = { ), + [ICONS.WILD_WEST]: buildIcon( + + + + + + + + + + + + + + + + + + + + + + + + + + ), + [ICONS.PEACE]: (props: CustomProps) => ( + + + + + + + + + + ), + [ICONS.UNIVERSE]: (props: CustomProps) => ( + + + + + + + + + + ), + [ICONS.CHEESE]: (props: CustomProps) => ( + + + + + + + + + + + + ), + [ICONS.PORK_BUN]: (props: CustomProps) => ( + + + + + + + + + + + ), [ICONS.MOVIES]: (props: CustomProps) => (