@innovastudio/contentbuilder 1.4.102 → 1.4.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.102",
4
+ "version": "1.4.104",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -15985,6 +15985,12 @@ const prepareSvgIcons = builder => {
15985
15985
  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
15986
15986
  <path d="M20.2 20.2l1.8 1.8"></path>
15987
15987
  </symbol>
15988
+ <symbol id="icon-message" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
15989
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
15990
+ <path d="M8 9h8"></path>
15991
+ <path d="M8 13h6"></path>
15992
+ <path d="M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z"></path>
15993
+ </symbol>
15988
15994
 
15989
15995
  </defs>
15990
15996
  </svg>`;