@workday/canvas-system-icons-web 3.0.32 → 3.0.33

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,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-assistant-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path d="m7.927 18.892.23.126a8 8 0 1 0-3.192-3.206l.132.244-.558 3.282z" class="wd-icon-background"/>
4
+ <path d="M12 2.5a.48.48 0 0 0-.5-.488C6.21 2.272 2 6.645 2 12a9.96 9.96 0 0 0 1.071 4.507l-.627 3.685a1.046 1.046 0 0 0 1.169 1.214l3.827-.504A9.96 9.96 0 0 0 12 22c5.355 0 9.727-4.21 9.988-9.5a.48.48 0 0 0-.488-.5h-1a.525.525 0 0 0-.515.5 8 8 0 0 1-11.828 6.518l-.23-.126-3.388.446.558-3.282-.132-.243A8 8 0 0 1 11.5 4.016c.275-.018.5-.24.5-.516z" class="wd-icon-fill"/>
5
+ <path fill-rule="evenodd" d="M17.5 2c.181 0 .407.113.456.371.185.988.582 1.814 1.184 2.438.6.622 1.42 1.059 2.479 1.244.509.089.507.805 0 .894-1.058.185-1.878.622-2.479 1.244-.602.624-1 1.45-1.184 2.438A.46.46 0 0 1 17.5 11a.456.456 0 0 1-.456-.371c-.185-.988-.582-1.814-1.184-2.438-.6-.622-1.42-1.059-2.479-1.244-.509-.09-.507-.805 0-.894 1.058-.185 1.878-.622 2.479-1.244.602-.624 1-1.45 1.184-2.438A.46.46 0 0 1 17.5 2Z" class="wd-icon-accent" clip-rule="evenodd"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-question-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" class="wd-icon-background" clip-rule="evenodd"/>
4
+ <g>
5
+ <path d="M21.983 12.587a.48.48 0 0 0-.483-.504l-1.048-.01a.526.526 0 0 0-.52.496 7.953 7.953 0 1 1-6.475-8.387c.271.05.543-.11.61-.378l.256-1.015a.48.48 0 0 0-.365-.595 10 10 0 1 0 8.025 10.393Z" class="wd-icon-fill"/>
6
+ <path d="M12.506 13.578c.008.268-.173.474-.453.474h-.484a.57.57 0 0 1-.56-.496c-.002-.022-.002-.036-.002-.073 0-.736.305-1.416 1.096-2.013l.665-.5c.417-.306.597-.68.597-1.096 0-.64-.458-1.25-1.387-1.25-.985 0-1.415.791-1.415 1.569.015.186-.167.412-.44.412h-.756a.57.57 0 0 1-.557-.497s-.009.043-.009-.165C8.801 8.444 9.925 7 11.978 7c2.15 0 3.273 1.36 3.273 2.762 0 1.098-.554 1.874-1.372 2.458l-.57.402q-.094.067-.18.127c-.37.256-.623.431-.623.829Z" class="wd-icon-fill"/>
7
+ <path d="M10.973 16.423a.9.9 0 0 1-.07-.359.94.94 0 0 1 1.606-.67.94.94 0 0 1-.67 1.606.93.93 0 0 1-.866-.577Z" class="wd-icon-fill"/>
8
+ </g>
9
+ <path fill-rule="evenodd" d="M18.5 3c.14 0 .317.088.354.289.144.768.453 1.41.922 1.896.467.484 1.105.823 1.928.967.395.07.394.627 0 .696-.823.144-1.461.483-1.928.967-.469.485-.778 1.128-.922 1.896A.355.355 0 0 1 18.5 10a.355.355 0 0 1-.354-.289c-.144-.768-.453-1.41-.922-1.896-.467-.484-1.105-.823-1.928-.967-.396-.07-.394-.627 0-.696.823-.144 1.461-.483 1.928-.967.469-.485.778-1.128.922-1.896A.355.355 0 0 1 18.5 3Z" class="wd-icon-accent" clip-rule="evenodd"/>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'assistantSparkle',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-assistant-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="m7.927 18.892.23.126a8 8 0 1 0-3.192-3.206l.132.244-.558 3.282z" class="wd-icon-background"/><path d="M12 2.5a.48.48 0 0 0-.5-.488C6.21 2.272 2 6.645 2 12a9.96 9.96 0 0 0 1.071 4.507l-.627 3.685a1.046 1.046 0 0 0 1.169 1.214l3.827-.504A9.96 9.96 0 0 0 12 22c5.355 0 9.727-4.21 9.988-9.5a.48.48 0 0 0-.488-.5h-1a.525.525 0 0 0-.515.5 8 8 0 0 1-11.828 6.518l-.23-.126-3.388.446.558-3.282-.132-.243A8 8 0 0 1 11.5 4.016c.275-.018.5-.24.5-.516z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M17.5 2c.181 0 .407.113.456.371.185.988.582 1.814 1.184 2.438.6.622 1.42 1.059 2.479 1.244.509.089.507.805 0 .894-1.058.185-1.878.622-2.479 1.244-.602.624-1 1.45-1.184 2.438A.46.46 0 0 1 17.5 11a.456.456 0 0 1-.456-.371c-.185-.988-.582-1.814-1.184-2.438-.6-.622-1.42-1.059-2.479-1.244-.509-.09-.507-.805 0-.894 1.058-.185 1.878-.622 2.479-1.244.602-.624 1-1.45 1.184-2.438A.46.46 0 0 1 17.5 2Z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
6
+ filename: 'wd-icon-assistant-sparkle.svg',
7
+ category: 'Core',
8
+ tags: ['star','twinkle','shine','magic','AI','artificial','intelligence','generate','quick','quicktips','help','ML','ask','talk','chat','communication'],
9
+ }
10
+ export default icon
package/dist/ts/index.ts CHANGED
@@ -36,6 +36,7 @@ import arrowRightIcon from './arrowRight'
36
36
  import arrowUpIcon from './arrowUp'
