10-herbs
13-herbs
7-herbs
arrow
basil
basket
basket_empty
bee
blueberry
cardano
checkmark
chevron-down
chevron
close
cough-drops
document
drop-round-sugar-free
echinacea
everyday
fruity
geometric_flowers
gift
globe
gluten-free
halal
honey
kosher
lactose-free
laugh
max-relief
menthol
mild-relief
mint
minus
blueberry
vegan
new-products
plus
ricola-box-outline
ricola-box
search
sleep
stevia
sugar_free
swiss-made
swissmedic-e
tea
tiktok
tooth-friendly
vegan
vitamin-c
youtube
<Docs title="Default">
<div style="display: flex; gap: 10px;">
{
icons
.map(icon => getNameFromPath(icon.default.src))
.map(
(name, _index) =>
name && (
<div style="display:flex; flex-direction:column; align-items:center;">
<Icon name={name} />
<pre style=" margin-top: 0.5em;font-size: 11px;">{name}</pre>
</div>
),
)
}
</div>
</Docs>