@workday/canvas-system-icons-web 4.0.5 → 4.2.0
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/comment-sparkle.d.ts +3 -0
- package/dist/commonjs/comment-sparkle.js +32 -0
- package/dist/commonjs/index.d.ts +1 -0
- package/dist/commonjs/index.js +2 -0
- package/dist/es6/comment-sparkle.d.ts +3 -0
- package/dist/es6/comment-sparkle.js +29 -0
- package/dist/es6/index.d.ts +1 -0
- package/dist/es6/index.js +1 -0
- package/dist/metadata/system.deprecated.metadata.json +4734 -0
- package/dist/metadata/system.metadata.json +9514 -0
- package/dist/sprite/wd-system-icon-sprite.svg +1 -0
- package/dist/svg/wd-icon-comment-sparkle.svg +5 -0
- package/package.json +5 -2
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
|
|
4
|
+
const {CanvasIconTypes} = require("./types");
|
|
5
|
+
|
|
6
|
+
exports.commentSparkleIcon = {
|
|
7
|
+
"name": "comment-sparkle",
|
|
8
|
+
"type": CanvasIconTypes.System,
|
|
9
|
+
"svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" class=\"wd-icon wd-icon-comment-sparkle\" viewBox=\"0 0 24 24\" role=\"presentation\" focusable=\"false\"><path fill=\"transparent\" d=\"M12 3c4.97 0 9 3.582 9 8s-4.03 8-9 8c-1.978 1.6-4.815 1.833-6 1.75.331-.98.472-2.402.472-3.436C4.359 15.85 3 13.566 3 11c0-4.418 4.03-8 9-8\" class=\"wd-icon-background\"/><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M12 2c5.409 0 10 3.922 10 9 0 4.969-4.396 8.827-9.652 8.991-1.085.792-2.324 1.244-3.426 1.491-1.199.27-2.302.314-2.992.265a1 1 0 0 1-.877-1.317c.236-.7.37-1.728.407-2.62C3.364 16.177 2 13.748 2 11c0-5.078 4.591-9 10-9m0 2c-4.532 0-8 3.241-8 7 0 2.194 1.16 4.188 3.041 5.491a1 1 0 0 1 .43.823c0 .692-.06 1.57-.2 2.408.37-.036.782-.095 1.212-.192 1.011-.227 2.057-.635 2.888-1.307l.142-.096A1 1 0 0 1 12 18c4.532 0 8-3.242 8-7s-3.468-7-8-7\" class=\"wd-icon-fill\"/><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M12 7c.276 0 .496.225.535.498a3.5 3.5 0 0 0 2.967 2.967c.273.039.498.259.498.535s-.225.496-.498.535a3.5 3.5 0 0 0-2.967 2.967c-.039.273-.259.498-.535.498s-.496-.225-.535-.498a3.5 3.5 0 0 0-2.967-2.967C8.225 11.496 8 11.276 8 11s.225-.496.498-.535a3.5 3.5 0 0 0 2.967-2.967C11.504 7.225 11.724 7 12 7\" class=\"wd-icon-accent\"/></svg>",
|
|
10
|
+
"filename": "wd-icon-comment-sparkle.svg",
|
|
11
|
+
"category": "Core",
|
|
12
|
+
"tags": [
|
|
13
|
+
"ai",
|
|
14
|
+
"star",
|
|
15
|
+
"twinkle",
|
|
16
|
+
"shine",
|
|
17
|
+
"magic",
|
|
18
|
+
"artificial",
|
|
19
|
+
"intelligence",
|
|
20
|
+
"generate",
|
|
21
|
+
"quick",
|
|
22
|
+
"quicktips",
|
|
23
|
+
"help",
|
|
24
|
+
"ML",
|
|
25
|
+
"ask",
|
|
26
|
+
"talk",
|
|
27
|
+
"chat",
|
|
28
|
+
"communication",
|
|
29
|
+
"bubble",
|
|
30
|
+
"comment"
|
|
31
|
+
]
|
|
32
|
+
};
|
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -262,6 +262,7 @@ export {commentActiveIcon} from "./comment-active";
|
|
|
262
262
|
export {commentDiscussionIcon} from "./comment-discussion";
|
|
263
263
|
export {commentExclamationIcon} from "./comment-exclamation";
|
|
264
264
|
export {commentPlusIcon} from "./comment-plus";
|
|
265
|
+
export {commentSparkleIcon} from "./comment-sparkle";
|
|
265
266
|
export {commentTextIcon} from "./comment-text";
|
|
266
267
|
export {commentIcon} from "./comment";
|
|
267
268
|
export {compareFilesIcon} from "./compare-files";
|
package/dist/commonjs/index.js
CHANGED
|
@@ -528,6 +528,8 @@ var {commentExclamationIcon} = require("./comment-exclamation");
|
|
|
528
528
|
exports.commentExclamationIcon = commentExclamationIcon;
|
|
529
529
|
var {commentPlusIcon} = require("./comment-plus");
|
|
530
530
|
exports.commentPlusIcon = commentPlusIcon;
|
|
531
|
+
var {commentSparkleIcon} = require("./comment-sparkle");
|
|
532
|
+
exports.commentSparkleIcon = commentSparkleIcon;
|
|
531
533
|
var {commentTextIcon} = require("./comment-text");
|
|
532
534
|
exports.commentTextIcon = commentTextIcon;
|
|
533
535
|
var {commentIcon} = require("./comment");
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import {CanvasIconTypes} from "./types";
|
|
2
|
+
|
|
3
|
+
export const commentSparkleIcon = {
|
|
4
|
+
"name": "comment-sparkle",
|
|
5
|
+
"type": CanvasIconTypes.System,
|
|
6
|
+
"svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" class=\"wd-icon wd-icon-comment-sparkle\" viewBox=\"0 0 24 24\" role=\"presentation\" focusable=\"false\"><path fill=\"transparent\" d=\"M12 3c4.97 0 9 3.582 9 8s-4.03 8-9 8c-1.978 1.6-4.815 1.833-6 1.75.331-.98.472-2.402.472-3.436C4.359 15.85 3 13.566 3 11c0-4.418 4.03-8 9-8\" class=\"wd-icon-background\"/><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M12 2c5.409 0 10 3.922 10 9 0 4.969-4.396 8.827-9.652 8.991-1.085.792-2.324 1.244-3.426 1.491-1.199.27-2.302.314-2.992.265a1 1 0 0 1-.877-1.317c.236-.7.37-1.728.407-2.62C3.364 16.177 2 13.748 2 11c0-5.078 4.591-9 10-9m0 2c-4.532 0-8 3.241-8 7 0 2.194 1.16 4.188 3.041 5.491a1 1 0 0 1 .43.823c0 .692-.06 1.57-.2 2.408.37-.036.782-.095 1.212-.192 1.011-.227 2.057-.635 2.888-1.307l.142-.096A1 1 0 0 1 12 18c4.532 0 8-3.242 8-7s-3.468-7-8-7\" class=\"wd-icon-fill\"/><path fill=\"oklch(0.3523 0 0 / 1)\" d=\"M12 7c.276 0 .496.225.535.498a3.5 3.5 0 0 0 2.967 2.967c.273.039.498.259.498.535s-.225.496-.498.535a3.5 3.5 0 0 0-2.967 2.967c-.039.273-.259.498-.535.498s-.496-.225-.535-.498a3.5 3.5 0 0 0-2.967-2.967C8.225 11.496 8 11.276 8 11s.225-.496.498-.535a3.5 3.5 0 0 0 2.967-2.967C11.504 7.225 11.724 7 12 7\" class=\"wd-icon-accent\"/></svg>",
|
|
7
|
+
"filename": "wd-icon-comment-sparkle.svg",
|
|
8
|
+
"category": "Core",
|
|
9
|
+
"tags": [
|
|
10
|
+
"ai",
|
|
11
|
+
"star",
|
|
12
|
+
"twinkle",
|
|
13
|
+
"shine",
|
|
14
|
+
"magic",
|
|
15
|
+
"artificial",
|
|
16
|
+
"intelligence",
|
|
17
|
+
"generate",
|
|
18
|
+
"quick",
|
|
19
|
+
"quicktips",
|
|
20
|
+
"help",
|
|
21
|
+
"ML",
|
|
22
|
+
"ask",
|
|
23
|
+
"talk",
|
|
24
|
+
"chat",
|
|
25
|
+
"communication",
|
|
26
|
+
"bubble",
|
|
27
|
+
"comment"
|
|
28
|
+
]
|
|
29
|
+
};
|
package/dist/es6/index.d.ts
CHANGED
|
@@ -262,6 +262,7 @@ export {commentActiveIcon} from "./comment-active";
|
|
|
262
262
|
export {commentDiscussionIcon} from "./comment-discussion";
|
|
263
263
|
export {commentExclamationIcon} from "./comment-exclamation";
|
|
264
264
|
export {commentPlusIcon} from "./comment-plus";
|
|
265
|
+
export {commentSparkleIcon} from "./comment-sparkle";
|
|
265
266
|
export {commentTextIcon} from "./comment-text";
|
|
266
267
|
export {commentIcon} from "./comment";
|
|
267
268
|
export {compareFilesIcon} from "./compare-files";
|
package/dist/es6/index.js
CHANGED
|
@@ -262,6 +262,7 @@ export {commentActiveIcon} from "./comment-active";
|
|
|
262
262
|
export {commentDiscussionIcon} from "./comment-discussion";
|
|
263
263
|
export {commentExclamationIcon} from "./comment-exclamation";
|
|
264
264
|
export {commentPlusIcon} from "./comment-plus";
|
|
265
|
+
export {commentSparkleIcon} from "./comment-sparkle";
|
|
265
266
|
export {commentTextIcon} from "./comment-text";
|
|
266
267
|
export {commentIcon} from "./comment";
|
|
267
268
|
export {compareFilesIcon} from "./compare-files";
|