@workday/canvas-system-icons-web 3.0.19 → 3.0.21
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/asset-list/wd-system-icons-list.json +1 -1
- package/dist/commonjs/chartVisualsFan.d.ts +3 -0
- package/dist/commonjs/chartVisualsFan.js +9 -0
- package/dist/commonjs/chevronHierarchyClosed.d.ts +3 -0
- package/dist/commonjs/chevronHierarchyClosed.js +9 -0
- package/dist/commonjs/chevronHierarchyOpen.d.ts +3 -0
- package/dist/commonjs/chevronHierarchyOpen.js +9 -0
- package/dist/commonjs/fanChart.d.ts +3 -0
- package/dist/commonjs/fanChart.js +12 -0
- package/dist/commonjs/hierarchy.js +1 -1
- package/dist/commonjs/hierarchyChild.d.ts +3 -0
- package/dist/commonjs/hierarchyChild.js +12 -0
- package/dist/commonjs/hierarchyDiagonalParent.d.ts +3 -0
- package/dist/commonjs/hierarchyDiagonalParent.js +12 -0
- package/dist/commonjs/hierarchyDiagonalParentChild.d.ts +3 -0
- package/dist/commonjs/hierarchyDiagonalParentChild.js +12 -0
- package/dist/commonjs/hierarchyDiagonalParentChildChild.d.ts +3 -0
- package/dist/commonjs/hierarchyDiagonalParentChildChild.js +12 -0
- package/dist/commonjs/hierarchyFull.js +1 -1
- package/dist/commonjs/hierarchyParent.js +1 -1
- package/dist/commonjs/hierarchyParentChild.d.ts +3 -0
- package/dist/commonjs/hierarchyParentChild.js +9 -0
- package/dist/commonjs/hierarchyRightFull.d.ts +3 -0
- package/dist/commonjs/hierarchyRightFull.js +9 -0
- package/dist/commonjs/index.d.ts +11 -1
- package/dist/commonjs/index.js +21 -570
- package/dist/commonjs/myReferrals.js +1 -1
- package/dist/commonjs/signout.js +1 -1
- package/dist/commonjs/sort.js +1 -1
- package/dist/commonjs/sparkle.js +1 -1
- package/dist/commonjs/switch.js +1 -1
- package/dist/es6/chartVisualsFan.d.ts +3 -0
- package/dist/es6/chartVisualsFan.js +7 -0
- package/dist/es6/chevronHierarchyClosed.d.ts +3 -0
- package/dist/es6/chevronHierarchyClosed.js +7 -0
- package/dist/es6/chevronHierarchyOpen.d.ts +3 -0
- package/dist/es6/chevronHierarchyOpen.js +7 -0
- package/dist/es6/fanChart.d.ts +3 -0
- package/dist/es6/fanChart.js +10 -0
- package/dist/es6/hierarchy.js +1 -1
- package/dist/es6/hierarchyChild.d.ts +3 -0
- package/dist/es6/hierarchyChild.js +10 -0
- package/dist/es6/hierarchyDiagonalParent.d.ts +3 -0
- package/dist/es6/hierarchyDiagonalParent.js +10 -0
- package/dist/es6/hierarchyDiagonalParentChild.d.ts +3 -0
- package/dist/es6/hierarchyDiagonalParentChild.js +10 -0
- package/dist/es6/hierarchyDiagonalParentChildChild.d.ts +3 -0
- package/dist/es6/hierarchyDiagonalParentChildChild.js +10 -0
- package/dist/es6/hierarchyFull.js +1 -1
- package/dist/es6/hierarchyParent.js +1 -1
- package/dist/es6/hierarchyParentChild.d.ts +3 -0
- package/dist/es6/hierarchyParentChild.js +7 -0
- package/dist/es6/hierarchyRightFull.d.ts +3 -0
- package/dist/es6/hierarchyRightFull.js +7 -0
- package/dist/es6/index.d.ts +11 -570
- package/dist/es6/index.js +11 -570
- package/dist/es6/myReferrals.js +1 -1
- package/dist/es6/signout.js +1 -1
- package/dist/es6/sort.js +1 -1
- package/dist/es6/sparkle.js +1 -1
- package/dist/es6/switch.js +1 -1
- package/dist/sprite/wd-system-icon-sprite.svg +1 -1
- package/dist/svg/wd-icon-chart-visuals-fan.svg +6 -0
- package/dist/svg/wd-icon-chevron-hierarchy-closed.svg +5 -0
- package/dist/svg/wd-icon-chevron-hierarchy-open.svg +7 -0
- package/dist/svg/wd-icon-fan-chart.svg +6 -0
- package/dist/svg/wd-icon-hierarchy-child.svg +7 -0
- package/dist/svg/wd-icon-hierarchy-diagonal-parent-child-child.svg +6 -0
- package/dist/svg/wd-icon-hierarchy-diagonal-parent-child.svg +6 -0
- package/dist/svg/wd-icon-hierarchy-diagonal-parent.svg +6 -0
- package/dist/svg/wd-icon-hierarchy-full.svg +2 -1
- package/dist/svg/wd-icon-hierarchy-parent-child.svg +11 -0
- package/dist/svg/wd-icon-hierarchy-parent.svg +3 -1
- package/dist/svg/wd-icon-hierarchy-right-full.svg +7 -0
- package/dist/svg/wd-icon-hierarchy.svg +2 -2
- package/dist/ts/chartVisualsFan.ts +7 -0
- package/dist/ts/chevronHierarchyClosed.ts +7 -0
- package/dist/ts/chevronHierarchyOpen.ts +7 -0
- package/dist/ts/fanChart.ts +10 -0
- package/dist/ts/hierarchy.ts +1 -1
- package/dist/ts/hierarchyChild.ts +10 -0
- package/dist/ts/hierarchyDiagonalParent.ts +10 -0
- package/dist/ts/hierarchyDiagonalParentChild.ts +10 -0
- package/dist/ts/hierarchyDiagonalParentChildChild.ts +10 -0
- package/dist/ts/hierarchyFull.ts +1 -1
- package/dist/ts/hierarchyParent.ts +1 -1
- package/dist/ts/hierarchyParentChild.ts +7 -0
- package/dist/ts/hierarchyRightFull.ts +7 -0
- package/dist/ts/index.ts +20 -568
- package/dist/ts/myReferrals.ts +1 -1
- package/dist/ts/signout.ts +1 -1
- package/dist/ts/sort.ts +1 -1
- package/dist/ts/sparkle.ts +1 -1
- package/dist/ts/switch.ts +1 -1
- package/package.json +5 -5
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-chart-visuals-fan wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path d="M21 13v7l-9 1-4-3.5-7-.5 7-2 4 2 9-4z" class="wd-icon-fill"/>
|
|
4
|
+
<path d="M21 3v8l-9 4-4-2-7 2.5L8 10l4 1 9-8z" class="wd-icon-accent"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-chevron-hierarchy-closed wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path d="M3.628 9.39L6.203 12l-2.575 2.61a.44.44 0 0 0 0 .62l.635.64.002.002a.44.44 0 0 0 .622-.002l3.482-3.523A.44.44 0 0 0 8.496 12a.44.44 0 0 0-.127-.347L4.887 8.13l-.002-.002a.44.44 0 0 0-.622.002l-.635.64a.44.44 0 0 0 0 .62zM17 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm2 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-chevron-hierarchy-open wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M18.5 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" class="wd-icon-background" clip-rule="evenodd"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M18.5 10.5A3.5 3.5 0 1 0 15.145 6H12.5a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h2.645A3.502 3.502 0 0 0 22 17a3.5 3.5 0 0 0-6.855-1H14V8h1.145a3.502 3.502 0 0 0 3.355 2.5zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
5
|
+
<path d="M8.61 10.128L6 12.703l-2.61-2.575a.44.44 0 0 0-.62 0l-.64.635-.002.002a.44.44 0 0 0 .002.622l3.523 3.482a.44.44 0 0 0 .347.127.44.44 0 0 0 .347-.127l3.523-3.482.002-.002a.44.44 0 0 0-.002-.622l-.64-.635a.44.44 0 0 0-.62 0z" class="wd-icon-fill"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-fan-chart wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path d="M21 13v7l-9 1-4-3.5-7-.5 7-2 4 2 9-4z" class="wd-icon-fill"/>
|
|
4
|
+
<path d="M21 3v8l-9 4-4-2-7 2.5L8 10l4 1 9-8z" class="wd-icon-accent"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/>
|
|
5
|
+
<circle cx="18.5" cy="6.5" r="3.5" class="wd-icon-accent"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-diagonal-parent-child-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm2 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M18.5 15a3.5 3.5 0 1 1-3.355 4.5H12a1 1 0 0 1-1-1v-3.145A3.508 3.508 0 0 1 8.645 13H5.5a1 1 0 0 1-1-1V8.855A3.502 3.502 0 0 1 5.5 2a3.5 3.5 0 0 1 1 6.855V11h2.145a3.502 3.502 0 0 1 6.855 1 3.502 3.502 0 0 1-2.5 3.355V17.5h2.145A3.502 3.502 0 0 1 18.5 15z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-diagonal-parent-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm2 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M15.5 12a3.5 3.5 0 0 0-6.855-1H6.5V8.855A3.502 3.502 0 0 0 5.5 2a3.5 3.5 0 0 0-1 6.855V12a1 1 0 0 0 1 1h3.145a3.502 3.502 0 0 0 6.855-1z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-diagonal-parent wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm2 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M9 5.5a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-accent"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-full wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
2
|
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
3
4
|
<path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/>
|
|
4
|
-
<path d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7
|
|
5
|
+
<path fill-rule="evenodd" d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm13 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM18.5 21a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
5
6
|
</g>
|
|
6
7
|
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-parent-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/>
|
|
4
|
+
<path d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM22 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" class="wd-icon-fill"/>
|
|
5
|
+
<path fill-rule="evenodd" d="M18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M8 5.5h8v2H8v-2z" class="wd-icon-accent"/>
|
|
8
|
+
<path d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM22 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" class="wd-icon-accent"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-parent wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
2
|
<g class="wd-icon-container">
|
|
3
|
-
<path fill-rule="evenodd" d="
|
|
3
|
+
<path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/>
|
|
5
|
+
<circle cx="5.5" cy="6.5" r="3.5" class="wd-icon-accent"/>
|
|
4
6
|
</g>
|
|
5
7
|
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-right-full wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/>
|
|
5
|
+
<path fill-rule="evenodd" d="M22 6.5a3.5 3.5 0 0 1-6.855 1H13v9h2.145a3.502 3.502 0 0 1 6.855 1 3.5 3.5 0 0 1-6.855 1H11.5a.5.5 0 0 1-.5-.5V5.5h4.145A3.502 3.502 0 0 1 22 6.5z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy 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 d="
|
|
3
|
+
<path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/>
|
|
5
5
|
</g>
|
|
6
6
|
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'chartVisualsFan',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-chart-visuals-fan wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M21 13v7l-9 1-4-3.5-7-.5 7-2 4 2 9-4z" class="wd-icon-fill"/><path d="M21 3v8l-9 4-4-2-7 2.5L8 10l4 1 9-8z" class="wd-icon-accent"/></g></svg>',
|
|
6
|
+
}
|
|
7
|
+
export default icon
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'chevronHierarchyClosed',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-chevron-hierarchy-closed wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M3.628 9.39L6.203 12l-2.575 2.61a.44.44 0 0 0 0 .62l.635.64.002.002a.44.44 0 0 0 .622-.002l3.482-3.523A.44.44 0 0 0 8.496 12a.44.44 0 0 0-.127-.347L4.887 8.13l-.002-.002a.44.44 0 0 0-.622.002l-.635.64a.44.44 0 0 0 0 .62zM17 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm2 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
|
|
6
|
+
}
|
|
7
|
+
export default icon
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'chevronHierarchyOpen',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-chevron-hierarchy-open wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M18.5 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" class="wd-icon-background" clip-rule="evenodd"/><path fill-rule="evenodd" d="M18.5 10.5A3.5 3.5 0 1 0 15.145 6H12.5a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h2.645A3.502 3.502 0 0 0 22 17a3.5 3.5 0 0 0-6.855-1H14V8h1.145a3.502 3.502 0 0 0 3.355 2.5zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M8.61 10.128L6 12.703l-2.61-2.575a.44.44 0 0 0-.62 0l-.64.635-.002.002a.44.44 0 0 0 .002.622l3.523 3.482a.44.44 0 0 0 .347.127.44.44 0 0 0 .347-.127l3.523-3.482.002-.002a.44.44 0 0 0-.002-.622l-.64-.635a.44.44 0 0 0-.62 0z" class="wd-icon-fill"/></g></svg>',
|
|
6
|
+
}
|
|
7
|
+
export default icon
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'fanChart',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-fan-chart wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M21 13v7l-9 1-4-3.5-7-.5 7-2 4 2 9-4z" class="wd-icon-fill"/><path d="M21 3v8l-9 4-4-2-7 2.5L8 10l4 1 9-8z" class="wd-icon-accent"/></g></svg>',
|
|
6
|
+
filename: 'wd-icon-fan-chart.svg',
|
|
7
|
+
category: 'Charts',
|
|
8
|
+
tags: ['data vis','data viz','data visualization','charting','graph'],
|
|
9
|
+
}
|
|
10
|
+
export default icon
|
package/dist/ts/hierarchy.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
|
2
2
|
const icon: CanvasSystemIcon = {
|
|
3
3
|
name: 'hierarchy',
|
|
4
4
|
type: CanvasIconTypes.System,
|
|
5
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy 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-hierarchy wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-hierarchy.svg',
|
|
7
7
|
category: 'Data Stream',
|
|
8
8
|
tags: ['hierarchy','order','organize','arrange','sort','classify','categorize','analytics'],
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'hierarchyChild',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><circle cx="18.5" cy="6.5" r="3.5" class="wd-icon-accent"/></g></svg>',
|
|
6
|
+
filename: 'wd-icon-hierarchy-child.svg',
|
|
7
|
+
category: 'Data Stream',
|
|
8
|
+
tags: ['hierarchy','order','organize','arrange','sort','classify','categorize','analytics','node','parent','child'],
|
|
9
|
+
}
|
|
10
|
+
export default icon
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'hierarchyDiagonalParent',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-diagonal-parent wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm2 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M9 5.5a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-accent"/></g></svg>',
|
|
6
|
+
filename: 'wd-icon-hierarchy-diagonal-parent.svg',
|
|
7
|
+
category: 'Data Stream',
|
|
8
|
+
tags: ['hierarchy','order','organize','arrange','sort','classify','categorize','analytics','node','parent','child'],
|
|
9
|
+
}
|
|
10
|
+
export default icon
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'hierarchyDiagonalParentChild',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-diagonal-parent-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm2 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M15.5 12a3.5 3.5 0 0 0-6.855-1H6.5V8.855A3.502 3.502 0 0 0 5.5 2a3.5 3.5 0 0 0-1 6.855V12a1 1 0 0 0 1 1h3.145a3.502 3.502 0 0 0 6.855-1z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
6
|
+
filename: 'wd-icon-hierarchy-diagonal-parent-child.svg',
|
|
7
|
+
category: 'Data Stream',
|
|
8
|
+
tags: ['hierarchy','order','organize','arrange','sort','classify','categorize','analytics','node','parent','child'],
|
|
9
|
+
}
|
|
10
|
+
export default icon
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'hierarchyDiagonalParentChildChild',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-diagonal-parent-child-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0-2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm2 0a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0z" class="wd-icon-fill" clip-rule="evenodd"/><path fill-rule="evenodd" d="M18.5 15a3.5 3.5 0 1 1-3.355 4.5H12a1 1 0 0 1-1-1v-3.145A3.508 3.508 0 0 1 8.645 13H5.5a1 1 0 0 1-1-1V8.855A3.502 3.502 0 0 1 5.5 2a3.5 3.5 0 0 1 1 6.855V11h2.145a3.502 3.502 0 0 1 6.855 1 3.502 3.502 0 0 1-2.5 3.355V17.5h2.145A3.502 3.502 0 0 1 18.5 15z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
6
|
+
filename: 'wd-icon-hierarchy-diagonal-parent-child-child.svg',
|
|
7
|
+
category: 'Data Stream',
|
|
8
|
+
tags: ['hierarchy','order','organize','arrange','sort','classify','categorize','analytics','node','parent','child'],
|
|
9
|
+
}
|
|
10
|
+
export default icon
|
package/dist/ts/hierarchyFull.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
|
2
2
|
const icon: CanvasSystemIcon = {
|
|
3
3
|
name: 'hierarchyFull',
|
|
4
4
|
type: CanvasIconTypes.System,
|
|
5
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-full wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><path d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-full wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm13 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM18.5 21a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-hierarchy-full.svg',
|
|
7
7
|
category: 'Data Stream',
|
|
8
8
|
tags: ['hierarchy','order','organize','arrange','sort','classify','categorize','analytics'],
|
|
@@ -2,7 +2,7 @@ import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
|
2
2
|
const icon: CanvasSystemIcon = {
|
|
3
3
|
name: 'hierarchyParent',
|
|
4
4
|
type: CanvasIconTypes.System,
|
|
5
|
-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-parent 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-hierarchy-parent wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><circle cx="5.5" cy="6.5" r="3.5" class="wd-icon-accent"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-hierarchy-parent.svg',
|
|
7
7
|
category: 'Data Stream',
|
|
8
8
|
tags: ['hierarchy','order','organize','arrange','sort','classify','categorize','scout','analytics'],
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'hierarchyParentChild',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-parent-child wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><path d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM22 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><g><path d="M8 5.5h8v2H8v-2z" class="wd-icon-accent"/><path d="M9 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM22 6.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z" class="wd-icon-accent"/></g></g></svg>',
|
|
6
|
+
}
|
|
7
|
+
export default icon
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'hierarchyRightFull',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-hierarchy-right-full wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M5.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM18.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" class="wd-icon-fill" clip-rule="evenodd"/><path d="M13 5.5h3v2h-3v-2zM13 16.5h3v2h-3v-2zM11 5.5h2v13h-1.5a.5.5 0 0 1-.5-.5V5.5zM8 5.5h3v2H8v-2z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M22 6.5a3.5 3.5 0 0 1-6.855 1H13v9h2.145a3.502 3.502 0 0 1 6.855 1 3.5 3.5 0 0 1-6.855 1H11.5a.5.5 0 0 1-.5-.5V5.5h4.145A3.502 3.502 0 0 1 22 6.5z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
6
|
+
}
|
|
7
|
+
export default icon
|