@infineon/infineon-icons 4.7.4 → 4.8.0

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.
@@ -4,7 +4,7 @@
4
4
  font-style: normal;
5
5
  font-weight: 400;
6
6
 
7
- src: url("./infineon-icons.woff2?1772700729247") format("woff2"), url("./infineon-icons.woff?1772700729247") format("woff"), url("./infineon-icons.ttf?1772700729247") format("truetype");
7
+ src: url("./infineon-icons.woff2?1773829788950") format("woff2"), url("./infineon-icons.woff?1773829788950") format("woff"), url("./infineon-icons.ttf?1773829788950") format("truetype");
8
8
  }
9
9
 
10
10
  .icon {
@@ -197,6 +197,10 @@
197
197
  content: "\e917";
198
198
  }
199
199
 
200
+ .icon-availability::before {
201
+ content: "\eafe";
202
+ }
203
+
200
204
  .icon-award::before {
201
205
  content: "\e918";
202
206
  }
@@ -1497,6 +1501,10 @@
1497
1501
  content: "\ea2b";
1498
1502
  }
1499
1503
 
1504
+ .icon-staircase-graph::before {
1505
+ content: "\eaff";
1506
+ }
1507
+
1500
1508
  .icon-star::before {
1501
1509
  content: "\ea2c";
1502
1510
  }
Binary file
Binary file
Binary file
package/dist/icons.d.ts CHANGED
@@ -30,6 +30,7 @@ export const arrowUp16: () => IconData;
30
30
  export const assembledProduct16: () => IconData;
31
31
  export const attachment16: () => IconData;
32
32
  export const audioDescription16: () => IconData;
33
+ export const availability16: () => IconData;
33
34
  export const award16: () => IconData;
34
35
  export const ban16: () => IconData;
35
36
  export const barGraph16: () => IconData;
@@ -355,6 +356,7 @@ export const solution16: () => IconData;
355
356
  export const sound16: () => IconData;
356
357
  export const speaker16: () => IconData;
357
358
  export const splitView16: () => IconData;
359
+ export const staircaseGraph16: () => IconData;
358
360
  export const star16: () => IconData;
359
361
  export const starF16: () => IconData;
360
362
  export const streetView16: () => IconData;
package/dist/icons.js CHANGED
@@ -46,6 +46,8 @@ var attachment16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" h
46
46
 
47
47
  var audioDescription16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <path fill-rule=\"evenodd\" d=\"M0 2h16v12H0V2Zm1 1v10h14V3H1Z\" clip-rule=\"evenodd\"/>\n <path d=\"M8.444 11V5.114h1.575c.6 0 1.113.108 1.539.324.426.216.753.54.98.972.229.432.343.972.343 1.62 0 .648-.114 1.194-.342 1.638a2.28 2.28 0 0 1-.963.999c-.42.222-.921.333-1.503.333h-1.63Zm1.044-.846h.459c.396 0 .732-.075 1.008-.225.282-.156.495-.39.639-.702.144-.312.216-.711.216-1.197 0-.48-.072-.873-.216-1.179a1.4 1.4 0 0 0-.64-.675c-.275-.144-.611-.216-1.007-.216h-.46v4.194ZM2.66 11l1.917-5.886h1.224L7.718 11H6.62l-.9-3.132a31.103 31.103 0 0 1-.279-.963l-.252-.981h-.036c-.078.33-.162.66-.252.99a22.12 22.12 0 0 1-.27.954L3.722 11H2.66Zm1.134-1.593v-.819h2.772v.819H3.794Z\"/>\n</svg>\n";
48
48
 
49
+ var availability16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <path d=\"M2 14h12V6h1v9H1V6h1v8Z\"/>\n <path d=\"m12.206 6.653-.734.678-.972-1.052V12h-1V6.28L8.528 7.33l-.735-.678L10 4.263l2.206 2.39ZM6.5 9.72l.972-1.051.734.678L6 11.737l-2.206-2.39.734-.678L5.5 9.72V4h1v5.72Z\"/>\n <path d=\"M16 5h-3V4h2V2H1v2h2v1H0V1h16v4Z\"/>\n</svg>\n";
50
+
49
51
  var award16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <path fill-rule=\"evenodd\" d=\"M8 1a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM3 5a5 5 0 1 1 10 0A5 5 0 0 1 3 5Z\" clip-rule=\"evenodd\"/>\n <path fill-rule=\"evenodd\" d=\"M4 10h1v4.138l3-1.714 3 1.714V10h1v5.862l-4-2.286-4 2.286V10Z\" clip-rule=\"evenodd\"/>\n</svg>\n";
