@workday/canvas-system-icons-web 4.0.2 → 4.0.3
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/dist/commonjs/index.d.ts +2 -0
- package/dist/commonjs/index.js +4 -0
- package/dist/commonjs/sana.d.ts +3 -0
- package/dist/commonjs/sana.js +23 -0
- package/dist/commonjs/workday.d.ts +3 -0
- package/dist/commonjs/workday.js +20 -0
- package/dist/es6/index.d.ts +2 -0
- package/dist/es6/index.js +2 -0
- package/dist/es6/sana.d.ts +3 -0
- package/dist/es6/sana.js +20 -0
- package/dist/es6/workday.d.ts +3 -0
- package/dist/es6/workday.js +17 -0
- package/dist/sprite/wd-system-icon-sprite.svg +2 -0
- package/dist/svg/wd-icon-sana.svg +3 -0
- package/dist/svg/wd-icon-workday.svg +4 -0
- package/package.json +1 -1
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -752,6 +752,7 @@ export {rowCheckIcon} from "./row-check";
|
|
|
752
752
|
export {rowClipboardIcon} from "./row-clipboard";
|
|
753
753
|
export {rowPlusIcon} from "./row-plus";
|
|
754
754
|
export {saveIcon} from "./save";
|
|
755
|
+
export {sanaIcon} from "./sana";
|
|
755
756
|
export {saveAsIcon} from "./save-as";
|
|
756
757
|
export {scatterChartIcon} from "./scatter-chart";
|
|
757
758
|
export {screenReaderIcon} from "./screen-reader";
|
|
@@ -861,6 +862,7 @@ export {webpageIcon} from "./webpage";
|
|
|
861
862
|
export {webpageOpenIcon} from "./webpage-open";
|
|
862
863
|
export {webpageSearchIcon} from "./webpage-search";
|
|
863
864
|
export {wordIcon} from "./word";
|
|
865
|
+
export {workdayIcon} from "./workday";
|
|
864
866
|
export {xIcon} from "./x";
|
|
865
867
|
export {xCircleIcon} from "./x-circle";
|
|
866
868
|
export {xSmallIcon} from "./x-small";
|
package/dist/commonjs/index.js
CHANGED
|
@@ -1508,6 +1508,8 @@ var {rowPlusIcon} = require("./row-plus");
|
|
|
1508
1508
|
exports.rowPlusIcon = rowPlusIcon;
|
|
1509
1509
|
var {saveIcon} = require("./save");
|
|
1510
1510
|
exports.saveIcon = saveIcon;
|
|
1511
|
+
var {sanaIcon} = require("./sana");
|
|
1512
|
+
exports.sanaIcon = sanaIcon;
|
|
1511
1513
|
var {saveAsIcon} = require("./save-as");
|
|
1512
1514
|
exports.saveAsIcon = saveAsIcon;
|
|
1513
1515
|
var {scatterChartIcon} = require("./scatter-chart");
|
|
@@ -1726,6 +1728,8 @@ var {webpageSearchIcon} = require("./webpage-search");
|
|
|
1726
1728
|
exports.webpageSearchIcon = webpageSearchIcon;
|
|
1727
1729
|
var {wordIcon} = require("./word");
|
|
1728
1730
|
exports.wordIcon = wordIcon;
|
|
1731
|
+
var {workdayIcon} = require("./workday");
|
|
1732
|
+
exports.workdayIcon = workdayIcon;
|
|
1729
1733
|
var {xIcon} = require("./x");
|
|
1730
1734
|
exports.xIcon = xIcon;
|
|
1731
1735
|
var {xCircleIcon} = require("./x-circle");
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
|
|
4
|
+
const {CanvasIconTypes} = require("./types");
|
|
5
|
+
|
|
6
|
+
exports.sanaIcon = {
|
|
7
|
+
"name": "sana",
|
|
8
|
+
"type": CanvasIconTypes.System,
|
|
9
|
+
"svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" class=\"wd-icon wd-icon-sana\" viewBox=\"0 0 24 24\" role=\"presentation\" focusable=\"false\"><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M12.002 9.29a2.695 2.695 0 1 0 0-5.39 2.695 2.695 0 0 0 0 5.39M9.29 12.003a2.695 2.695 0 1 0-5.39 0 2.695 2.695 0 0 0 5.39 0M14.696 17.406a2.695 2.695 0 1 1-5.389 0 2.695 2.695 0 0 1 5.39 0M20.1 12.003a2.695 2.695 0 1 0-5.389 0 2.695 2.695 0 0 0 5.39 0\" class=\"wd-icon-fill\"/>\n</svg>",
|
|
10
|
+
"filename": "wd-icon-sana.svg",
|
|
11
|
+
"category": "Core",
|
|
12
|
+
"tags": [
|
|
13
|
+
"logo",
|
|
14
|
+
"company",
|
|
15
|
+
"brand",
|
|
16
|
+
"wd",
|
|
17
|
+
"identifier",
|
|
18
|
+
"mark",
|
|
19
|
+
"ai",
|
|
20
|
+
"intelligence",
|
|
21
|
+
"agent"
|
|
22
|
+
]
|
|
23
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
|
|
4
|
+
const {CanvasIconTypes} = require("./types");
|
|
5
|
+
|
|
6
|
+
exports.workdayIcon = {
|
|
7
|
+
"name": "workday",
|
|
8
|
+
"type": CanvasIconTypes.System,
|
|
9
|
+
"svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" class=\"wd-icon wd-icon-workday\" viewBox=\"0 0 24 24\" role=\"presentation\" focusable=\"false\"><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M14.72 21.999c-.269 0-.49-.123-.563-.42l-2.16-7.603-2.16 7.606c-.073.296-.294.419-.563.419H7.481c-.294 0-.467-.123-.563-.42-1.155-3.207-1.939-6.395-2.602-9.603-.073-.323.073-.544.415-.544h1.597c.294 0 .49.148.542.419.415 2.273.91 4.615 1.572 6.915l1.914-6.915c.073-.271.27-.42.563-.42h2.16c.294 0 .49.149.563.42l1.914 6.915c.663-2.294 1.157-4.642 1.572-6.915.048-.271.246-.42.542-.42h1.597c.342 0 .49.224.415.545-.663 3.209-1.447 6.396-2.6 9.604-.1.296-.272.417-.566.417z\" class=\"wd-icon-fill\"/><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M12 2a7.98 7.98 0 0 1 5.672 2.348 8 8 0 0 1 2.005 3.341.423.423 0 0 1-.41.54H17.58a.42.42 0 0 1-.393-.267 5.6 5.6 0 0 0-1.244-1.887A5.54 5.54 0 0 0 12 4.442a5.55 5.55 0 0 0-3.95 1.64 5.5 5.5 0 0 0-1.237 1.882.43.43 0 0 1-.394.267H4.73a.424.424 0 0 1-.409-.54 7.95 7.95 0 0 1 2.002-3.337A7.98 7.98 0 0 1 12.001 2\" class=\"wd-icon-accent\"/>\n</svg>",
|
|
10
|
+
"filename": "wd-icon-workday.svg",
|
|
11
|
+
"category": "Core",
|
|
12
|
+
"tags": [
|
|
13
|
+
"dub",
|
|
14
|
+
"logo",
|
|
15
|
+
"company",
|
|
16
|
+
"brand",
|
|
17
|
+
"WD",
|
|
18
|
+
"identifier"
|
|
19
|
+
]
|
|
20
|
+
};
|
package/dist/es6/index.d.ts
CHANGED
|
@@ -752,6 +752,7 @@ export {rowCheckIcon} from "./row-check";
|
|
|
752
752
|
export {rowClipboardIcon} from "./row-clipboard";
|
|
753
753
|
export {rowPlusIcon} from "./row-plus";
|
|
754
754
|
export {saveIcon} from "./save";
|
|
755
|
+
export {sanaIcon} from "./sana";
|
|
755
756
|
export {saveAsIcon} from "./save-as";
|
|
756
757
|
export {scatterChartIcon} from "./scatter-chart";
|
|
757
758
|
export {screenReaderIcon} from "./screen-reader";
|
|
@@ -861,6 +862,7 @@ export {webpageIcon} from "./webpage";
|
|
|
861
862
|
export {webpageOpenIcon} from "./webpage-open";
|
|
862
863
|
export {webpageSearchIcon} from "./webpage-search";
|
|
863
864
|
export {wordIcon} from "./word";
|
|
865
|
+
export {workdayIcon} from "./workday";
|
|
864
866
|
export {xIcon} from "./x";
|
|
865
867
|
export {xCircleIcon} from "./x-circle";
|
|
866
868
|
export {xSmallIcon} from "./x-small";
|
package/dist/es6/index.js
CHANGED
|
@@ -752,6 +752,7 @@ export {rowCheckIcon} from "./row-check";
|
|
|
752
752
|
export {rowClipboardIcon} from "./row-clipboard";
|
|
753
753
|
export {rowPlusIcon} from "./row-plus";
|
|
754
754
|
export {saveIcon} from "./save";
|
|
755
|
+
export {sanaIcon} from "./sana";
|
|
755
756
|
export {saveAsIcon} from "./save-as";
|
|
756
757
|
export {scatterChartIcon} from "./scatter-chart";
|
|
757
758
|
export {screenReaderIcon} from "./screen-reader";
|
|
@@ -861,6 +862,7 @@ export {webpageIcon} from "./webpage";
|
|
|
861
862
|
export {webpageOpenIcon} from "./webpage-open";
|
|
862
863
|
export {webpageSearchIcon} from "./webpage-search";
|
|
863
864
|
export {wordIcon} from "./word";
|
|
865
|
+
export {workdayIcon} from "./workday";
|
|
864
866
|
export {xIcon} from "./x";
|
|
865
867
|
export {xCircleIcon} from "./x-circle";
|
|
866
868
|
export {xSmallIcon} from "./x-small";
|
package/dist/es6/sana.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {CanvasIconTypes} from "./types";
|
|
2
|
+
|
|
3
|
+
export const sanaIcon = {
|
|
4
|
+
"name": "sana",
|
|
5
|
+
"type": CanvasIconTypes.System,
|
|
6
|
+
"svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" class=\"wd-icon wd-icon-sana\" viewBox=\"0 0 24 24\" role=\"presentation\" focusable=\"false\"><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M12.002 9.29a2.695 2.695 0 1 0 0-5.39 2.695 2.695 0 0 0 0 5.39M9.29 12.003a2.695 2.695 0 1 0-5.39 0 2.695 2.695 0 0 0 5.39 0M14.696 17.406a2.695 2.695 0 1 1-5.389 0 2.695 2.695 0 0 1 5.39 0M20.1 12.003a2.695 2.695 0 1 0-5.389 0 2.695 2.695 0 0 0 5.39 0\" class=\"wd-icon-fill\"/>\n</svg>",
|
|
7
|
+
"filename": "wd-icon-sana.svg",
|
|
8
|
+
"category": "Core",
|
|
9
|
+
"tags": [
|
|
10
|
+
"logo",
|
|
11
|
+
"company",
|
|
12
|
+
"brand",
|
|
13
|
+
"wd",
|
|
14
|
+
"identifier",
|
|
15
|
+
"mark",
|
|
16
|
+
"ai",
|
|
17
|
+
"intelligence",
|
|
18
|
+
"agent"
|
|
19
|
+
]
|
|
20
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {CanvasIconTypes} from "./types";
|
|
2
|
+
|
|
3
|
+
export const workdayIcon = {
|
|
4
|
+
"name": "workday",
|
|
5
|
+
"type": CanvasIconTypes.System,
|
|
6
|
+
"svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" class=\"wd-icon wd-icon-workday\" viewBox=\"0 0 24 24\" role=\"presentation\" focusable=\"false\"><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M14.72 21.999c-.269 0-.49-.123-.563-.42l-2.16-7.603-2.16 7.606c-.073.296-.294.419-.563.419H7.481c-.294 0-.467-.123-.563-.42-1.155-3.207-1.939-6.395-2.602-9.603-.073-.323.073-.544.415-.544h1.597c.294 0 .49.148.542.419.415 2.273.91 4.615 1.572 6.915l1.914-6.915c.073-.271.27-.42.563-.42h2.16c.294 0 .49.149.563.42l1.914 6.915c.663-2.294 1.157-4.642 1.572-6.915.048-.271.246-.42.542-.42h1.597c.342 0 .49.224.415.545-.663 3.209-1.447 6.396-2.6 9.604-.1.296-.272.417-.566.417z\" class=\"wd-icon-fill\"/><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M12 2a7.98 7.98 0 0 1 5.672 2.348 8 8 0 0 1 2.005 3.341.423.423 0 0 1-.41.54H17.58a.42.42 0 0 1-.393-.267 5.6 5.6 0 0 0-1.244-1.887A5.54 5.54 0 0 0 12 4.442a5.55 5.55 0 0 0-3.95 1.64 5.5 5.5 0 0 0-1.237 1.882.43.43 0 0 1-.394.267H4.73a.424.424 0 0 1-.409-.54 7.95 7.95 0 0 1 2.002-3.337A7.98 7.98 0 0 1 12.001 2\" class=\"wd-icon-accent\"/>\n</svg>",
|
|
7
|
+
"filename": "wd-icon-workday.svg",
|
|
8
|
+
"category": "Core",
|
|
9
|
+
"tags": [
|
|
10
|
+
"dub",
|
|
11
|
+
"logo",
|
|
12
|
+
"company",
|
|
13
|
+
"brand",
|
|
14
|
+
"WD",
|
|
15
|
+
"identifier"
|
|
16
|
+
]
|
|
17
|
+
};
|
|
@@ -686,6 +686,7 @@
|
|
|
686
686
|
<svg id="wd-icon-rpm" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-rpm" data-deprecated="true" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M12 2a11 11 0 0 1 10.163 6.79 11 11 0 0 1-2.04 11.627.483.483 0 0 1-.698.008l-.707-.707a.523.523 0 0 1-.01-.717A9.002 9.002 0 0 0 17 5.517a9 9 0 0 0-10 0A9.003 9.003 0 0 0 5.293 19a.523.523 0 0 1-.011.717l-.707.707a.483.483 0 0 1-.698-.008A11 11 0 0 1 1.837 8.79 11 11 0 0 1 12 2" class="wd-icon-fill"/><path fill="oklch(0.3523 0 0 / 1)" d="M16.338 8.054a.48.48 0 0 1 .607.607c-.564 1.737-1.862 5.498-2.824 6.46a3 3 0 0 1-4.243-4.243c.961-.962 4.723-2.26 6.46-2.824M12 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2" class="wd-icon-fill"/></svg>
|
|
687
687
|
<svg id="wd-icon-rte-emphasis" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-rte-emphasis" data-deprecated="true" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M13.077 17.001c1.062 0 1.923.86 1.923 1.923V19c0 1.657-1.344 3-3 3h-1.617a.5.5 0 0 1-.429-.758l.689-1.147a4 4 0 0 0 .493-1.274l.055-.274A1.92 1.92 0 0 1 13.076 17M20.347 10.111a1.121 1.121 0 0 1 1.541 1.542l-3.01 4.913A3 3 0 0 1 16.32 18h-.472A2.93 2.93 0 0 0 14 16.152v-.472a3 3 0 0 1 1.433-2.558zM7.388 2.003a.5.5 0 0 1 .468.323l3.77 9.997a.5.5 0 0 1-.467.677H9.617a.5.5 0 0 1-.474-.34l-.671-1.985h-3.99l-.686 1.988a.5.5 0 0 1-.472.337H1.842a.5.5 0 0 1-.468-.677l3.77-9.997a.5.5 0 0 1 .469-.323zM6.461 4.5c-.204.801-.503 1.822-.99 3.268l-.346 1.005h2.687l-.377-1.116a42 42 0 0 1-.958-3.157z" class="wd-icon-fill"/></svg>
|
|
688
688
|
<svg id="wd-icon-rte-list" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-rte-list" data-deprecated="true" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M3 16.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22.5 17a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-16a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zM3 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22.5 11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-16a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zM3 4.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22.5 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-16a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z" class="wd-icon-fill"/></svg>
|
|
689
|
+
<svg id="wd-icon-sana" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-sana" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M12.002 9.29a2.695 2.695 0 1 0 0-5.39 2.695 2.695 0 0 0 0 5.39M9.29 12.003a2.695 2.695 0 1 0-5.39 0 2.695 2.695 0 0 0 5.39 0M14.696 17.406a2.695 2.695 0 1 1-5.389 0 2.695 2.695 0 0 1 5.39 0M20.1 12.003a2.695 2.695 0 1 0-5.389 0 2.695 2.695 0 0 0 5.39 0" class="wd-icon-fill"/></svg>
|
|
689
690
|
<svg id="wd-icon-save-as" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-save-as" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M16.793 3a1.5 1.5 0 0 1 1.06.44l2.707 2.706A1.5 1.5 0 0 1 21 7.207V8.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V7.414l-2-2V7.5A1.5 1.5 0 0 1 15.5 9h-7A1.5 1.5 0 0 1 7 7.5V5H5v14h2v-6.5A1.5 1.5 0 0 1 8.5 11h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H9v6.5A1.5 1.5 0 0 1 7.5 21h-3A1.5 1.5 0 0 1 3 19.5v-15A1.5 1.5 0 0 1 4.5 3zM9 7h6V5H9z" class="wd-icon-fill"/><path fill="oklch(0.3523 0 0 / 1)" d="M19.499 11a3.5 3.5 0 0 1 2.48 1.025 3.5 3.5 0 0 1 1.024 2.48 1 1 0 0 1-.293.706l-7.503 7.496A1 1 0 0 1 14.5 23H12a1 1 0 0 1-1-1v-2.5a1 1 0 0 1 .293-.707l7.5-7.5.073-.066A1 1 0 0 1 19.5 11M13 19.914V21h1.085l4.252-4.249-1.088-1.088zm5.663-5.665 1.088 1.088 1.205-1.202a1.49 1.49 0 0 0-1.089-1.09z" class="wd-icon-accent"/></svg>
|
|
690
691
|
<svg id="wd-icon-save" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-save" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M16.793 3a1.5 1.5 0 0 1 1.06.44l2.707 2.706A1.5 1.5 0 0 1 21 7.207V19.5a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 19.5v-15A1.5 1.5 0 0 1 4.5 3zM5 19h2v-7a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v7h2V7.414l-2-2V8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V5H5zm4 0h6v-6H9zM9 7h6V5H9z" class="wd-icon-fill"/></svg>
|
|
691
692
|
<svg id="wd-icon-scatter-chart" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-scatter-chart" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M5.5 12a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M10.5 12a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M8.5 6a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M19.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3" class="wd-icon-fill"/><path fill="oklch(0.3523 0 0 / 1)" d="M4.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M9.5 16a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M15.5 12a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M12.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M15.5 5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3" class="wd-icon-accent"/></svg>
|
|
@@ -857,6 +858,7 @@
|
|
|
857
858
|
<svg id="wd-icon-wizard" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-wizard" data-deprecated="true" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M12 7.757a2 2 0 0 1 2.828 0l1.415 1.415a2 2 0 0 1 0 2.828l-9.9 9.9a2 2 0 0 1-2.829 0L2.1 20.484a2 2 0 0 1 0-2.828zM3.514 19.07l1.414 1.414L12 13.415 10.586 12zM12 10.586 13.414 12l1.414-1.414-1.414-1.414zM19.5 13c.276 0 .494.227.562.495.18.707.737 1.264 1.444 1.444.267.068.494.285.494.561s-.227.493-.494.561a2 2 0 0 0-1.444 1.444c-.068.268-.286.495-.562.495s-.494-.228-.562-.495a2 2 0 0 0-1.443-1.444c-.268-.068-.495-.285-.495-.561s.227-.493.495-.562a2 2 0 0 0 1.443-1.443c.068-.267.286-.495.562-.495M18.5 1c.276 0 .495.226.54.498a3 3 0 0 0 2.462 2.461c.272.045.498.265.498.541s-.226.496-.498.541a3 3 0 0 0-2.461 2.46c-.046.273-.265.499-.541.499s-.496-.226-.541-.498a3 3 0 0 0-2.461-2.461C15.226 4.995 15 4.776 15 4.5s.226-.495.498-.541a3 3 0 0 0 2.46-2.461c.046-.272.266-.498.542-.498M8.5 2c.276 0 .494.228.562.495.18.707.737 1.264 1.444 1.443.267.069.494.286.494.562s-.227.493-.494.562a2 2 0 0 0-1.444 1.443C8.994 6.772 8.776 7 8.5 7s-.494-.228-.562-.495a2 2 0 0 0-1.443-1.443C6.227 4.993 6 4.776 6 4.5s.227-.493.495-.562a2 2 0 0 0 1.443-1.443C8.006 2.228 8.224 2 8.5 2" class="wd-icon-fill"/></svg>
|
|
858
859
|
<svg id="wd-icon-word" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-word" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M20.5 1A1.5 1.5 0 0 1 22 2.5v19a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 6 21.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V21h12V3H8v1.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-2A1.5 1.5 0 0 1 7.5 1z" class="wd-icon-fill"/><path fill="oklch(0.3523 0 0 / 1)" d="M2.8 6.99a.5.5 0 0 1 .487.384l1.496 6.28h.029L6.225 7.38a.5.5 0 0 1 .488-.39h1.573a.5.5 0 0 1 .488.39l1.4 6.274h.028l1.483-6.279a.5.5 0 0 1 .486-.385h1.26a.5.5 0 0 1 .484.626l-2.343 9.01a.5.5 0 0 1-.483.374H9.407a.5.5 0 0 1-.489-.396L7.485 9.808h-.028l-1.419 6.794a.5.5 0 0 1-.49.398H3.87a.5.5 0 0 1-.484-.375l-2.33-9.01a.5.5 0 0 1 .484-.625zM18.5 15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zM18.5 12a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3.25a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zM18.5 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H16a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 16 9zM18.5 6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1.75a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z" class="wd-icon-fill"/></svg>
|
|
859
860
|
<svg id="wd-icon-workbook" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-workbook" data-deprecated="true" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M18.5 1A1.5 1.5 0 0 1 20 2.5v16a1.5 1.5 0 0 1-1.5 1.5h-12a.5.5 0 0 0 0 1h13a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-13A2.5 2.5 0 0 1 4 20.5v-18A1.5 1.5 0 0 1 5.5 1zM6 18.05q.243-.05.5-.05H18V3H6z" class="wd-icon-fill"/><path fill="oklch(0.3523 0 0 / 1)" d="M15 7.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5z" class="wd-icon-accent"/></svg>
|
|
861
|
+
<svg id="wd-icon-workday" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-workday" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M14.72 21.999c-.269 0-.49-.123-.563-.42l-2.16-7.603-2.16 7.606c-.073.296-.294.419-.563.419H7.481c-.294 0-.467-.123-.563-.42-1.155-3.207-1.939-6.395-2.602-9.603-.073-.323.073-.544.415-.544h1.597c.294 0 .49.148.542.419.415 2.273.91 4.615 1.572 6.915l1.914-6.915c.073-.271.27-.42.563-.42h2.16c.294 0 .49.149.563.42l1.914 6.915c.663-2.294 1.157-4.642 1.572-6.915.048-.271.246-.42.542-.42h1.597c.342 0 .49.224.415.545-.663 3.209-1.447 6.396-2.6 9.604-.1.296-.272.417-.566.417z" class="wd-icon-fill"/><path fill="oklch(0.3523 0 0 / 1)" d="M12 2a7.98 7.98 0 0 1 5.672 2.348 8 8 0 0 1 2.005 3.341.423.423 0 0 1-.41.54H17.58a.42.42 0 0 1-.393-.267 5.6 5.6 0 0 0-1.244-1.887A5.54 5.54 0 0 0 12 4.442a5.55 5.55 0 0 0-3.95 1.64 5.5 5.5 0 0 0-1.237 1.882.43.43 0 0 1-.394.267H4.73a.424.424 0 0 1-.409-.54 7.95 7.95 0 0 1 2.002-3.337A7.98 7.98 0 0 1 12.001 2" class="wd-icon-accent"/></svg>
|
|
860
862
|
<svg id="wd-icon-worksheets" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-worksheets" data-deprecated="true" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="transparent" d="M18.5 2h-13a.5.5 0 0 0-.5.5v19a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-19a.5.5 0 0 0-.5-.5" class="wd-icon-background"/><path fill="oklch(0.3523 0 0 / 1)" d="M18.5 1A1.5 1.5 0 0 1 20 2.5v19a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 4 21.5v-19A1.5 1.5 0 0 1 5.5 1zM6 21h12V3H6z" class="wd-icon-fill"/><path fill="oklch(0.3523 0 0 / 1)" d="M16.25 6a.75.75 0 0 1 .75.75v7a.75.75 0 0 1-.75.75H14v2.75a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1-.75-.75V6.75A.75.75 0 0 1 7.75 6zM8.5 16.5h4v-2h-4zm0-5.5v2h4v-2zm5.5 0v2h1.5v-2zM8.5 9.5h4v-2h-4zm5.5 0h1.5v-2H14z" class="wd-icon-accent"/></svg>
|
|
861
863
|
<svg id="wd-icon-x-circle" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-x-circle" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M14.936 7.646a.5.5 0 0 1 .707 0l.707.708a.5.5 0 0 1 0 .707l-2.931 2.93 2.94 2.94a.5.5 0 0 1 0 .708l-.707.707a.5.5 0 0 1-.707 0l-2.94-2.94-2.94 2.94a.5.5 0 0 1-.708 0l-.707-.707a.5.5 0 0 1 0-.707l2.94-2.94L7.66 9.06a.5.5 0 0 1 0-.707l.707-.708a.5.5 0 0 1 .707 0l2.93 2.931z" class="wd-icon-fill"/><path fill="oklch(0.3523 0 0 / 1)" d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18" class="wd-icon-fill"/></svg>
|
|
862
864
|
<svg id="wd-icon-x-small" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-x-small" viewBox="0 0 24 24" role="presentation" focusable="false"><path fill="oklch(0.3523 0 0 / 1)" d="M15.94 6.646a.5.5 0 0 1 .706 0l.707.707a.5.5 0 0 1 0 .707L13.413 12l3.94 3.939a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.707 0L12 13.413l-3.939 3.94a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707l3.94-3.94-3.94-3.94a.5.5 0 0 1 0-.706l.707-.707a.5.5 0 0 1 .707 0l3.94 3.94z" class="wd-icon-fill"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-sana" viewBox="0 0 24 24" role="presentation" focusable="false">
|
|
2
|
+
<path fill="oklch(0.3523 0 0 / 1)" d="M12.002 9.29a2.695 2.695 0 1 0 0-5.39 2.695 2.695 0 0 0 0 5.39M9.29 12.003a2.695 2.695 0 1 0-5.39 0 2.695 2.695 0 0 0 5.39 0M14.696 17.406a2.695 2.695 0 1 1-5.389 0 2.695 2.695 0 0 1 5.39 0M20.1 12.003a2.695 2.695 0 1 0-5.389 0 2.695 2.695 0 0 0 5.39 0" class="wd-icon-fill"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon wd-icon-workday" viewBox="0 0 24 24" role="presentation" focusable="false">
|
|
2
|
+
<path fill="oklch(0.3523 0 0 / 1)" d="M14.72 21.999c-.269 0-.49-.123-.563-.42l-2.16-7.603-2.16 7.606c-.073.296-.294.419-.563.419H7.481c-.294 0-.467-.123-.563-.42-1.155-3.207-1.939-6.395-2.602-9.603-.073-.323.073-.544.415-.544h1.597c.294 0 .49.148.542.419.415 2.273.91 4.615 1.572 6.915l1.914-6.915c.073-.271.27-.42.563-.42h2.16c.294 0 .49.149.563.42l1.914 6.915c.663-2.294 1.157-4.642 1.572-6.915.048-.271.246-.42.542-.42h1.597c.342 0 .49.224.415.545-.663 3.209-1.447 6.396-2.6 9.604-.1.296-.272.417-.566.417z" class="wd-icon-fill"/>
|
|
3
|
+
<path fill="oklch(0.3523 0 0 / 1)" d="M12 2a7.98 7.98 0 0 1 5.672 2.348 8 8 0 0 1 2.005 3.341.423.423 0 0 1-.41.54H17.58a.42.42 0 0 1-.393-.267 5.6 5.6 0 0 0-1.244-1.887A5.54 5.54 0 0 0 12 4.442a5.55 5.55 0 0 0-3.95 1.64 5.5 5.5 0 0 0-1.237 1.882.43.43 0 0 1-.394.267H4.73a.424.424 0 0 1-.409-.54 7.95 7.95 0 0 1 2.002-3.337A7.98 7.98 0 0 1 12.001 2" class="wd-icon-accent"/>
|
|
4
|
+
</svg>
|