37
37
  import articleStackedIcon from './articleStacked'
38
38
  import asAppliedIcon from './asApplied'
39
+ import assistantSparkleIcon from './assistantSparkle'
39
40
  import assistantIcon from './assistant'
40
41
  import atTagMentionIcon from './atTagMention'
41
42
  import attributeIcon from './attribute'
@@ -437,6 +438,7 @@ import pyramidIcon from './pyramid'
437
438
  import qrCodeIcon from './qrCode'
438
439
  import questionFillIcon from './questionFill'
439
440
  import questionOutlineIcon from './questionOutline'
441
+ import questionSparkleIcon from './questionSparkle'
440
442
  import questionIcon from './question'
441
443
  import radioMobileSelectedIcon from './radioMobileSelected'
442
444
  import radioMobileIcon from './radioMobile'
@@ -638,6 +640,7 @@ export {
638
640
  arrowUpIcon,
639
641
  articleStackedIcon,
640
642
  asAppliedIcon,
643
+ assistantSparkleIcon,
641
644
  assistantIcon,
642
645
  atTagMentionIcon,
643
646
  attributeIcon,
@@ -1039,6 +1042,7 @@ export {
1039
1042
  qrCodeIcon,
1040
1043
  questionFillIcon,
1041
1044
  questionOutlineIcon,
1045
+ questionSparkleIcon,
1042
1046
  questionIcon,
1043
1047
  radioMobileSelectedIcon,
1044
1048
  radioMobileIcon,
@@ -1240,6 +1244,7 @@ export enum CanvasSystemIcons {
1240
1244
  ArrowUp = 'arrowUp',
1241
1245
  ArticleStacked = 'articleStacked',
1242
1246
  AsApplied = 'asApplied',
1247
+ AssistantSparkle = 'assistantSparkle',
1243
1248
  Assistant = 'assistant',
1244
1249
  AtTagMention = 'atTagMention',
1245
1250
  Attribute = 'attribute',
@@ -1641,6 +1646,7 @@ export enum CanvasSystemIcons {
1641
1646
  QrCode = 'qrCode',
1642
1647
  QuestionFill = 'questionFill',
1643
1648
  QuestionOutline = 'questionOutline',
1649
+ QuestionSparkle = 'questionSparkle',
1644
1650
  Question = 'question',
1645
1651
  RadioMobileSelected = 'radioMobileSelected',
1646
1652
  RadioMobile = 'radioMobile',
@@ -0,0 +1,10 @@
1
+ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
+ const icon: CanvasSystemIcon = {
3
+ name: 'questionSparkle',
4
+ type: CanvasIconTypes.System,
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-question-sparkle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" class="wd-icon-background" clip-rule="evenodd"/><g><path d="M21.983 12.587a.48.48 0 0 0-.483-.504l-1.048-.01a.526.526 0 0 0-.52.496 7.953 7.953 0 1 1-6.475-8.387c.271.05.543-.11.61-.378l.256-1.015a.48.48 0 0 0-.365-.595 10 10 0 1 0 8.025 10.393Z" class="wd-icon-fill"/><path d="M12.506 13.578c.008.268-.173.474-.453.474h-.484a.57.57 0 0 1-.56-.496c-.002-.022-.002-.036-.002-.073 0-.736.305-1.416 1.096-2.013l.665-.5c.417-.306.597-.68.597-1.096 0-.64-.458-1.25-1.387-1.25-.985 0-1.415.791-1.415 1.569.015.186-.167.412-.44.412h-.756a.57.57 0 0 1-.557-.497s-.009.043-.009-.165C8.801 8.444 9.925 7 11.978 7c2.15 0 3.273 1.36 3.273 2.762 0 1.098-.554 1.874-1.372 2.458l-.57.402q-.094.067-.18.127c-.37.256-.623.431-.623.829Z" class="wd-icon-fill"/><path d="M10.973 16.423a.9.9 0 0 1-.07-.359.94.94 0 0 1 1.606-.67.94.94 0 0 1-.67 1.606.93.93 0 0 1-.866-.577Z" class="wd-icon-fill"/></g><path fill-rule="evenodd" d="M18.5 3c.14 0 .317.088.354.289.144.768.453 1.41.922 1.896.467.484 1.105.823 1.928.967.395.07.394.627 0 .696-.823.144-1.461.483-1.928.967-.469.485-.778 1.128-.922 1.896A.355.355 0 0 1 18.5 10a.355.355 0 0 1-.354-.289c-.144-.768-.453-1.41-.922-1.896-.467-.484-1.105-.823-1.928-.967-.396-.07-.394-.627 0-.696.823-.144 1.461-.483 1.928-.967.469-.485.778-1.128.922-1.896A.355.355 0 0 1 18.5 3Z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
6
+ filename: 'wd-icon-question-sparkle.svg',
7
+ category: 'Core',
8
+ tags: ['star','twinkle','shine','magic','AI','artificial','intelligence','generate','quick','quicktips','help','ML','ask','text','guide'],
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.32",
3
+ "version": "3.0.33",
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.20.1",
35
+ "@workday/canvas-system-icons": "3.21.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": "6e5d14009e0bdba42e25f60733e7d81471c5aef6"
43
+ "gitHead": "5986284013428c367052ce678f56235c302eaaaf"
44
44
  }