Skip to content

Updated icons #2831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<button {{ ai_macros.attributes(use_ai_btn_attr) }}>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--primary">
<use xlink:href="{{ ibexa_icon_path('explore') }}"></use>
<use xlink:href="{{ ibexa_icon_path('ai') }}"></use>
</svg>
{{ 'ibexa_connector_ai.use_ai.label'|trans({}, 'ibexa_connector_ai')|desc('Use AI') }}
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ibexa:
color: '#47BEDB'
actions:
reschedule:
icon: '/bundles/ibexaplatformicons/img/all-icons.svg#notice'
icon: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#alert-error'
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ibexa.addConfig(
{
label: 'Dot',
component: Dot,
icon: ibexa.helpers.icon.getIconPath('radio-button'), // Path to an icon that will be displayed in the UI
icon: ibexa.helpers.icon.getIconPath('form-radio'), // Path to an icon that will be displayed in the UI
identifier: IDENTIFIER, // The identifier must match the one from the configuration yaml file
},
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ibexa.addConfig(
{
label: 'Dot',
component: Dot,
icon: ibexa.helpers.icon.getIconPath('radio-button'),
icon: ibexa.helpers.icon.getIconPath('form-radio'),
identifier: IDENTIFIER,
},
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public function onMainMenuConfigure(ConfigureMenuEvent $event): void
$menu->removeChild('main__bookmarks');

$menu->getChild('main__admin')
->setExtra('icon_path', '/bundles/ibexaicons/img/all-icons.svg#notice');
->setExtra('icon_path', '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#alert-error');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% block icon %}
<span class="type__icon">
<svg class="ibexa-icon ibexa-icon--review">
<use xlink:href="{{ ibexa_icon_path('view') }}"></use>
<use xlink:href="{{ ibexa_icon_path('visibility') }}"></use>
</svg>
</span>
{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ibexa_fieldtype_richtext:
custom_tags:
acronym:
template: '@ibexadesign/field_type/ibexa_richtext/custom_tags/acronym.html.twig'
icon: '/bundles/ibexaicons/img/all-icons.svg#edit'
icon: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#edit'
is_inline: true
attributes:
explanation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ibexa_fieldtype_richtext:
custom_tags:
factbox:
template: '@ibexadesign/field_type/ibexa_richtext/custom_tags/factbox.html.twig'
icon: '/bundles/ibexaicons/img/all-icons.svg#information'
icon: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#info-square'
attributes:
name:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ibexa_fieldtype_richtext:
custom_tags:
linktag:
template: '@ibexadesign/field_type/ibexa_richtext/custom_tags/linktag.html.twig'
icon: '/bundles/ibexaicons/img/all-icons.svg#link'
icon: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#link'
is_inline: true
attributes:
title:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ibexa.addConfig(
id: 'image',
component: ImageTabModule,
label: 'Image',
icon: '/bundles/ibexaadminui/img/ibexa-icons.svg#image',
icon: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#image',
},
],
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ibexa_form_builder:
checkbox_with_richtext_description:
name: Checkbox with Rich Text description
category: Default
thumbnail: '/bundles/ibexaicons/img/all-icons.svg#input-line'
thumbnail: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#form-input-single-line'
attributes:
label:
name: Label
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ibexa_form_builder:
country:
name: Country
category: Custom form fields
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#places'
thumbnail: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#pins-locations'
attributes:
label:
name: Display label
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ibexa_fieldtype_page:
blocks:
slider:
category: default
thumbnail: '/bundles/ibexaicons/img/all-icons.svg#edit'
thumbnail: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#edit'
views:
default: { name: 'Default block layout', template: 'themes/blocks/slider.html.twig', priority: -255 }
attributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ibexa_fieldtype_page:
my_block:
name: MyBlock
category: default
thumbnail: /bundles/ibexaicons/img/all-icons.svg#edit
thumbnail: /bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#edit
views:
default:
name: Default block layout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ibexa_fieldtype_page:
my_block:
name: My Block
category: default
thumbnail: /bundles/ibexaicons/img/all-icons.svg#edit
thumbnail: /bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#edit
views:
default:
name: Default block layout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ibexa_fieldtype_page:
event:
name: Event Block
category: Custom
thumbnail: /bundles/ibexaicons/img/all-icons.svg#date
thumbnail: /bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#calendar
configuration_template: '@ibexadesign/blocks/event/config.html.twig'
views:
default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ibexa_fieldtype_page:
my_block:
name: My Block
category: default
thumbnail: /bundles/ibexaicons/img/all-icons.svg#edit
thumbnail: /bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#edit
views:
default:
name: Default block layout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ibexa_fieldtype_page:
calculator:
name: Calculator
category: Demo
thumbnail: /bundles/ibexaicons/img/all-icons.svg#date
thumbnail: /bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#calendar
component: Calculator
attributes:
a:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ibexa:
to: [legal]
label: To legal
color: '#8888ba'
icon: '/bundles/ibexaplatformicons/img/all-icons.svg#notice'
icon: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#alert-error'
reviewers:
required: true
user_group: 13
Expand All @@ -40,13 +40,13 @@ ibexa:
reverse: to_legal
label: Back to draft
color: '#cb8888'
icon: '/bundles/ibexaplatformicons/img/all-icons.svg#back'
icon: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#arrow-left'
approved_by_legal:
from: [legal]
to: [done]
label: Approved by legal
color: '#88ad88'
icon: '/bundles/ibexaplatformicons/img/all-icons.svg#checkbox'
icon: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#form-checkbox'
actions:
publish: ~
approved_transition_action:
Expand All @@ -57,7 +57,7 @@ ibexa:
to: [done]
label: Done
color: '#88ad88'
icon: '/bundles/ibexaplatformicons/img/all-icons.svg#checkbox'
icon: '/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#form-checkbox'
actions:
publish: ~
validate: true
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"ibexa/connector-ai": "5.0.x-dev",
"ibexa/connector-openai": "5.0.x-dev",
"ibexa/migrations": "5.0.x-dev",
"ibexa/icons": "5.0.x-dev",
"ibexa/cart": "5.0.x-dev",
"ibexa/installer": "5.0.x-dev",
"ibexa/product-catalog": "5.0.x-dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The alert component has the following properties:
title: 'Some title',
subtitle: 'Some subtitle',
show_subtitle_below: true,
icon_path: ibexa_icon_path('hide'),
icon_path: ibexa_icon_path('visibility-hidden'),
class: 'mb-4',
} only %}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/administration/back_office/browser/add_browser_tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Each tab definition is an object containing the following properties:
|id|string|Tab ID, for example, `image`.|
|component|element|React component that represents the contents of a tab.|
|label|string|Label text, for example, `Images`.|
|icon|string|Path to the icon, for example, `/bundles/ibexaadminui/img/ibexa-icons.svg#image`.|
|icon|string|Path to the icon, for example, `/bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#info-square`.|

```js
[[= include_file('code_samples/back_office/udw/assets/js/image-tab/image.tab.module.js', 14, 29) =]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This filter transforms the discount type (`fixed_amount` or `percentage`) into a

<span class="ibexa-icon-tag">
<svg class="ibexa-icon ibexa-icon--small">
<use xlink:href="{{ ibexa_icon_path('discount-coupon') }}"></use>
<use xlink:href="{{ ibexa_icon_path('discount-ticket') }}"></use>
</svg>
{{ rule_type|ibexa_render_discount_rule_type }}
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To change the default size, in the template add the modifier to the class name.

``` html+twig
<svg class="ibexa-icon ibexa-icon--medium">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
<use xlink:href="{{ ibexa_icon_path('add') }}"></use>
</svg>
```

Expand Down
Loading