50
52
 
51
53
  var ban16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <path fill-rule=\"evenodd\" d=\"M8 1a7 7 0 0 0-5.29 11.584l9.874-9.875A6.973 6.973 0 0 0 8 1Zm5.29 2.416-9.874 9.875a7 7 0 0 0 9.874-9.874ZM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Z\" clip-rule=\"evenodd\"/>\n</svg>\n";
@@ -696,6 +698,8 @@ var speaker16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" heig
696
698
 
697
699
  var splitView16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <path fill-rule=\"evenodd\" d=\"M0 1h16v14H0V1Zm8.5 13H15V5H8.5v9Zm-1-9v9H1V5h6.5ZM15 4V2H1v2h14Z\" clip-rule=\"evenodd\"/>\n</svg>\n";
698
700
 
701
+ var staircaseGraph16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <path d=\"M10 4.5v3h3v3h2.5v1H12v-3H9v-3H7v3H4v3H.5v-1H3v-3h3v-3h4Z\"/>\n</svg>\n";
702
+
699
703
  var star16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <path fill-rule=\"evenodd\" d=\"m8 .4 2.472 5.009L16 6.212l-4 3.899.944 5.506L8 13.017l-4.944 2.6L4 10.11 0 6.212l5.528-.803L8 .4Zm0 2.108L6.147 6.262l-4.142.602 2.998 2.921-.708 4.126L8 11.963l3.705 1.948-.707-4.126 2.997-2.921-4.142-.602L8 2.508Z\" clip-rule=\"evenodd\"/>\n</svg>\n";
700
704
 
701
705
  var starF16Icon = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <path fill-rule=\"evenodd\" d=\"m8 .4 2.472 5.009L16 6.212l-4 3.899.944 5.506L8 13.017l-4.944 2.6L4 10.11 0 6.212l5.528-.803L8 .4Z\" clip-rule=\"evenodd\"/>\n</svg>\n";
@@ -855,6 +859,7 @@ const arrowUp16 = () => iconRegistry["arrowUp16"] = arrowUp16Icon;
855
859
  const assembledProduct16 = () => iconRegistry["assembledProduct16"] = assembledProduct16Icon;
856
860
  const attachment16 = () => iconRegistry["attachment16"] = attachment16Icon;
857
861
  const audioDescription16 = () => iconRegistry["audioDescription16"] = audioDescription16Icon;
862
+ const availability16 = () => iconRegistry["availability16"] = availability16Icon;
858
863
  const award16 = () => iconRegistry["award16"] = award16Icon;
859
864
  const ban16 = () => iconRegistry["ban16"] = ban16Icon;
860
865
  const barGraph16 = () => iconRegistry["barGraph16"] = barGraph16Icon;
@@ -1180,6 +1185,7 @@ const solution16 = () => iconRegistry["solution16"] = solution16Icon;
1180
1185
  const sound16 = () => iconRegistry["sound16"] = sound16Icon;
1181
1186
  const speaker16 = () => iconRegistry["speaker16"] = speaker16Icon;
1182
1187
  const splitView16 = () => iconRegistry["splitView16"] = splitView16Icon;
1188
+ const staircaseGraph16 = () => iconRegistry["staircaseGraph16"] = staircaseGraph16Icon;
1183
1189
  const star16 = () => iconRegistry["star16"] = star16Icon;
1184
1190
  const starF16 = () => iconRegistry["starF16"] = starF16Icon;
1185
1191
  const streetView16 = () => iconRegistry["streetView16"] = streetView16Icon;
