@dialpad/dialtone-icons 4.25.0 → 4.26.1
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/icons.json +1 -1
- package/dist/keywords-icons.json +1 -1
- package/dist/svg/icons/bookmark-filled.svg +1 -0
- package/dist/svg/icons/dissatisfied-filled.svg +1 -0
- package/dist/svg/icons/map-pin-filled.svg +1 -0
- package/dist/svg/icons/pause-circle-filled.svg +1 -0
- package/dist/svg/icons/pin-filled.svg +1 -0
- package/dist/svg/icons/play-circle-filled.svg +1 -0
- package/dist/svg/icons/plus-circle-filled.svg +1 -0
- package/dist/svg/icons/satisfied-filled.svg +1 -0
- package/dist/svg/icons/somewhat-dissatisfied-filled.svg +1 -0
- package/dist/svg/icons/somewhat-satisfied-filled.svg +1 -0
- package/dist/svg/icons/sparkle-filled.svg +1 -0
- package/dist/svg/icons/stop-circle-filled.svg +1 -0
- package/dist/svg/icons/very-dissatisfied-filled.svg +1 -0
- package/dist/svg/icons/very-satisfied-filled.svg +1 -0
- package/package.json +1 -1
- package/vue2/dist/components/bookmark-filled.cjs +2 -0
- package/vue2/dist/components/bookmark-filled.cjs.map +1 -0
- package/vue2/dist/components/bookmark-filled.js +57 -0
- package/vue2/dist/components/bookmark-filled.js.map +1 -0
- package/vue2/dist/components/dissatisfied-filled.cjs +2 -0
- package/vue2/dist/components/dissatisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/dissatisfied-filled.js +57 -0
- package/vue2/dist/components/dissatisfied-filled.js.map +1 -0
- package/vue2/dist/components/map-pin-filled.cjs +2 -0
- package/vue2/dist/components/map-pin-filled.cjs.map +1 -0
- package/vue2/dist/components/map-pin-filled.js +57 -0
- package/vue2/dist/components/map-pin-filled.js.map +1 -0
- package/vue2/dist/components/pause-circle-filled.cjs +2 -0
- package/vue2/dist/components/pause-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/pause-circle-filled.js +58 -0
- package/vue2/dist/components/pause-circle-filled.js.map +1 -0
- package/vue2/dist/components/pin-filled.cjs +2 -0
- package/vue2/dist/components/pin-filled.cjs.map +1 -0
- package/vue2/dist/components/pin-filled.js +58 -0
- package/vue2/dist/components/pin-filled.js.map +1 -0
- package/vue2/dist/components/play-circle-filled.cjs +2 -0
- package/vue2/dist/components/play-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/play-circle-filled.js +58 -0
- package/vue2/dist/components/play-circle-filled.js.map +1 -0
- package/vue2/dist/components/plus-circle-filled.cjs +2 -0
- package/vue2/dist/components/plus-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/plus-circle-filled.js +58 -0
- package/vue2/dist/components/plus-circle-filled.js.map +1 -0
- package/vue2/dist/components/satisfied-filled.cjs +2 -0
- package/vue2/dist/components/satisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/satisfied-filled.js +57 -0
- package/vue2/dist/components/satisfied-filled.js.map +1 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.cjs +2 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.js +57 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.js.map +1 -0
- package/vue2/dist/components/somewhat-satisfied-filled.cjs +2 -0
- package/vue2/dist/components/somewhat-satisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/somewhat-satisfied-filled.js +57 -0
- package/vue2/dist/components/somewhat-satisfied-filled.js.map +1 -0
- package/vue2/dist/components/sparkle-filled.cjs +2 -0
- package/vue2/dist/components/sparkle-filled.cjs.map +1 -0
- package/vue2/dist/components/sparkle-filled.js +57 -0
- package/vue2/dist/components/sparkle-filled.js.map +1 -0
- package/vue2/dist/components/stop-circle-filled.cjs +2 -0
- package/vue2/dist/components/stop-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/stop-circle-filled.js +58 -0
- package/vue2/dist/components/stop-circle-filled.js.map +1 -0
- package/vue2/dist/components/very-dissatisfied-filled.cjs +2 -0
- package/vue2/dist/components/very-dissatisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/very-dissatisfied-filled.js +57 -0
- package/vue2/dist/components/very-dissatisfied-filled.js.map +1 -0
- package/vue2/dist/components/very-satisfied-filled.cjs +2 -0
- package/vue2/dist/components/very-satisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/very-satisfied-filled.js +57 -0
- package/vue2/dist/components/very-satisfied-filled.js.map +1 -0
- package/vue2/dist/dialtone-icons.cjs +1 -1
- package/vue2/dist/dialtone-icons.cjs.map +1 -1
- package/vue2/dist/dialtone-icons.js +1059 -1031
- package/vue2/dist/dialtone-icons.js.map +1 -1
- package/vue2/dist/types/index.d.ts +14 -0
- package/vue2/dist/types/index.d.ts.map +1 -1
- package/vue2/dist/types/src/icons/bookmark-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bookmark-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dissatisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/map-pin-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/map-pin-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pause-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pause-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pin-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pin-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/play-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/play-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/plus-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/plus-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/satisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/satisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sparkle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sparkle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/stop-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/stop-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/very-satisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/very-satisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/components/bookmark-filled.cjs +2 -0
- package/vue3/dist/components/bookmark-filled.cjs.map +1 -0
- package/vue3/dist/components/bookmark-filled.js +63 -0
- package/vue3/dist/components/bookmark-filled.js.map +1 -0
- package/vue3/dist/components/dissatisfied-filled.cjs +2 -0
- package/vue3/dist/components/dissatisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/dissatisfied-filled.js +63 -0
- package/vue3/dist/components/dissatisfied-filled.js.map +1 -0
- package/vue3/dist/components/map-pin-filled.cjs +2 -0
- package/vue3/dist/components/map-pin-filled.cjs.map +1 -0
- package/vue3/dist/components/map-pin-filled.js +63 -0
- package/vue3/dist/components/map-pin-filled.js.map +1 -0
- package/vue3/dist/components/pause-circle-filled.cjs +2 -0
- package/vue3/dist/components/pause-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/pause-circle-filled.js +78 -0
- package/vue3/dist/components/pause-circle-filled.js.map +1 -0
- package/vue3/dist/components/pin-filled.cjs +2 -0
- package/vue3/dist/components/pin-filled.cjs.map +1 -0
- package/vue3/dist/components/pin-filled.js +76 -0
- package/vue3/dist/components/pin-filled.js.map +1 -0
- package/vue3/dist/components/play-circle-filled.cjs +2 -0
- package/vue3/dist/components/play-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/play-circle-filled.js +78 -0
- package/vue3/dist/components/play-circle-filled.js.map +1 -0
- package/vue3/dist/components/plus-circle-filled.cjs +2 -0
- package/vue3/dist/components/plus-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/plus-circle-filled.js +78 -0
- package/vue3/dist/components/plus-circle-filled.js.map +1 -0
- package/vue3/dist/components/satisfied-filled.cjs +2 -0
- package/vue3/dist/components/satisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/satisfied-filled.js +63 -0
- package/vue3/dist/components/satisfied-filled.js.map +1 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.cjs +2 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.js +63 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.js.map +1 -0
- package/vue3/dist/components/somewhat-satisfied-filled.cjs +2 -0
- package/vue3/dist/components/somewhat-satisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/somewhat-satisfied-filled.js +63 -0
- package/vue3/dist/components/somewhat-satisfied-filled.js.map +1 -0
- package/vue3/dist/components/sparkle-filled.cjs +2 -0
- package/vue3/dist/components/sparkle-filled.cjs.map +1 -0
- package/vue3/dist/components/sparkle-filled.js +63 -0
- package/vue3/dist/components/sparkle-filled.js.map +1 -0
- package/vue3/dist/components/stop-circle-filled.cjs +2 -0
- package/vue3/dist/components/stop-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/stop-circle-filled.js +78 -0
- package/vue3/dist/components/stop-circle-filled.js.map +1 -0
- package/vue3/dist/components/very-dissatisfied-filled.cjs +2 -0
- package/vue3/dist/components/very-dissatisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/very-dissatisfied-filled.js +63 -0
- package/vue3/dist/components/very-dissatisfied-filled.js.map +1 -0
- package/vue3/dist/components/very-satisfied-filled.cjs +2 -0
- package/vue3/dist/components/very-satisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/very-satisfied-filled.js +63 -0
- package/vue3/dist/components/very-satisfied-filled.js.map +1 -0
- package/vue3/dist/dialtone-icons.cjs +1 -1
- package/vue3/dist/dialtone-icons.cjs.map +1 -1
- package/vue3/dist/dialtone-icons.js +1059 -1031
- package/vue3/dist/dialtone-icons.js.map +1 -1
- package/vue3/dist/types/index.d.ts +14 -0
- package/vue3/dist/types/index.d.ts.map +1 -1
- package/vue3/dist/types/src/icons/bookmark-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bookmark-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dissatisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/map-pin-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/map-pin-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pause-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pause-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pin-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pin-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/play-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/play-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/plus-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/plus-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/satisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/satisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sparkle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sparkle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/stop-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/stop-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/very-satisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/very-satisfied-filled.vue.d.ts.map +1 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { I as r } from "../constants-B5bI7ccM.js";
|
|
2
|
+
import { n as i } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
3
|
+
const t = {
|
|
4
|
+
name: "DtIconSparkleFilled",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (e) => Object.keys(r).includes(e)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return r[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
created() {
|
|
37
|
+
this.$emit("loaded");
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
var n = function() {
|
|
41
|
+
var a = this, l = a._self._c;
|
|
42
|
+
return l("svg", { staticClass: "d-icon d-icon--sparkle-filled", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "aria-hidden": a.ariaHidden, role: "img", "data-name": "Sparkle Filled", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [l("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.962 1a.443.443 0 0 0-.443.443v.57h-.57a.443.443 0 1 0 0 .886h.57v.57a.443.443 0 1 0 .886 0v-.57h.57a.443.443 0 1 0 0-.886h-.57v-.57A.443.443 0 0 0 2.962 1Zm4.05 1.013a.443.443 0 0 0-.403.26L5.57 4.557l-2.285 1.04a.443.443 0 0 0 0 .806l2.285 1.04 1.04 2.285a.443.443 0 0 0 .806 0l1.039-2.286 2.285-1.039a.443.443 0 0 0 0-.806l-2.285-1.04-1.039-2.285a.443.443 0 0 0-.403-.26ZM2.457 8.089a.443.443 0 0 0-.443.443v.57h-.57a.443.443 0 1 0 0 .885h.57v.57a.443.443 0 0 0 .886 0v-.57h.57a.443.443 0 1 0 0-.886H2.9v-.57a.443.443 0 0 0-.443-.442Z", fill: "currentColor" } })]);
|
|
43
|
+
}, s = [], d = /* @__PURE__ */ i(
|
|
44
|
+
t,
|
|
45
|
+
n,
|
|
46
|
+
s,
|
|
47
|
+
!1,
|
|
48
|
+
null,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null
|
|
52
|
+
);
|
|
53
|
+
const _ = d.exports;
|
|
54
|
+
export {
|
|
55
|
+
_ as default
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=sparkle-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sparkle-filled.js","sources":["../../../src/icons/sparkle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Sparkle Filled\" class=\"d-icon d-icon--sparkle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.962 1a.443.443 0 0 0-.443.443v.57h-.57a.443.443 0 1 0 0 .886h.57v.57a.443.443 0 1 0 .886 0v-.57h.57a.443.443 0 1 0 0-.886h-.57v-.57A.443.443 0 0 0 2.962 1Zm4.05 1.013a.443.443 0 0 0-.403.26L5.57 4.557l-2.285 1.04a.443.443 0 0 0 0 .806l2.285 1.04 1.04 2.285a.443.443 0 0 0 .806 0l1.039-2.286 2.285-1.039a.443.443 0 0 0 0-.806l-2.285-1.04-1.039-2.285a.443.443 0 0 0-.403-.26ZM2.457 8.089a.443.443 0 0 0-.443.443v.57h-.57a.443.443 0 1 0 0 .885h.57v.57a.443.443 0 0 0 .886 0v-.57h.57a.443.443 0 1 0 0-.886H2.9v-.57a.443.443 0 0 0-.443-.442Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconSparkleFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const r=require("../utils-lwha-BVG.cjs"),a=require("../constants-GmrCIBZc.cjs"),l=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),s={name:"DtIconStopCircleFilled",props:{size:{type:String,default:"500",validator:i=>Object.keys(a.I).includes(i)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return a.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded"),this.uniqueID=r.g()}};var n=function(){var e=this,t=e._self._c;return t("svg",{staticClass:"d-icon d-icon--stop-circle-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Stop Circle Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM7.063 4.939v2.125H4.938V4.938h2.125Zm.437-.875h-3a.437.437 0 0 0-.437.438v3c0 .241.196.437.437.437h3a.438.438 0 0 0 .438-.437v-3a.437.437 0 0 0-.438-.438Z",fill:"currentColor"}})]),t("defs",[t("clipPath",{attrs:{id:`${e.uniqueID}a`}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},c=[],d=l.n(s,n,c,!1,null,null,null,null);const o=d.exports;module.exports=o;
|
|
2
|
+
//# sourceMappingURL=stop-circle-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-circle-filled.cjs","sources":["../../../src/icons/stop-circle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Stop Circle Filled\" class=\"d-icon d-icon--stop-circle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM7.063 4.939v2.125H4.938V4.938h2.125Zm.437-.875h-3a.437.437 0 0 0-.437.438v3c0 .241.196.437.437.437h3a.438.438 0 0 0 .438-.437v-3a.437.437 0 0 0-.438-.438Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconStopCircleFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":"kJAQAA,EAAA,CACA,KAAA,yBAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,EACA,KAAA,SAAAC,EAAAA,GACA,CACA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { g as r } from "../utils-ougd2MqG.js";
|
|
2
|
+
import { I as i } from "../constants-B5bI7ccM.js";
|
|
3
|
+
import { n as l } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
4
|
+
const n = {
|
|
5
|
+
name: "DtIconStopCircleFilled",
|
|
6
|
+
props: {
|
|
7
|
+
/**
|
|
8
|
+
* The size of the icon.
|
|
9
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
10
|
+
*/
|
|
11
|
+
size: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "500",
|
|
14
|
+
validator: (t) => Object.keys(i).includes(t)
|
|
15
|
+
},
|
|
16
|
+
/**
|
|
17
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
18
|
+
*/
|
|
19
|
+
ariaLabel: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: void 0
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
26
|
+
* they will no longer need this event.
|
|
27
|
+
* */
|
|
28
|
+
emits: ["loaded"],
|
|
29
|
+
computed: {
|
|
30
|
+
iconSizeClass() {
|
|
31
|
+
return i[this.size];
|
|
32
|
+
},
|
|
33
|
+
ariaHidden() {
|
|
34
|
+
return this.ariaLabel ? "false" : "true";
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
created() {
|
|
38
|
+
this.$emit("loaded"), this.uniqueID = r();
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
var s = function() {
|
|
42
|
+
var e = this, a = e._self._c;
|
|
43
|
+
return a("svg", { staticClass: "d-icon d-icon--stop-circle-filled", class: e.iconSizeClass, attrs: { "aria-label": e.ariaLabel, "aria-hidden": e.ariaHidden, role: "img", "data-name": "Stop Circle Filled", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [a("g", { attrs: { "clip-path": `url(#${e.uniqueID}a)` } }, [a("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM7.063 4.939v2.125H4.938V4.938h2.125Zm.437-.875h-3a.437.437 0 0 0-.437.438v3c0 .241.196.437.437.437h3a.438.438 0 0 0 .438-.437v-3a.437.437 0 0 0-.438-.438Z", fill: "currentColor" } })]), a("defs", [a("clipPath", { attrs: { id: `${e.uniqueID}a` } }, [a("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
44
|
+
}, o = [], d = /* @__PURE__ */ l(
|
|
45
|
+
n,
|
|
46
|
+
s,
|
|
47
|
+
o,
|
|
48
|
+
!1,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null,
|
|
52
|
+
null
|
|
53
|
+
);
|
|
54
|
+
const p = d.exports;
|
|
55
|
+
export {
|
|
56
|
+
p as default
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=stop-circle-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-circle-filled.js","sources":["../../../src/icons/stop-circle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Stop Circle Filled\" class=\"d-icon d-icon--stop-circle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM7.063 4.939v2.125H4.938V4.938h2.125Zm.437-.875h-3a.437.437 0 0 0-.437.438v3c0 .241.196.437.437.437h3a.438.438 0 0 0 .438-.437v-3a.437.437 0 0 0-.438-.438Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconStopCircleFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":";;;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA,GACA,KAAA,WAAAC;EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const l=require("../constants-GmrCIBZc.cjs"),s=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),t={name:"DtIconVeryDissatisfiedFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(l.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return l.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded")}};var r=function(){var e=this,i=e._self._c;return i("svg",{staticClass:"d-icon d-icon--very-dissatisfied-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Very Dissatisfied Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[i("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.391 6a5.438 5.438 0 1 1 10.875 0A5.438 5.438 0 0 1 .391 6ZM2.88 4.317a.438.438 0 0 1 .607-.123l.197.132c.19.125.436.125.624-.001l.194-.13a.438.438 0 0 1 .486.728l-.193.129a1.438 1.438 0 0 1-1.595.002l-.197-.13a.438.438 0 0 1-.123-.607Zm4.002.002a.437.437 0 0 1 .606-.122l.197.131c.19.126.436.126.624 0l.194-.13a.437.437 0 1 1 .486.727l-.193.13a1.437 1.437 0 0 1-1.595.002l-.197-.131a.437.437 0 0 1-.122-.607Zm-.993 1.803a2.579 2.579 0 0 0-1.57.505 2.206 2.206 0 0 0-.86 1.352.437.437 0 0 0 .43.518h4a.438.438 0 0 0 .43-.518 2.206 2.206 0 0 0-.859-1.352 2.579 2.579 0 0 0-1.57-.505Zm-.005.875a1.704 1.704 0 0 0-1.04.33 1.442 1.442 0 0 0-.296.295H7.23a1.442 1.442 0 0 0-.295-.295 1.704 1.704 0 0 0-1.04-.33h-.011Z",fill:"currentColor"}})])},n=[],d=s.n(t,r,n,!1,null,null,null,null);const c=d.exports;module.exports=c;
|
|
2
|
+
//# sourceMappingURL=very-dissatisfied-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"very-dissatisfied-filled.cjs","sources":["../../../src/icons/very-dissatisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Very Dissatisfied Filled\" class=\"d-icon d-icon--very-dissatisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.391 6a5.438 5.438 0 1 1 10.875 0A5.438 5.438 0 0 1 .391 6ZM2.88 4.317a.438.438 0 0 1 .607-.123l.197.132c.19.125.436.125.624-.001l.194-.13a.438.438 0 0 1 .486.728l-.193.129a1.438 1.438 0 0 1-1.595.002l-.197-.13a.438.438 0 0 1-.123-.607Zm4.002.002a.437.437 0 0 1 .606-.122l.197.131c.19.126.436.126.624 0l.194-.13a.437.437 0 1 1 .486.727l-.193.13a1.437 1.437 0 0 1-1.595.002l-.197-.131a.437.437 0 0 1-.122-.607Zm-.993 1.803a2.579 2.579 0 0 0-1.57.505 2.206 2.206 0 0 0-.86 1.352.437.437 0 0 0 .43.518h4a.438.438 0 0 0 .43-.518 2.206 2.206 0 0 0-.859-1.352 2.579 2.579 0 0 0-1.57-.505Zm-.005.875a1.704 1.704 0 0 0-1.04.33 1.442 1.442 0 0 0-.296.295H7.23a1.442 1.442 0 0 0-.295-.295 1.704 1.704 0 0 0-1.04-.33h-.011Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconVeryDissatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"+GAQAA,EAAA,CACA,KAAA,+BAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { I as l } from "../constants-B5bI7ccM.js";
|
|
2
|
+
import { n as t } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
3
|
+
const r = {
|
|
4
|
+
name: "DtIconVeryDissatisfiedFilled",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (a) => Object.keys(l).includes(a)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return l[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
created() {
|
|
37
|
+
this.$emit("loaded");
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
var s = function() {
|
|
41
|
+
var e = this, i = e._self._c;
|
|
42
|
+
return i("svg", { staticClass: "d-icon d-icon--very-dissatisfied-filled", class: e.iconSizeClass, attrs: { "aria-label": e.ariaLabel, "aria-hidden": e.ariaHidden, role: "img", "data-name": "Very Dissatisfied Filled", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [i("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M.391 6a5.438 5.438 0 1 1 10.875 0A5.438 5.438 0 0 1 .391 6ZM2.88 4.317a.438.438 0 0 1 .607-.123l.197.132c.19.125.436.125.624-.001l.194-.13a.438.438 0 0 1 .486.728l-.193.129a1.438 1.438 0 0 1-1.595.002l-.197-.13a.438.438 0 0 1-.123-.607Zm4.002.002a.437.437 0 0 1 .606-.122l.197.131c.19.126.436.126.624 0l.194-.13a.437.437 0 1 1 .486.727l-.193.13a1.437 1.437 0 0 1-1.595.002l-.197-.131a.437.437 0 0 1-.122-.607Zm-.993 1.803a2.579 2.579 0 0 0-1.57.505 2.206 2.206 0 0 0-.86 1.352.437.437 0 0 0 .43.518h4a.438.438 0 0 0 .43-.518 2.206 2.206 0 0 0-.859-1.352 2.579 2.579 0 0 0-1.57-.505Zm-.005.875a1.704 1.704 0 0 0-1.04.33 1.442 1.442 0 0 0-.296.295H7.23a1.442 1.442 0 0 0-.295-.295 1.704 1.704 0 0 0-1.04-.33h-.011Z", fill: "currentColor" } })]);
|
|
43
|
+
}, n = [], d = /* @__PURE__ */ t(
|
|
44
|
+
r,
|
|
45
|
+
s,
|
|
46
|
+
n,
|
|
47
|
+
!1,
|
|
48
|
+
null,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null
|
|
52
|
+
);
|
|
53
|
+
const _ = d.exports;
|
|
54
|
+
export {
|
|
55
|
+
_ as default
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=very-dissatisfied-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"very-dissatisfied-filled.js","sources":["../../../src/icons/very-dissatisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Very Dissatisfied Filled\" class=\"d-icon d-icon--very-dissatisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.391 6a5.438 5.438 0 1 1 10.875 0A5.438 5.438 0 0 1 .391 6ZM2.88 4.317a.438.438 0 0 1 .607-.123l.197.132c.19.125.436.125.624-.001l.194-.13a.438.438 0 0 1 .486.728l-.193.129a1.438 1.438 0 0 1-1.595.002l-.197-.13a.438.438 0 0 1-.123-.607Zm4.002.002a.437.437 0 0 1 .606-.122l.197.131c.19.126.436.126.624 0l.194-.13a.437.437 0 1 1 .486.727l-.193.13a1.437 1.437 0 0 1-1.595.002l-.197-.131a.437.437 0 0 1-.122-.607Zm-.993 1.803a2.579 2.579 0 0 0-1.57.505 2.206 2.206 0 0 0-.86 1.352.437.437 0 0 0 .43.518h4a.438.438 0 0 0 .43-.518 2.206 2.206 0 0 0-.859-1.352 2.579 2.579 0 0 0-1.57-.505Zm-.005.875a1.704 1.704 0 0 0-1.04.33 1.442 1.442 0 0 0-.296.295H7.23a1.442 1.442 0 0 0-.295-.295 1.704 1.704 0 0 0-1.04-.33h-.011Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconVeryDissatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const t=require("../constants-GmrCIBZc.cjs"),r=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),s={name:"DtIconVerySatisfiedFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(t.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return t.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded")}};var l=function(){var e=this,i=e._self._c;return i("svg",{staticClass:"d-icon d-icon--very-satisfied-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Very Satisfied Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[i("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm4.396 1.718A.437.437 0 0 0 9 6.063H3a.437.437 0 0 0-.431.51A3.437 3.437 0 0 0 6 9.438a3.437 3.437 0 0 0 3.431-2.865.437.437 0 0 0-.097-.355Zm-.907.72a2.562 2.562 0 0 1-2.42 1.625h-.014a2.562 2.562 0 0 1-2.42-1.626h4.853Z",fill:"currentColor"}})])},n=[],d=r.n(s,l,n,!1,null,null,null,null);const o=d.exports;module.exports=o;
|
|
2
|
+
//# sourceMappingURL=very-satisfied-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"very-satisfied-filled.cjs","sources":["../../../src/icons/very-satisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Very Satisfied Filled\" class=\"d-icon d-icon--very-satisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm4.396 1.718A.437.437 0 0 0 9 6.063H3a.437.437 0 0 0-.431.51A3.437 3.437 0 0 0 6 9.438a3.437 3.437 0 0 0 3.431-2.865.437.437 0 0 0-.097-.355Zm-.907.72a2.562 2.562 0 0 1-2.42 1.625h-.014a2.562 2.562 0 0 1-2.42-1.626h4.853Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconVerySatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"+GAQAA,EAAA,CACA,KAAA,4BAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { I as t } from "../constants-B5bI7ccM.js";
|
|
2
|
+
import { n as r } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
3
|
+
const l = {
|
|
4
|
+
name: "DtIconVerySatisfiedFilled",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (a) => Object.keys(t).includes(a)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return t[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
created() {
|
|
37
|
+
this.$emit("loaded");
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
var s = function() {
|
|
41
|
+
var e = this, i = e._self._c;
|
|
42
|
+
return i("svg", { staticClass: "d-icon d-icon--very-satisfied-filled", class: e.iconSizeClass, attrs: { "aria-label": e.ariaLabel, "aria-hidden": e.ariaHidden, role: "img", "data-name": "Very Satisfied Filled", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [i("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm4.396 1.718A.437.437 0 0 0 9 6.063H3a.437.437 0 0 0-.431.51A3.437 3.437 0 0 0 6 9.438a3.437 3.437 0 0 0 3.431-2.865.437.437 0 0 0-.097-.355Zm-.907.72a2.562 2.562 0 0 1-2.42 1.625h-.014a2.562 2.562 0 0 1-2.42-1.626h4.853Z", fill: "currentColor" } })]);
|
|
43
|
+
}, n = [], d = /* @__PURE__ */ r(
|
|
44
|
+
l,
|
|
45
|
+
s,
|
|
46
|
+
n,
|
|
47
|
+
!1,
|
|
48
|
+
null,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null
|
|
52
|
+
);
|
|
53
|
+
const _ = d.exports;
|
|
54
|
+
export {
|
|
55
|
+
_ as default
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=very-satisfied-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"very-satisfied-filled.js","sources":["../../../src/icons/very-satisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Very Satisfied Filled\" class=\"d-icon d-icon--very-satisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm4.396 1.718A.437.437 0 0 0 9 6.063H3a.437.437 0 0 0-.431.51A3.437 3.437 0 0 0 6 9.438a3.437 3.437 0 0 0 3.431-2.865.437.437 0 0 0-.097-.355Zm-.907.72a2.562 2.562 0 0 1-2.42 1.625h-.014a2.562 2.562 0 0 1-2.42-1.626h4.853Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconVerySatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;;;;;;"}
|