@workday/canvas-system-icons-web 3.0.34 → 3.0.35

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,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-document-candidate-star wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <g>
4
+ <path d="M4.5 1.996a.5.5 0 0 0-.5.5V21.5a.5.5 0 0 0 .5.5H14v-2H6V4h12v11h2V2.496a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/>
5
+ <path d="M8.5 16a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/>
6
+ <path d="M8 13.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5z" class="wd-icon-fill"/>
7
+ <path d="M10.5 6a1.5 1.5 0 1 0 0 3A2.5 2.5 0 0 0 8 11.5v.5h5v-.5A2.5 2.5 0 0 0 10.5 9a1.5 1.5 0 0 0 0-3Z" class="wd-icon-fill"/>
8
+ </g>
9
+ <path d="M19.395 21.71 18 20.812l-1.395.896a.2.2 0 0 1-.303-.212l.384-1.694-1.343-1.21a.2.2 0 0 1 .117-.348l1.75-.147.604-1.528a.2.2 0 0 1 .372 0l.604 1.528 1.75.147a.2.2 0 0 1 .117.348l-1.343 1.21.384 1.694a.2.2 0 0 1-.303.212Z" class="wd-icon-accent"/>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-prospect wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M19.817 18.888A3.003 3.003 0 0 1 16 16a3 3 0 1 1 5.147 2.096l.628.628a.5.5 0 0 1 0 .707l-.354.354a.5.5 0 0 1-.707 0zM19 17.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" class="wd-icon-accent" clip-rule="evenodd"/>
4
+ <g>
5
+ <path d="M2.5 4a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5H14v-1.997H4v-11h15.956v5.051H22V4.5a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/>
6
+ <path d="M13 10a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5z" class="wd-icon-fill"/>
7
+ <path d="M13.5 12.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/>
8
+ <path d="M6 14a2.5 2.5 0 0 1 5 0v.5H6z" class="wd-icon-fill"/>
9
+ <path d="M8.5 11.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z" class="wd-icon-fill"/>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'documentCandidateStar',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-document-candidate-star wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><g><path d="M4.5 1.996a.5.5 0 0 0-.5.5V21.5a.5.5 0 0 0 .5.5H14v-2H6V4h12v11h2V2.496a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/><path d="M8.5 16a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/><path d="M8 13.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5z" class="wd-icon-fill"/><path d="M10.5 6a1.5 1.5 0 1 0 0 3A2.5 2.5 0 0 0 8 11.5v.5h5v-.5A2.5 2.5 0 0 0 10.5 9a1.5 1.5 0 0 0 0-3Z" class="wd-icon-fill"/></g><path d="M19.395 21.71 18 20.812l-1.395.896a.2.2 0 0 1-.303-.212l.384-1.694-1.343-1.21a.2.2 0 0 1 .117-.348l1.75-.147.604-1.528a.2.2 0 0 1 .372 0l.604 1.528 1.75.147a.2.2 0 0 1 .117.348l-1.343 1.21.384 1.694a.2.2 0 0 1-.303.212Z" class="wd-icon-accent"/></g></svg>',
6
+ filename: 'wd-icon-document-candidate-star.svg',
7
+ category: 'Files & Docs',
8
+ tags: ['user','file','favorite'],
9
+ }
10
+ export default icon
package/dist/ts/index.ts CHANGED
@@ -206,6 +206,7 @@ import documentAltIcon from './documentAlt'
206
206
  import documentCandidateActionRequiredIcon from './documentCandidateActionRequired'
207
207
  import documentCandidateInactiveIcon from './documentCandidateInactive'
208
208
  import documentCandidateSearchIcon from './documentCandidateSearch'
209
+ import documentCandidateStarIcon from './documentCandidateStar'
209
210
  import documentCsvIcon from './documentCsv'
210
211
  import documentDownloadIcon from './documentDownload'
211
212
  import documentHtmlIcon from './documentHtml'