@@ -1273,6 +1279,7 @@ const icons = {
1273
1279
  assembledProduct16: assembledProduct16Icon,
1274
1280
  attachment16: attachment16Icon,
1275
1281
  audioDescription16: audioDescription16Icon,
1282
+ availability16: availability16Icon,
1276
1283
  award16: award16Icon,
1277
1284
  ban16: ban16Icon,
1278
1285
  barGraph16: barGraph16Icon,
@@ -1598,6 +1605,7 @@ const icons = {
1598
1605
  sound16: sound16Icon,
1599
1606
  speaker16: speaker16Icon,
1600
1607
  splitView16: splitView16Icon,
1608
+ staircaseGraph16: staircaseGraph16Icon,
1601
1609
  star16: star16Icon,
1602
1610
  starF16: starF16Icon,
1603
1611
  streetView16: streetView16Icon,
@@ -1668,4 +1676,4 @@ const icons = {
1668
1676
 
1669
1677
  const getIcon = (icon) => icons[icon];
1670
1678
 
1671
- export { addressBook16, advanced16, ai16, airplane16, antenna16, apartmentBuilding16, applications16, archive16, arrowDown16, arrowLeft16, arrowRight16, arrowTriangleDiagonal16, arrowTriangleDown16, arrowTriangleHorizontal16, arrowTriangleLeft16, arrowTriangleRight16, arrowTriangleUp16, arrowTriangleVertikal16, arrowUp16, assembledProduct16, attachment16, audioDescription16, award16, ban16, barGraph16, barGraphLinear16, barGraphX16, barcode16, batteryCharging16, beginner16, bell16, bellF16, bellX16, bike16, binoculars16, block16, blocks16, bluetooth16, board16, book16, bookBookmark16, bookOpen16, bookmark16, bookmarkF16, box16, braille16, briefcase16, bug16, bulletList16, cAdd16, cAddF16, cCheck16, cCheckF16, cDelete16, cDeleteF16, cInfo16, cInfoF16, cQuestion16, cQuestionF16, cRemove16, cRemoveF16, cWarning16, cWarningF16, calculator16, calendar16, calendarCheck16, calendarHeart16, calendarPlus16, camera16, car16, carLights16, card16, cart16, cartF16, changeStatus16, charging16, chart16, chat16, check16, checkList16, checkedOutOther16, checkedOutYou16, chemistry16, chevronDown16, chevronLeft16, chevronRight16, chevronUp16, chip16, chipAi16, chipDip16, chips16, chocolateMenu16, chocolateMenuActive16, clipboard16, clipboardCheck16, clipboardMedical16, clock16, cloud16, cloudUploadDownload16, coach16, code16, cogwheel16, coins16, comment16, community16, configure16, contact16, copy16, copyright16, cornerArrowDownRight16, cross16, cssGidEuResidencePermit16, curvedArrowLeft16, curvedArrowRight16, cutlery16, dashboard16, database16, delete16, deleteForever16, deleteText16, desk16, desktop16, desktopScreen16, dot16, doubleChevronDown16, doubleChevronLeft16, doubleChevronRight16, doubleChevronUp16, download16, downloadCheck16, downloadPlus16, dragArrows16, dragIndicator16, duplicate16, editor16, eid16, elearning16, enlarge16, euc16, facebook, factory16, fairyWand16, feedbackSupport16, file16, fileAac16, fileAvi16, fileCss16, fileCsv16, fileDoc16, fileDocx16, fileEps16, fileExe16, fileGif16, fileHtml16, fileJpg16, fileJs16, fileJson16, fileMkv16, fileMov16, fileMp316, fileMp416, fileMpg16, fileOtf16, filePdf16, filePng16, filePpt16, filePptx16, fileRar16, fileRtf16, fileSap16, fileSql16, fileStp16, fileSvg16, fileText16, fileTxt16, fileVdf16, fileVdn16, fileVnd16, fileXlsx16, fileXml16, fileZip16, filter16, filterActive16, finance16, firewall16, flag16, flagF16, floppyDisk16, floppyDisks16, folder16, folderAdd16, folderEmpty16, folderOpen16, folderRemove16, fruitCrate16, gallery16, genericDiode16, getIcon, github, glasses16, globe16, google, graduation16, grid16, gridLayout16, group16, gym16, halogenFree16, handshake16, happyBaby16, hashMark16, heading116, heading216, heading316, heading416, heading516, heading616, headset16, hide16, highReliablity16, history16, home16, hospital16, hospitalBed16, hourglass16, hyperlink16, iconRegistry, icons, ids16, image16, inbox16, instagram, insurance16, intermediate16, isolator16, key16, language16, laptop16, launch16, layers16, layout16, leadFree16, leaf16, license16, lifebuoy16, lightEmittingDiode16, lineGraph16, link16, linkedin, list16, listCheck16, listEdit16, listPlus16, listUser16, lock16, lockF16, logistics16, logout16, mail16, mapPin16, maximize16, medal16, mediaEject16, mediaPause16, mediaPlay16, mediaRecord16, mediaStop16, megaphone16, menu16, menuLeft16, menuRight16, microcontroller16, microcontrollerErase16, microcontrollerProgram16, microcontrollerSave16, microcontrollerVerify16, microphone16, minus16, mobileChat16, module16, money16, moon16, moonFilled16, more16, mouseCursor16, mouseCursorPointer16, mouseCursorText16, multiLineGraph16, myHr16, network16, orderedList16, organigram16, package16, paragraphs16, park16, passport16, pen16, people16, phone16, phoneCall16, pin16, pinF16, plus16, poll16, power16, preferences16, present16, preview16, printer16, procurement16, project16, protection16, qrCode16, qualified16, questionMark16, quote16, rateDown16, rateUp16, refresh16, reload16, reply16, restore16, roboticArm16, rocket16, rss16, sWarning16, sad16, sample16, satelite16, scale16, scissors16, search16, send16, server16, share16, shield16, shieldSettings16, show16, shuffle16, sidebarLeft16, sidebarRight16, simulation16, skipToBeginning16, skipToEnd16, smartphone16, smile16, snow16, software16, solution16, sound16, speaker16, splitView16, star16, starF16, streetView16, stroller16, subscript16, superscript16, swapHorizontal16, swapVertical16, table16, tableX16, tag16, team16, technology16, temperature16, textBold16, textColor16, textItalic16, thumbDown16, thumbUp16, tool16, training16, tram16, transceiver16, translation16, treeStructure16, trendDown16, trendUp16, ungroup16, unlink16, unlocked16, unorderedList16, upload16, usb16, usbRemove16, usbToggle16, user16, userAdd16, userAdded16, userPin16, userRemove16, verified16, video16, videoCam16, videoCamX16, viewReplacement16, volumeDown16, volumeMute16, volumeUp16, wafer16, warning16, warningCritical16, warningCriticalF16, warningF16, waves16, webinar16, webpage16, wechat, weibo, wheelchair16, wifi16, windows16, xing, youku, youtube, zhihu, zoomIn16, zoomOut16 };
1679
+ export { addressBook16, advanced16, ai16, airplane16, antenna16, apartmentBuilding16, applications16, archive16, arrowDown16, arrowLeft16, arrowRight16, arrowTriangleDiagonal16, arrowTriangleDown16, arrowTriangleHorizontal16, arrowTriangleLeft16, arrowTriangleRight16, arrowTriangleUp16, arrowTriangleVertikal16, arrowUp16, assembledProduct16, attachment16, audioDescription16, availability16, award16, ban16, barGraph16, barGraphLinear16, barGraphX16, barcode16, batteryCharging16, beginner16, bell16, bellF16, bellX16, bike16, binoculars16, block16, blocks16, bluetooth16, board16, book16, bookBookmark16, bookOpen16, bookmark16, bookmarkF16, box16, braille16, briefcase16, bug16, bulletList16, cAdd16, cAddF16, cCheck16, cCheckF16, cDelete16, cDeleteF16, cInfo16, cInfoF16, cQuestion16, cQuestionF16, cRemove16, cRemoveF16, cWarning16, cWarningF16, calculator16, calendar16, calendarCheck16, calendarHeart16, calendarPlus16, camera16, car16, carLights16, card16, cart16, cartF16, changeStatus16, charging16, chart16, chat16, check16, checkList16, checkedOutOther16, checkedOutYou16, chemistry16, chevronDown16, chevronLeft16, chevronRight16, chevronUp16, chip16, chipAi16, chipDip16, chips16, chocolateMenu16, chocolateMenuActive16, clipboard16, clipboardCheck16, clipboardMedical16, clock16, cloud16, cloudUploadDownload16, coach16, code16, cogwheel16, coins16, comment16, community16, configure16, contact16, copy16, copyright16, cornerArrowDownRight16, cross16, cssGidEuResidencePermit16, curvedArrowLeft16, curvedArrowRight16, cutlery16, dashboard16, database16, delete16, deleteForever16, deleteText16, desk16, desktop16, desktopScreen16, dot16, doubleChevronDown16, doubleChevronLeft16, doubleChevronRight16, doubleChevronUp16, download16, downloadCheck16, downloadPlus16, dragArrows16, dragIndicator16, duplicate16, editor16, eid16, elearning16, enlarge16, euc16, facebook, factory16, fairyWand16, feedbackSupport16, file16, fileAac16, fileAvi16, fileCss16, fileCsv16, fileDoc16, fileDocx16, fileEps16, fileExe16, fileGif16, fileHtml16, fileJpg16, fileJs16, fileJson16, fileMkv16, fileMov16, fileMp316, fileMp416, fileMpg16, fileOtf16, filePdf16, filePng16, filePpt16, filePptx16, fileRar16, fileRtf16, fileSap16, fileSql16, fileStp16, fileSvg16, fileText16, fileTxt16, fileVdf16, fileVdn16, fileVnd16, fileXlsx16, fileXml16, fileZip16, filter16, filterActive16, finance16, firewall16, flag16, flagF16, floppyDisk16, floppyDisks16, folder16, folderAdd16, folderEmpty16, folderOpen16, folderRemove16, fruitCrate16, gallery16, genericDiode16, getIcon, github, glasses16, globe16, google, graduation16, grid16, gridLayout16, group16, gym16, halogenFree16, handshake16, happyBaby16, hashMark16, heading116, heading216, heading316, heading416, heading516, heading616, headset16, hide16, highReliablity16, history16, home16, hospital16, hospitalBed16, hourglass16, hyperlink16, iconRegistry, icons, ids16, image16, inbox16, instagram, insurance16, intermediate16, isolator16, key16, language16, laptop16, launch16, layers16, layout16, leadFree16, leaf16, license16, lifebuoy16, lightEmittingDiode16, lineGraph16, link16, linkedin, list16, listCheck16, listEdit16, listPlus16, listUser16, lock16, lockF16, logistics16, logout16, mail16, mapPin16, maximize16, medal16, mediaEject16, mediaPause16, mediaPlay16, mediaRecord16, mediaStop16, megaphone16, menu16, menuLeft16, menuRight16, microcontroller16, microcontrollerErase16, microcontrollerProgram16, microcontrollerSave16, microcontrollerVerify16, microphone16, minus16, mobileChat16, module16, money16, moon16, moonFilled16, more16, mouseCursor16, mouseCursorPointer16, mouseCursorText16, multiLineGraph16, myHr16, network16, orderedList16, organigram16, package16, paragraphs16, park16, passport16, pen16, people16, phone16, phoneCall16, pin16, pinF16, plus16, poll16, power16, preferences16, present16, preview16, printer16, procurement16, project16, protection16, qrCode16, qualified16, questionMark16, quote16, rateDown16, rateUp16, refresh16, reload16, reply16, restore16, roboticArm16, rocket16, rss16, sWarning16, sad16, sample16, satelite16, scale16, scissors16, search16, send16, server16, share16, shield16, shieldSettings16, show16, shuffle16, sidebarLeft16, sidebarRight16, simulation16, skipToBeginning16, skipToEnd16, smartphone16, smile16, snow16, software16, solution16, sound16, speaker16, splitView16, staircaseGraph16, star16, starF16, streetView16, stroller16, subscript16, superscript16, swapHorizontal16, swapVertical16, table16, tableX16, tag16, team16, technology16, temperature16, textBold16, textColor16, textItalic16, thumbDown16, thumbUp16, tool16, training16, tram16, transceiver16, translation16, treeStructure16, trendDown16, trendUp16, ungroup16, unlink16, unlocked16, unorderedList16, upload16, usb16, usbRemove16, usbToggle16, user16, userAdd16, userAdded16, userPin16, userRemove16, verified16, video16, videoCam16, videoCamX16, viewReplacement16, volumeDown16, volumeMute16, volumeUp16, wafer16, warning16, warningCritical16, warningCriticalF16, warningF16, waves16, webinar16, webpage16, wechat, weibo, wheelchair16, wifi16, windows16, xing, youku, youtube, zhihu, zoomIn16, zoomOut16 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infineon/infineon-icons",
3
- "version": "4.7.4",
3
+ "version": "4.8.0",
4
4
  "private": false,
5
5
  "description": "Infineon Icons",
6
6
  "license": "MIT",
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
2
+ <path d="M2 14h12V6h1v9H1V6h1v8Z"/>
3
+ <path d="m12.206 6.653-.734.678-.972-1.052V12h-1V6.28L8.528 7.33l-.735-.678L10 4.263l2.206 2.39ZM6.5 9.72l.972-1.051.734.678L6 11.737l-2.206-2.39.734-.678L5.5 9.72V4h1v5.72Z"/>
4
+ <path d="M16 5h-3V4h2V2H1v2h2v1H0V1h16v4Z"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
2
+ <path d="M10 4.5v3h3v3h2.5v1H12v-3H9v-3H7v3H4v3H.5v-1H3v-3h3v-3h4Z"/>
3
+ </svg>