hds-web 1.26.8 → 1.26.9

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,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.26.8",
3
+ "version": "1.26.9",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.75 5C0.75 2.65279 2.65279 0.75 5 0.75H15C17.3472 0.75 19.25 2.65279 19.25 5V15C19.25 17.3472 17.3472 19.25 15 19.25H5C2.65279 19.25 0.75 17.3472 0.75 15V5Z" stroke-width="1.5"/>
3
+ <path d="M7 12V12C7 13.6569 8.34315 15 10 15V15C11.6569 15 13 13.6569 13 12V12" stroke-width="1.5" stroke-linecap="round"/>
4
+ <path d="M4.44721 6.10557C4.786 5.428 5.47852 5 6.23607 5H13.7639C14.5215 5 15.214 5.428 15.5528 6.10557V6.10557C16.2177 7.43538 15.2507 9 13.7639 9H6.23607C4.7493 9 3.78231 7.43538 4.44721 6.10557V6.10557Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M8 5L8 9" stroke-width="1.5"/>
6
+ <path d="M12 5L12 9" stroke-width="1.5"/>
7
+ </svg>
@@ -1206,8 +1206,10 @@ import {ReactComponent as TwitterCIcon } from "../../../assets/icons/twittercolo
1206
1206
  import {ReactComponent as YoutubeCIcon} from "../../../assets/icons/youtubecolor.svg"
1207
1207
  import {ReactComponent as Facebookblue} from "../../../assets/icons/facebookblue.svg"
1208
1208
  import {ReactComponent as Linkedinblue} from "../../../assets/icons/linkedinblue.svg"
1209
+ import {ReactComponent as AIBotIcon} from "../../../assets/icons/bot.svg"
1209
1210
 
1210
1211
  const iconReferenceMap = {
1212
+ aibot:AIBotIcon,
1211
1213
  facebookBlue: Facebookblue,
1212
1214
  linkedinBlue: Linkedinblue,
1213
1215
  reddit : RedditIcon,