@@ -432,6 +433,7 @@ import progressCircleIcon from './progressCircle'
432
433
  import projectsIcon from './projects'
433
434
  import promptsIcon from './prompts'
434
435
  import proofOfDeliveryIcon from './proofOfDelivery'
436
+ import prospectIcon from './prospect'
435
437
  import proxyUserIcon from './proxyUser'
436
438
  import puzzleIcon from './puzzle'
437
439
  import pyramidIcon from './pyramid'
@@ -810,6 +812,7 @@ export {
810
812
  documentCandidateActionRequiredIcon,
811
813
  documentCandidateInactiveIcon,
812
814
  documentCandidateSearchIcon,
815
+ documentCandidateStarIcon,
813
816
  documentCsvIcon,
814
817
  documentDownloadIcon,
815
818
  documentHtmlIcon,
@@ -1036,6 +1039,7 @@ export {
1036
1039
  projectsIcon,
1037
1040
  promptsIcon,
1038
1041
  proofOfDeliveryIcon,
1042
+ prospectIcon,
1039
1043
  proxyUserIcon,
1040
1044
  puzzleIcon,
1041
1045
  pyramidIcon,
@@ -1414,6 +1418,7 @@ export enum CanvasSystemIcons {
1414
1418
  DocumentCandidateActionRequired = 'documentCandidateActionRequired',
1415
1419
  DocumentCandidateInactive = 'documentCandidateInactive',
1416
1420
  DocumentCandidateSearch = 'documentCandidateSearch',
1421
+ DocumentCandidateStar = 'documentCandidateStar',
1417
1422
  DocumentCsv = 'documentCsv',
1418
1423
  DocumentDownload = 'documentDownload',
1419
1424
  DocumentHtml = 'documentHtml',
@@ -1640,6 +1645,7 @@ export enum CanvasSystemIcons {
1640
1645
  Projects = 'projects',
1641
1646
  Prompts = 'prompts',
1642
1647
  ProofOfDelivery = 'proofOfDelivery',
1648
+ Prospect = 'prospect',
1643
1649
  ProxyUser = 'proxyUser',
1644
1650
  Puzzle = 'puzzle',
1645
1651
  Pyramid = 'pyramid',
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'prospect',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-prospect wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M19.817 18.888A3.003 3.003 0 0 1 16 16a3 3 0 1 1 5.147 2.096l.628.628a.5.5 0 0 1 0 .707l-.354.354a.5.5 0 0 1-.707 0zM19 17.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" class="wd-icon-accent" clip-rule="evenodd"/><g><path d="M2.5 4a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5H14v-1.997H4v-11h15.956v5.051H22V4.5a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/><path d="M13 10a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5z" class="wd-icon-fill"/><path d="M13.5 12.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z" class="wd-icon-fill"/><path d="M6 14a2.5 2.5 0 0 1 5 0v.5H6z" class="wd-icon-fill"/><path d="M8.5 11.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z" class="wd-icon-fill"/></g></g></svg>',
6
+ filename: 'wd-icon-prospect.svg',
7
+ category: 'Files & Docs',
8
+ tags: ['user','search','find','profile','card'],
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.34",
3
+ "version": "3.0.35",
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)",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@workday/canvas-colors-web": "2.0.1",
35
- "@workday/canvas-system-icons": "3.21.0",
35
+ "@workday/canvas-system-icons": "3.22.0",
36
36
  "@workday/icon-utils": "1.0.7",
37
37
  "svg-sprite": "^2.0.4"
38
38
  },
@@ -40,5 +40,5 @@
40
40
  "access": "public",
41
41
  "registry": "https://registry.npmjs.org"
42
42
  },
43
- "gitHead": "5259930d4b4a667ad944326f13b26045017b18c2"
43
+ "gitHead": "7c8fcded942e5425e2f37319daa68c394b607f45"
44
44
  }