@workday/canvas-system-icons-web 3.0.15 → 3.0.16

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.
@@ -1,7 +1,7 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-exclamation-triangle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
- <g fill-rule="evenodd" class="wd-icon-container">
3
- <path d="M12.004 6.393L17.995 19H6z" class="wd-icon-background"/>
4
- <path d="M12.217 3.092a.5.5 0 0 1 .225.224l8.468 16.918a.5.5 0 0 1-.448.724l-16.888-.003a.5.5 0 0 1-.447-.723l8.42-16.915a.5.5 0 0 1 .67-.225zm-.213 3.301L6 19h11.995L12.004 6.393z" class="wd-icon-fill"/>
5
- <path d="M12.495 10c.279 0 .505.215.505.498v4.004a.494.494 0 0 1-.505.498h-.99a.496.496 0 0 1-.505-.498v-4.004c0-.275.214-.498.505-.498h.99zm0 8a.497.497 0 0 0 .505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505v.99c0 .279.214.505.505.505h.99z" class="wd-icon-accent"/>
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M18.2 19.213L12.006 6.182 5.8 19.213h12.4z" class="wd-icon-background" clip-rule="evenodd"/>
4
+ <path fill-rule="evenodd" d="M12.441 3.316a.5.5 0 0 0-.894 0l-8.42 16.916a.5.5 0 0 0 .447.723l16.888.003a.5.5 0 0 0 .448-.724L12.44 3.316zM17.995 19L12.003 6.393 6 19h11.995z" class="wd-icon-fill" clip-rule="evenodd"/>
5
+ <path d="M12.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1zM13 17.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1z" class="wd-icon-accent"/>
6
6
  </g>
7
7
  </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-lightbulb wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M5 8.611C5 4.96 8.157 2 12 2s7 2.96 7 6.611c0 1.564-.555 2.502-1.19 3.574-.765 1.295-1.648 2.785-1.808 5.812-.029.544-.46.99-1.002 1.003a3 3 0 0 1-6 0c-.541-.013-.973-.46-1.002-1.003-.16-3.027-1.042-4.517-1.809-5.812C5.555 11.113 5 10.175 5 8.611zM12 4C9.148 4 7 6.175 7 8.611c0 1.002.29 1.496.934 2.594l.183.312c.404.694.826 1.481 1.17 2.483h5.427c.343-1.002.765-1.79 1.169-2.483l.183-.312c.644-1.098.934-1.592.934-2.594C17 6.175 14.852 4 12 4zM9.926 17a15.43 15.43 0 0 0-.136-1h4.42c-.054.316-.1.649-.136 1H9.926zM13 19a1 1 0 1 1-2 0h2z" class="wd-icon-fill" clip-rule="evenodd"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-messaging wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path d="M4 5h10v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2v1.432a.5.5 0 0 0 .82.385l1.91-1.592a.75.75 0 0 0 .27-.576V12.5a.5.5 0 0 0-.5-.5H4V5z" class="wd-icon-fill"/>
4
+ <path fill-rule="evenodd" d="M8 11a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2v1.433a.5.5 0 0 1-.82.384L17 20h-7a2 2 0 0 1-2-2v-7zm2 0h10v7H10v-7z" class="wd-icon-fill" clip-rule="evenodd"/>
5
+ </g>
6
+ </svg>
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'exclamationTriangle',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-exclamation-triangle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g fill-rule="evenodd" class="wd-icon-container"><path d="M12.004 6.393L17.995 19H6z" class="wd-icon-background"/><path d="M12.217 3.092a.5.5 0 0 1 .225.224l8.468 16.918a.5.5 0 0 1-.448.724l-16.888-.003a.5.5 0 0 1-.447-.723l8.42-16.915a.5.5 0 0 1 .67-.225zm-.213 3.301L6 19h11.995L12.004 6.393z" class="wd-icon-fill"/><path d="M12.495 10c.279 0 .505.215.505.498v4.004a.494.494 0 0 1-.505.498h-.99a.496.496 0 0 1-.505-.498v-4.004c0-.275.214-.498.505-.498h.99zm0 8a.497.497 0 0 0 .505-.505v-.99a.497.497 0 0 0-.505-.505h-.99a.497.497 0 0 0-.505.505v.99c0 .279.214.505.505.505h.99z" class="wd-icon-accent"/></g></svg>',
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-exclamation-triangle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M18.2 19.213L12.006 6.182 5.8 19.213h12.4z" class="wd-icon-background" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.441 3.316a.5.5 0 0 0-.894 0l-8.42 16.916a.5.5 0 0 0 .447.723l16.888.003a.5.5 0 0 0 .448-.724L12.44 3.316zM17.995 19L12.003 6.393 6 19h11.995z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M12.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1zM13 17.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1z" class="wd-icon-accent"/></g></svg>',
6
6
  filename: 'wd-icon-exclamation-triangle.svg',
7
7
  category: 'Core',
8
8
  tags: ['alert','important','mark','feedback'],
