allaw-ui 1.0.32 → 1.0.34
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.
|
@@ -62,11 +62,14 @@ function BillingCount(_a) {
|
|
|
62
62
|
};
|
|
63
63
|
return React.createElement("button", { onClick: handleButtonClick, className: "billing-button-wrapper" },
|
|
64
64
|
React.createElement("i", { className: "allaw-icon-clock" }),
|
|
65
|
-
formatTime(time)
|
|
65
|
+
formatTime(time),
|
|
66
|
+
React.createElement("svg", { width: "12px", height: "12px", viewBox: "-0.5 0 7 7", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
|
|
67
|
+
React.createElement("g", { id: "Page-1", stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
|
|
68
|
+
React.createElement("g", { id: "Dribbble-Light-Preview", transform: "translate(-347.000000, -3766.000000)", fill: "#25BEEB" },
|
|
69
|
+
React.createElement("g", { id: "icons", transform: "translate(56.000000, 160.000000)" },
|
|
70
|
+
React.createElement("path", { d: "M296.494737,3608.57322 L292.500752,3606.14219 C291.83208,3605.73542 291,3606.25002 291,3607.06891 L291,3611.93095 C291,3612.7509 291.83208,3613.26444 292.500752,3612.85767 L296.494737,3610.42771 C297.168421,3610.01774 297.168421,3608.98319 296.494737,3608.57322", id: "play-[#1003]" }))))));
|
|
66
71
|
}
|
|
67
72
|
export default BillingCount;
|
|
68
73
|
/*
|
|
69
|
-
|
|
70
|
-
<path fill="#25BEEB" d="M12 39c-.549 0-1.095-.15-1.578-.447A3.008 3.008 0 0 1 9 36V12c0-1.041.54-2.007 1.422-2.553a3.014 3.014 0 0 1 2.919-.132l24 12a3.003 3.003 0 0 1 0 5.37l-24 12c-.42.21-.885.315-1.341.315z"/>
|
|
71
|
-
</svg>
|
|
74
|
+
|
|
72
75
|
*/
|