@workday/canvas-system-icons-web 3.0.8 → 3.0.9

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,5 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-check-circle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
2
- <g fill-rule="evenodd" class="wd-icon-container">
3
- <path d="M11.315 12.648l3.516-3.516a.5.5 0 0 1 .712.002l.825.825a.508.508 0 0 1 .002.712l-4.698 4.697a.5.5 0 0 1-.712-.002L10.594 15a.522.522 0 0 1-.045-.04l-2.413-2.413a.51.51 0 0 1-.002-.716l.825-.825a.505.505 0 0 1 .716.002l1.64 1.64zM2 12C2 6.477 6.476 2 12 2c5.523 0 10 4.476 10 10 0 5.523-4.476 10-10 10-5.523 0-10-4.476-10-10zm2 0a8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8z" class="wd-icon-fill"/>
2
+ <g class="wd-icon-container">
3
+ <path fill-rule="evenodd" d="M12 2C6.476 2 2 6.477 2 12c0 5.524 4.477 10 10 10 5.524 0 10-4.477 10-10 0-5.524-4.477-10-10-10zm0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8z" class="wd-icon-fill" clip-rule="evenodd"/>
4
+ <path d="M8.962 11.002a.5.5 0 0 1 .707 0l1.646 1.646 3.517-3.518a.5.5 0 0 1 .707 0l.832.832a.5.5 0 0 1 0 .707l-4.7 4.7a.5.5 0 0 1-.707 0l-.365-.364a.514.514 0 0 1-.045-.04L8.13 12.541a.5.5 0 0 1 0-.707l.832-.832z" class="wd-icon-accent"/>
4
5
  </g>
5
6
  </svg>
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
2
2
  const icon: CanvasSystemIcon = {
3
3
  name: 'checkCircle',
4
4
  type: CanvasIconTypes.System,
5
- svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-check-circle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g fill-rule="evenodd" class="wd-icon-container"><path d="M11.315 12.648l3.516-3.516a.5.5 0 0 1 .712.002l.825.825a.508.508 0 0 1 .002.712l-4.698 4.697a.5.5 0 0 1-.712-.002L10.594 15a.522.522 0 0 1-.045-.04l-2.413-2.413a.51.51 0 0 1-.002-.716l.825-.825a.505.505 0 0 1 .716.002l1.64 1.64zM2 12C2 6.477 6.476 2 12 2c5.523 0 10 4.476 10 10 0 5.523-4.476 10-10 10-5.523 0-10-4.476-10-10zm2 0a8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8z" class="wd-icon-fill"/></g></svg>',
5
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-check-circle wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12 2C6.476 2 2 6.477 2 12c0 5.524 4.477 10 10 10 5.524 0 10-4.477 10-10 0-5.524-4.477-10-10-10zm0 18a8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M8.962 11.002a.5.5 0 0 1 .707 0l1.646 1.646 3.517-3.518a.5.5 0 0 1 .707 0l.832.832a.5.5 0 0 1 0 .707l-4.7 4.7a.5.5 0 0 1-.707 0l-.365-.364a.514.514 0 0 1-.045-.04L8.13 12.541a.5.5 0 0 1 0-.707l.832-.832z" class="wd-icon-accent"/></g></svg>',
6
6
  filename: 'wd-icon-check-circle.svg',
7
7
  category: 'Core',
8
8
  tags: ['check box','round','form','select','success','approve'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-system-icons-web",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
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.8.0",
36
+ "@workday/canvas-system-icons": "3.9.0",
37
37
  "@workday/icon-utils": "1.0.3",
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": "54de7ffb2e136419890df6c87c45ad6649d81da9"
44
+ "gitHead": "8e4feda4210b3fb447b7c3e20a462cd4aa0c3e63"
45
45
  }