@workday/canvas-system-icons-web 3.0.7 → 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.
- package/CHANGELOG.md +16 -0
- package/dist/commonjs/checkCircle.js +1 -1
- package/dist/commonjs/componentEdit.js +1 -1
- package/dist/es6/checkCircle.js +1 -1
- package/dist/es6/componentEdit.js +1 -1
- package/dist/sprite/wd-system-icon-sprite.svg +1 -1
- package/dist/svg/wd-icon-check-circle.svg +3 -2
- package/dist/svg/wd-icon-component-edit.svg +2 -3
- package/dist/ts/checkCircle.ts +1 -1
- package/dist/ts/componentEdit.ts +1 -1
- package/package.json +3 -3
|
@@ -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
|
|
3
|
-
<path d="
|
|
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>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-component-edit wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
2
|
<g class="wd-icon-container">
|
|
3
|
-
<path fill-rule="evenodd" d="
|
|
4
|
-
<path fill-rule="evenodd" d="
|
|
5
|
-
<path d="M12.211 2.126a.43.43 0 0 1 .61 0l4.203 4.203a.43.43 0 0 1 0 .61l-4.204 4.203a.43.43 0 0 1-.609 0L8.008 6.939a.43.43 0 0 1 0-.61l4.203-4.203z" class="wd-icon-fill"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M12.093 2.16a.497.497 0 0 1 .7 0l3.758 3.759a.497.497 0 0 1 0 .7l-3.758 3.757a.497.497 0 0 1-.7 0L8.335 6.618a.497.497 0 0 1 0-.7l3.758-3.758zm.35 2.198l-1.91 1.91 1.91 1.91 1.91-1.91-1.91-1.91zm-6.08 3.534a.497.497 0 0 1 .7 0l3.756 3.758a.497.497 0 0 1 0 .7l-3.758 3.758a.497.497 0 0 1-.7 0L2.603 12.35a.497.497 0 0 1 0-.7l3.76-3.758zm.35 2.197L4.8 11.999l1.91 1.91L8.621 12l-1.91-1.91h.001z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M8.24 17.901c.001-.225.133-.539.29-.696l9.366-9.365a.416.416 0 0 1 .582-.005l2.946 2.947c.16.159.155.421-.005.581l-9.365 9.365c-.16.16-.475.29-.697.29l-2.712.014a.417.417 0 0 1-.418-.418l.013-2.713zm7.6-5.657L9.83 18.256l.001 1.174h1.173l6.012-6.011-1.175-1.175zm1.175-1.174l1.174 1.174 1.175-1.174-1.175-1.175-1.174 1.175z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
6
5
|
</g>
|
|
7
6
|
</svg>
|
package/dist/ts/checkCircle.ts
CHANGED
|
@@ -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
|
|
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/dist/ts/componentEdit.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
|
2
2
|
const icon: CanvasSystemIcon = {
|
|
3
3
|
name: 'componentEdit',
|
|
4
4
|
type: CanvasIconTypes.System,
|
|
5
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-component-edit wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-component-edit wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M12.093 2.16a.497.497 0 0 1 .7 0l3.758 3.759a.497.497 0 0 1 0 .7l-3.758 3.757a.497.497 0 0 1-.7 0L8.335 6.618a.497.497 0 0 1 0-.7l3.758-3.758zm.35 2.198l-1.91 1.91 1.91 1.91 1.91-1.91-1.91-1.91zm-6.08 3.534a.497.497 0 0 1 .7 0l3.756 3.758a.497.497 0 0 1 0 .7l-3.758 3.758a.497.497 0 0 1-.7 0L2.603 12.35a.497.497 0 0 1 0-.7l3.76-3.758zm.35 2.197L4.8 11.999l1.91 1.91L8.621 12l-1.91-1.91h.001z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M8.24 17.901c.001-.225.133-.539.29-.696l9.366-9.365a.416.416 0 0 1 .582-.005l2.946 2.947c.16.159.155.421-.005.581l-9.365 9.365c-.16.16-.475.29-.697.29l-2.712.014a.417.417 0 0 1-.418-.418l.013-2.713zm7.6-5.657L9.83 18.256l.001 1.174h1.173l6.012-6.011-1.175-1.175zm1.175-1.174l1.174 1.174 1.175-1.174-1.175-1.175-1.174 1.175z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-component-edit.svg',
|
|
7
7
|
category: 'Objects',
|
|
8
8
|
tags: ['code','pencil','menu','extend','developer','console','tooling','diff','file-extensions','sidebar'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-system-icons-web",
|
|
3
|
-
"version": "3.0.
|
|
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.
|
|
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": "
|
|
44
|
+
"gitHead": "8e4feda4210b3fb447b7c3e20a462cd4aa0c3e63"
|
|
45
45
|
}
|