diff --git a/CHANGELOG.md b/CHANGELOG.md index a1705c7..c9dfcf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a ## [1.7.1] - 2024-11-14 - Fixed truncate helper when the input is empty. +- Added 2 new UI icons and 3 new block icons. ## [1.7.0] - 2024-10-09 - Updated dependencies. diff --git a/lib/icons/icons.jsx b/lib/icons/icons.jsx index 8b610e6..7bee3ce 100644 --- a/lib/icons/icons.jsx +++ b/lib/icons/icons.jsx @@ -22153,6 +22153,108 @@ export const icons = { /> ), + webVideo: ( + + + + + + + + + + + ), + media: ( + + + + + + + + + ), }; /** @@ -23829,4 +23931,10 @@ export const blockIcons = { "", 'esf-block-filter': "", + 'esf-talentlyft': + "", + 'esf-corvus-pay': + "", + 'esf-paycek': + "", };