@workday/canvas-system-icons-web 3.0.6 → 3.0.7
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 +8 -0
- package/dist/asset-list/wd-system-icons-list.json +1 -1
- package/dist/commonjs/componentEdit.d.ts +3 -0
- package/dist/commonjs/componentEdit.js +12 -0
- package/dist/commonjs/index.d.ts +2 -1
- package/dist/commonjs/index.js +4 -1
- package/dist/es6/componentEdit.d.ts +3 -0
- package/dist/es6/componentEdit.js +10 -0
- package/dist/es6/index.d.ts +3 -1
- package/dist/es6/index.js +3 -1
- package/dist/sprite/wd-system-icon-sprite.svg +1 -1
- package/dist/svg/wd-icon-component-edit.svg +7 -0
- package/dist/ts/componentEdit.ts +10 -0
- package/dist/ts/index.ts +3 -0
- package/package.json +3 -3
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M15.722 12.19l-6.24 6.24.054 1.033 1.033.054 6.24-6.24-1.087-1.087zm1.088-1.088l1.087 1.088 1.087-1.088-1.087-1.087-1.087 1.087zm-8.798 7c0-.209.123-.5.269-.645l9.344-9.345a.385.385 0 0 1 .539-.004l2.727 2.727a.382.382 0 0 1-.004.539l-9.345 9.344c-.147.148-.439.268-.645.27L8.386 21a.386.386 0 0 1-.387-.387l.013-2.511z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M6.634 10.14l-2.376 2.376 2.376 2.376 2.376-2.376-2.376-2.376zm.305-2.132a.43.43 0 0 0-.61 0l-4.203 4.203a.43.43 0 0 0 0 .61l4.203 4.203a.43.43 0 0 0 .61 0l4.203-4.204a.43.43 0 0 0 0-.609L6.939 8.008z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
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"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'componentEdit',
|
|
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="M15.722 12.19l-6.24 6.24.054 1.033 1.033.054 6.24-6.24-1.087-1.087zm1.088-1.088l1.087 1.088 1.087-1.088-1.087-1.087-1.087 1.087zm-8.798 7c0-.209.123-.5.269-.645l9.344-9.345a.385.385 0 0 1 .539-.004l2.727 2.727a.382.382 0 0 1-.004.539l-9.345 9.344c-.147.148-.439.268-.645.27L8.386 21a.386.386 0 0 1-.387-.387l.013-2.511z" class="wd-icon-accent" clip-rule="evenodd"/><path fill-rule="evenodd" d="M6.634 10.14l-2.376 2.376 2.376 2.376 2.376-2.376-2.376-2.376zm.305-2.132a.43.43 0 0 0-.61 0l-4.203 4.203a.43.43 0 0 0 0 .61l4.203 4.203a.43.43 0 0 0 .61 0l4.203-4.204a.43.43 0 0 0 0-.609L6.939 8.008z" class="wd-icon-fill" clip-rule="evenodd"/><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"/></g></svg>',
|
|
6
|
+
filename: 'wd-icon-component-edit.svg',
|
|
7
|
+
category: 'Objects',
|
|
8
|
+
tags: ['code','pencil','menu','extend','developer','console','tooling','diff','file-extensions','sidebar'],
|
|
9
|
+
}
|
|
10
|
+
export default icon
|
package/dist/ts/index.ts
CHANGED
|
@@ -166,6 +166,7 @@ import commentActiveIcon from './commentActive'
|
|
|
166
166
|
import commentPlusIcon from './commentPlus'
|
|
167
167
|
import compareFilesIcon from './compareFiles'
|
|
168
168
|
import compassIcon from './compass'
|
|
169
|
+
import componentEditIcon from './componentEdit'
|
|
169
170
|
import componentIcon from './component'
|
|
170
171
|
import conclusionPopupIcon from './conclusionPopup'
|
|
171
172
|
import conclusionIcon from './conclusion'
|
|
@@ -725,6 +726,7 @@ export {
|
|
|
725
726
|
commentPlusIcon,
|
|
726
727
|
compareFilesIcon,
|
|
727
728
|
compassIcon,
|
|
729
|
+
componentEditIcon,
|
|
728
730
|
componentIcon,
|
|
729
731
|
conclusionPopupIcon,
|
|
730
732
|
conclusionIcon,
|
|
@@ -1284,6 +1286,7 @@ export enum CanvasSystemIcons {
|
|
|
1284
1286
|
CommentPlus = 'commentPlus',
|
|
1285
1287
|
CompareFiles = 'compareFiles',
|
|
1286
1288
|
Compass = 'compass',
|
|
1289
|
+
ComponentEdit = 'componentEdit',
|
|
1287
1290
|
Component = 'component',
|
|
1288
1291
|
ConclusionPopup = 'conclusionPopup',
|
|
1289
1292
|
Conclusion = 'conclusion',
|
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.7",
|
|
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.7.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": "886e173562f6d919265f99cd9e260e30fbd205a3"
|
|
45
45
|
}
|