diff --git a/content/developer/reference/user_interface/icons.rst b/content/developer/reference/user_interface/icons.rst index cb47a605cb..aa45c30454 100644 --- a/content/developer/reference/user_interface/icons.rst +++ b/content/developer/reference/user_interface/icons.rst @@ -294,6 +294,243 @@ class. +
+
+ + oi-food-delivery +
+
+ +
+
+ + oi-activity +
+
+ +
+
+ + oi-activity-plus +
+
+ +
+
+ + oi-schedule-today +
+
+ +
+
+ + oi-schedule-tomorrow +
+
+ +
+
+ + oi-schedule-later +
+
+ +
+
+ + oi-backspace-o +
+
+ +
+
+ + oi-numpad +
+
+ +
+
+ + oi-record +
+
+ +
+
+ + oi-merge +
+
+ +
+
+ + oi-transfer +
+
+ +
+
+ + oi-suitcase +
+
+ +
+
+ + oi-suitcase-plus +
+
+ +
+
+ + oi-user +
+
+ +
+
+ + oi-user-plus +
+
+ +
+
+ + oi-users +
+
+ +
+
+ + oi-ellipsis-v +
+
+ +
+
+ + oi-ellipsis-h +
+
+ +
+
+ + oi-plus +
+
+ +
+
+ + oi-minus +
+
+ +
+
+ + oi-star-plus +
+
+ +
+
+ + oi-subtitle +
+
+ +
+
+ + oi-bluesky +
+
+ +
+
+ + oi-tiktok +
+
+ +
+
+ + oi-discord +
+
+ +
+
+ + oi-google-play +
+
+ +
+
+ + oi-kickstarter +
+
+ +
+
+ + oi-strava +
+
+ +
+
+ + oi-threads +
+
+ +
+
+ + oi-x +
+
+ +
+
+ + oi-x-square +
+
+ +
+
+ + oi-life-ring-plus +
+
+ +
+
+ + oi-send-back +
+
+ +
+
+ + oi-bring-front +
+
RTL adaptations diff --git a/extensions/odoo_theme/static/lib/odoo_ui_icons/fonts/odoo_ui_icons.woff b/extensions/odoo_theme/static/lib/odoo_ui_icons/fonts/odoo_ui_icons.woff index eeb0b01851..2e154adc5b 100644 Binary files a/extensions/odoo_theme/static/lib/odoo_ui_icons/fonts/odoo_ui_icons.woff and b/extensions/odoo_theme/static/lib/odoo_ui_icons/fonts/odoo_ui_icons.woff differ diff --git a/extensions/odoo_theme/static/lib/odoo_ui_icons/fonts/odoo_ui_icons.woff2 b/extensions/odoo_theme/static/lib/odoo_ui_icons/fonts/odoo_ui_icons.woff2 index 72b84e6ca3..4b4efceedf 100644 Binary files a/extensions/odoo_theme/static/lib/odoo_ui_icons/fonts/odoo_ui_icons.woff2 and b/extensions/odoo_theme/static/lib/odoo_ui_icons/fonts/odoo_ui_icons.woff2 differ diff --git a/extensions/odoo_theme/static/lib/odoo_ui_icons/style.css b/extensions/odoo_theme/static/lib/odoo_ui_icons/style.css index a5d968692b..02a9b9c5b7 100644 --- a/extensions/odoo_theme/static/lib/odoo_ui_icons/style.css +++ b/extensions/odoo_theme/static/lib/odoo_ui_icons/style.css @@ -60,6 +60,39 @@ .oi-smile-add:before { content: '\e84e'; } .oi-close:before { content: '\e852'; } .oi-food-delivery:before { content: '\e82a'; } +.oi-schedule-today:before { content: '\e82c'; } +.oi-schedule-tomorrow:before { content: '\e82d'; } +.oi-schedule-later:before { content: '\e804'; } +.oi-activity:before { content: '\e82f'; } +.oi-activity-plus:before { content: '\e830'; } +.oi-numpad:before { content: '\e833'; } +.oi-transfer:before { content: '\e834'; } +.oi-suitcase:before { content: '\e835'; } +.oi-suitcase-plus:before { content: '\e832'; } +.oi-merge:before { content: '\e836'; } +.oi-record:before { content: '\e837'; } +.oi-backspace-o:before { content: '\e838'; } +.oi-user:before { content: '\e805'; } +.oi-user-plus:before { content: '\e831'; } +.oi-users:before { content: '\e807'; } +.oi-ellipsis-h:before { content: '\e867'; } +.oi-ellipsis-v:before { content: '\e868'; } +.oi-plus:before { content: '\e809'; } +.oi-minus:before { content: '\e80b'; } +.oi-star-plus:before { content: '\e87c'; } +.oi-subtitle:before { content: '\e80e'; } +.oi-threads:before { content: '\e818'; } +.oi-kickstarter:before { content: '\e819'; } +.oi-x:before { content: '\e81a'; } +.oi-x-square:before { content: '\e848'; } +.oi-tiktok:before { content: '\e81b'; } +.oi-bluesky:before { content: '\e81c'; } +.oi-google-play:before { content: '\e81d'; } +.oi-strava:before { content: '\e80f'; } +.oi-discord:before { content: '\e811'; } +.oi-bring-front:before { content: '\e84c'; } +.oi-send-back:before { content: '\e84d'; } +.oi-life-ring-plus:before { content: '\e849'; } /* RTL adaptations. */ /* Flip directional icons by 180 degree. */