package/dist/ts/index.ts CHANGED
@@ -316,6 +316,7 @@ import leftSidebarIcon from './leftSidebar'
316
316
  import legalIcon from './legal'
317
317
  import legendIcon from './legend'
318
318
  import letterAIcon from './letterA'
319
+ import lightbulbIcon from './lightbulb'
319
320
  import linkIcon from './link'
320
321
  import listDetailIcon from './listDetail'
321
322
  import listViewIcon from './listView'
@@ -345,6 +346,7 @@ import menuGroupIcon from './menuGroup'
345
346
  import mergeSmallIcon from './mergeSmall'
346
347
  import mergeTagIcon from './mergeTag'
347
348
  import mergeIcon from './merge'
349
+ import messagingIcon from './messaging'
348
350
  import microphoneIcon from './microphone'
349
351
  import minusCircleIcon from './minusCircle'
350
352
  import minusIcon from './minus'
@@ -881,6 +883,7 @@ export {
881
883
  legalIcon,
882
884
  legendIcon,
883
885
  letterAIcon,
886
+ lightbulbIcon,
884
887
  linkIcon,
885
888
  listDetailIcon,
886
889
  listViewIcon,
@@ -910,6 +913,7 @@ export {
910
913
  mergeSmallIcon,
911
914
  mergeTagIcon,
912
915
  mergeIcon,
916
+ messagingIcon,
913
917
  microphoneIcon,
914
918
  minusCircleIcon,
915
919
  minusIcon,
@@ -1446,6 +1450,7 @@ export enum CanvasSystemIcons {
1446
1450
  Legal = 'legal',
1447
1451
  Legend = 'legend',
1448
1452
  LetterA = 'letterA',
1453
+ Lightbulb = 'lightbulb',
1449
1454
  Link = 'link',
1450
1455
  ListDetail = 'listDetail',
1451
1456
  ListView = 'listView',
@@ -1475,6 +1480,7 @@ export enum CanvasSystemIcons {
1475
1480
  MergeSmall = 'mergeSmall',
1476
1481
  MergeTag = 'mergeTag',
1477
1482
  Merge = 'merge',
1483
+ Messaging = 'messaging',
1478
1484
  Microphone = 'microphone',
1479
1485
  MinusCircle = 'minusCircle',
1480
1486
  Minus = 'minus',
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'lightbulb',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-lightbulb wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5 8.611C5 4.96 8.157 2 12 2s7 2.96 7 6.611c0 1.564-.555 2.502-1.19 3.574-.765 1.295-1.648 2.785-1.808 5.812-.029.544-.46.99-1.002 1.003a3 3 0 0 1-6 0c-.541-.013-.973-.46-1.002-1.003-.16-3.027-1.042-4.517-1.809-5.812C5.555 11.113 5 10.175 5 8.611zM12 4C9.148 4 7 6.175 7 8.611c0 1.002.29 1.496.934 2.594l.183.312c.404.694.826 1.481 1.17 2.483h5.427c.343-1.002.765-1.79 1.169-2.483l.183-.312c.644-1.098.934-1.592.934-2.594C17 6.175 14.852 4 12 4zM9.926 17a15.43 15.43 0 0 0-.136-1h4.42c-.054.316-.1.649-.136 1H9.926zM13 19a1 1 0 1 1-2 0h2z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
+ filename: 'wd-icon-lightbulb.svg',
7
+ category: 'Objects',
8
+ tags: ['manager','insight','lightbulb'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'messaging',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-messaging wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M4 5h10v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2v1.432a.5.5 0 0 0 .82.385l1.91-1.592a.75.75 0 0 0 .27-.576V12.5a.5.5 0 0 0-.5-.5H4V5z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M8 11a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2v1.433a.5.5 0 0 1-.82.384L17 20h-7a2 2 0 0 1-2-2v-7zm2 0h10v7H10v-7z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
+ filename: 'wd-icon-messaging.svg',
7
+ category: 'Core',
8
+ tags: ['messaging','chat','discussioin','recruiting','candidates'],
9
+ }
10
+ export default icon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-system-icons-web",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "description": "Workday system icons for web",
5
5
  "license": "CC-BY-ND-4.0",
6
6
  "author": "Workday, Inc. (https://www.workday.com)",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@workday/canvas-colors-web": "2.0.0",
36
- "@workday/canvas-system-icons": "3.11.0",
36
+ "@workday/canvas-system-icons": "3.12.0",
37
37
  "@workday/icon-utils": "1.0.4",
38
38
  "svg-sprite": "^1.3.7"
39
39
  },
@@ -41,5 +41,5 @@
41
41
  "access": "public",
42
42
  "registry": "https://registry.npmjs.org"
43
43
  },
44
- "gitHead": "11601935a71effad0b9e1c9713ce4becf475e0d7"
44
+ "gitHead": "5b66c69872bdd160d9f1b9b12f23bfa63a8fad90"
45
45
  }