@workday/canvas-system-icons-web 3.0.2 → 3.0.4

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.
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-my-referrals wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path d="M4.5 4a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V6h2.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-4zM4.5 20a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V18h2.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4zM20 4.5a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H18v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4zM19.5 20a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V18h-2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4z" class="wd-icon-fill"/>
4
+ <path fill-rule="evenodd" d="M10.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm1.5 1.5a2.5 2.5 0 0 1 2.5 2.5v.5h-5V14a2.5 2.5 0 0 1 2.5-2.5z" class="wd-icon-fill" clip-rule="evenodd"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-package-arrow-down wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <g class="wd-icon-package-arrow-down">
4
+ <path fill-rule="evenodd" d="M19.5 7c.3 0 .5.2.5.5v6c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V9H6v9h7.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-9c-.3 0-.5-.2-.5-.5v-12c0-.3.2-.5.5-.5h15zM4.7 6c-.3 0-.4-.2-.2-.4l1.9-2.2c.1-.2.5-.4.8-.4h10c.3 0 .7.2.8.4l1.9 2.2c.1.2 0 .4-.2.4h-15z" class="wd-icon-fill" clip-rule="evenodd"/>
5
+ <path fill-rule="evenodd" d="M17.5 16.45c0-.3.2-.5.5-.5h.8c.3 0 .5.2.5.5v2.2h1.3c.3 0 .4.2.2.4l-2.1 2.8c-.2.2-.4.2-.6 0l-2.1-2.8c-.2-.2-.1-.4.2-.4h1.3v-2.2z" class="wd-icon-accent" clip-rule="evenodd"/>
6
+ </g>
7
+ </g>
8
+ </svg>
package/dist/ts/index.ts CHANGED
@@ -344,6 +344,7 @@ import minusIcon from './minus'
344
344
  import mobileNotificationsIcon from './mobileNotifications'
345
345
  import multiInstanceIcon from './multiInstance'
346
346
  import myLearningIcon from './myLearning'
347
+ import myReferralsIcon from './myReferrals'
347
348
  import nboxIcon from './nbox'
348
349
  import nearbyIcon from './nearby'
349
350
  import noBidIcon from './noBid'
@@ -361,6 +362,7 @@ import opportunityGraphIcon from './opportunityGraph'
361
362
  import orderedListIcon from './orderedList'
362
363
  import orgChartPeopleIcon from './orgChartPeople'
363
364
  import orgChartIcon from './orgChart'
365
+ import packageArrowDownIcon from './packageArrowDown'
364
366
  import packageArrowUpIcon from './packageArrowUp'
365
367
  import panelListIcon from './panelList'
366
368
  import paragraphIcon from './paragraph'
@@ -899,6 +901,7 @@ export {
899
901
  mobileNotificationsIcon,
900
902
  multiInstanceIcon,
901
903
  myLearningIcon,
904
+ myReferralsIcon,
902
905
  nboxIcon,
903
906
  nearbyIcon,
904
907
  noBidIcon,
@@ -916,6 +919,7 @@ export {
916
919
  orderedListIcon,
917
920
  orgChartPeopleIcon,
918
921
  orgChartIcon,
922
+ packageArrowDownIcon,
919
923
  packageArrowUpIcon,
920
924
  panelListIcon,
921
925
  paragraphIcon,
@@ -1454,6 +1458,7 @@ export enum CanvasSystemIcons {
1454
1458
  MobileNotifications = 'mobileNotifications',
1455
1459
  MultiInstance = 'multiInstance',
1456
1460
  MyLearning = 'myLearning',
1461
+ MyReferrals = 'myReferrals',
1457
1462
  Nbox = 'nbox',
1458
1463
  Nearby = 'nearby',
1459
1464
  NoBid = 'noBid',
@@ -1471,6 +1476,7 @@ export enum CanvasSystemIcons {
1471
1476
  OrderedList = 'orderedList',
1472
1477
  OrgChartPeople = 'orgChartPeople',
1473
1478
  OrgChart = 'orgChart',
1479
+ PackageArrowDown = 'packageArrowDown',
1474
1480
  PackageArrowUp = 'packageArrowUp',
1475
1481
  PanelList = 'panelList',
1476
1482
  Paragraph = 'paragraph',
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'myReferrals',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-my-referrals wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M4.5 4a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V6h2.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-4zM4.5 20a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V18h2.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4zM20 4.5a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H18v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4zM19.5 20a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V18h-2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M10.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm1.5 1.5a2.5 2.5 0 0 1 2.5 2.5v.5h-5V14a2.5 2.5 0 0 1 2.5-2.5z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
6
+ filename: 'wd-icon-my-referrals.svg',
7
+ category: 'Core',
8
+ tags: ['person','user'],
9
+ }
10
+ export default icon
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'packageArrowDown',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-package-arrow-down wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g class="wd-icon-package-arrow-down"><path fill-rule="evenodd" d="M19.5 7c.3 0 .5.2.5.5v6c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V9H6v9h7.5c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-9c-.3 0-.5-.2-.5-.5v-12c0-.3.2-.5.5-.5h15zM4.7 6c-.3 0-.4-.2-.2-.4l1.9-2.2c.1-.2.5-.4.8-.4h10c.3 0 .7.2.8.4l1.9 2.2c.1.2 0 .4-.2.4h-15z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.5 16.45c0-.3.2-.5.5-.5h.8c.3 0 .5.2.5.5v2.2h1.3c.3 0 .4.2.2.4l-2.1 2.8c-.2.2-.4.2-.6 0l-2.1-2.8c-.2-.2-.1-.4.2-.4h1.3v-2.2z" class="wd-icon-accent" clip-rule="evenodd"/></g></g></svg>',
6
+ filename: 'wd-icon-package-arrow-down.svg',
7
+ category: 'Inventory',
8
+ tags: ['box','package','arrow','quick issue'],
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.2",
3
+ "version": "3.0.4",
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)",
@@ -29,17 +29,17 @@
29
29
  "test": "jest"
30
30
  },
31
31
  "dependencies": {
32
- "@workday/design-assets-types": "0.2.9"
32
+ "@workday/design-assets-types": "0.2.10"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@workday/canvas-colors-web": "2.0.0",
36
- "@workday/canvas-system-icons": "3.3.3",
37
- "@workday/icon-utils": "1.0.2",
36
+ "@workday/canvas-system-icons": "3.4.1",
37
+ "@workday/icon-utils": "1.0.3",
38
38
  "svg-sprite": "^1.3.7"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public",
42
42
  "registry": "https://registry.npmjs.org"
43
43
  },
44
- "gitHead": "dff210c9e9022b6d7bed698b3ed5e04565ed1c7d"
44
+ "gitHead": "70d22a1e8c833fbd4ee50dc0fc69daa888b0b3ed"
45
45
  }