2024-03-20 16:36:45 +00:00
|
|
|
import chevron_right from './icons/chevron-right.png';
|
|
|
|
import circle_green_background from './icons/circle-green-background.png';
|
2024-04-04 14:46:14 +00:00
|
|
|
import circle_red_background from './icons/circle-red-background.png';
|
2024-02-24 21:00:04 +00:00
|
|
|
import eye from './icons/eye.png';
|
2024-04-04 14:46:14 +00:00
|
|
|
import eye_red from './icons/eye-red.png';
|
2024-02-24 21:00:04 +00:00
|
|
|
import eye_slash from './icons/eye-slash.png';
|
2024-04-04 14:46:14 +00:00
|
|
|
import gear_fill from './icons/gear-fill.png';
|
2024-03-20 16:36:45 +00:00
|
|
|
import heart from './icons/heart-fill.png';
|
2024-04-04 14:46:14 +00:00
|
|
|
import pause from './icons/pause-circle-green.png';
|
|
|
|
import play from './icons/play-circle-green.png';
|
|
|
|
import plus_circle from './icons/plus-circle-fill.png';
|
|
|
|
import star from './icons/star-fill.png';
|
|
|
|
import thumbs_down from './icons/hand-thumbs-down-fill.png';
|
|
|
|
import thumbs_up from './icons/hand-thumbs-up-fill.png';
|
2024-02-24 21:00:04 +00:00
|
|
|
import x_lg from './icons/x-lg.png';
|
|
|
|
import logo from './logo/logo.png';
|
|
|
|
|
2024-03-20 16:36:45 +00:00
|
|
|
export const ChevronRight = chevron_right;
|
|
|
|
export const CircleGreenBackground = circle_green_background;
|
2024-04-04 14:46:14 +00:00
|
|
|
export const CircleRedBackground = circle_red_background;
|
2024-02-24 21:00:04 +00:00
|
|
|
export const Eye = eye;
|
2024-04-04 14:46:14 +00:00
|
|
|
export const EyeRed = eye_red;
|
2024-02-24 21:00:04 +00:00
|
|
|
export const EyeSlash = eye_slash;
|
2024-04-04 14:46:14 +00:00
|
|
|
export const Gear = gear_fill;
|
2024-03-20 16:36:45 +00:00
|
|
|
export const Heart = heart;
|
2024-02-24 21:00:04 +00:00
|
|
|
export const Logo = logo;
|
2024-04-04 14:46:14 +00:00
|
|
|
export const Pause = pause;
|
|
|
|
export const Play = play;
|
2024-03-20 16:36:45 +00:00
|
|
|
export const PlusCircle = plus_circle;
|
2024-04-04 14:46:14 +00:00
|
|
|
export const Star = star;
|
|
|
|
export const ThumbsDown = thumbs_down;
|
|
|
|
export const ThumbsUp = thumbs_up;
|
2024-02-24 21:00:04 +00:00
|
|
|
export const XLg = x_lg;
|