diff --git a/src/assets/images/favorite-filled.svg b/src/assets/images/favorite-filled.svg new file mode 100644 index 00000000..53de3caa --- /dev/null +++ b/src/assets/images/favorite-filled.svg @@ -0,0 +1 @@ + diff --git a/src/components/01-atoms/01-icons/icons.config.js b/src/components/01-atoms/01-icons/icons.config.js index 51241550..3573ba30 100644 --- a/src/components/01-atoms/01-icons/icons.config.js +++ b/src/components/01-atoms/01-icons/icons.config.js @@ -8,6 +8,9 @@ module.exports = { { svg: 'favorite', }, + { + svg: 'favorite-filled', + }, { svg: 'share', },