labsense-ui-kit 1.2.52 → 1.2.53
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/index.modern.js
CHANGED
|
@@ -1676,7 +1676,7 @@ var FullScreen = function FullScreen(_ref) {
|
|
|
1676
1676
|
}));
|
|
1677
1677
|
};
|
|
1678
1678
|
|
|
1679
|
-
var
|
|
1679
|
+
var FullVolume_2 = function FullVolume_2(_ref) {
|
|
1680
1680
|
var size = _ref.size,
|
|
1681
1681
|
color = _ref.color,
|
|
1682
1682
|
weight = _ref.weight;
|
|
@@ -1693,6 +1693,26 @@ var FullVolume = function FullVolume(_ref) {
|
|
|
1693
1693
|
}));
|
|
1694
1694
|
};
|
|
1695
1695
|
|
|
1696
|
+
var FullVolume = function FullVolume(_ref) {
|
|
1697
|
+
var size = _ref.size,
|
|
1698
|
+
color = _ref.color,
|
|
1699
|
+
weight = _ref.weight;
|
|
1700
|
+
return React.createElement("svg", {
|
|
1701
|
+
width: size,
|
|
1702
|
+
height: size,
|
|
1703
|
+
strokeWidth: weight,
|
|
1704
|
+
viewBox: '0 0 16 16',
|
|
1705
|
+
fill: 'none',
|
|
1706
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
1707
|
+
}, React.createElement("path", {
|
|
1708
|
+
d: 'M8.5 16.1035V-0.103516L3.6465 4.74998H0.5V11.25H3.6465L8.5 16.1035ZM1 5.24998H3.8535L8 1.10348V14.8965L3.8535 10.75H1V5.24998ZM10.25 10.25V10.75C11.7662 10.75 13 9.51623 13 7.99998C13 6.48373 11.7662 5.24998 10.25 5.24998V5.74998C11.4905 5.74998 12.5 6.75948 12.5 7.99998C12.5 9.24048 11.4905 10.25 10.25 10.25Z',
|
|
1709
|
+
fill: color
|
|
1710
|
+
}), React.createElement("path", {
|
|
1711
|
+
d: 'M10.25 13.25C13.145 13.25 15.5 10.895 15.5 8C15.5 5.105 13.145 2.75 10.25 2.75V3.25C12.8693 3.25 15 5.38075 15 8C15 10.6193 12.8693 12.75 10.25 12.75V13.25Z',
|
|
1712
|
+
fill: color
|
|
1713
|
+
}));
|
|
1714
|
+
};
|
|
1715
|
+
|
|
1696
1716
|
var Globe = function Globe(_ref) {
|
|
1697
1717
|
var size = _ref.size;
|
|
1698
1718
|
return React.createElement("svg", {
|
|
@@ -6025,6 +6045,7 @@ var IconSVGs = {
|
|
|
6025
6045
|
FPS: FPS,
|
|
6026
6046
|
Free: Free,
|
|
6027
6047
|
FullScreen: FullScreen,
|
|
6048
|
+
FullVolume_2: FullVolume_2,
|
|
6028
6049
|
FullVolume: FullVolume,
|
|
6029
6050
|
Globe: Globe,
|
|
6030
6051
|
GlobeIcon: GlobeIcon,
|