From 763081f691d4a1af4afb8c8372c678255837b78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Alkovi=C4=87?= <77000136+goranalkovic-infinum@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:47:35 +0100 Subject: [PATCH] add a couple of new icons --- CHANGELOG.md | 1 + lib/icons/icons.jsx | 108 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) 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': + "", };