demio-ui 2.5.88 → 2.5.89

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/types.d.ts CHANGED
@@ -2159,9 +2159,8 @@ function _extends$9() { return _extends$9 = Object.assign ? Object.assign.bind()
2159
2159
  var SvgVideocam = function SvgVideocam(props) {
2160
2160
  return /*#__PURE__*/React.createElement("svg", _extends$9({
2161
2161
  xmlns: "http://www.w3.org/2000/svg",
2162
- width: 24,
2163
- height: 24,
2164
- fill: "none"
2162
+ fill: "none",
2163
+ viewBox: "0 0 24 24"
2165
2164
  }, props), /*#__PURE__*/React.createElement("mask", {
2166
2165
  id: "videocam_svg__a",
2167
2166
  width: 24,
@@ -2188,9 +2187,8 @@ function _extends$8() { return _extends$8 = Object.assign ? Object.assign.bind()
2188
2187
  var SvgVideocamOff = function SvgVideocamOff(props) {
2189
2188
  return /*#__PURE__*/React.createElement("svg", _extends$8({
2190
2189
  xmlns: "http://www.w3.org/2000/svg",
2191
- width: 24,
2192
- height: 24,
2193
- fill: "none"
2190
+ fill: "none",
2191
+ viewBox: "0 0 24 24"
2194
2192
  }, props), /*#__PURE__*/React.createElement("mask", {
2195
2193
  id: "videocam_off_svg__a",
2196
2194
  width: 24,
@@ -2217,9 +2215,8 @@ function _extends$7() { return _extends$7 = Object.assign ? Object.assign.bind()
2217
2215
  var SvgVideocamOff1 = function SvgVideocamOff1(props) {
2218
2216
  return /*#__PURE__*/React.createElement("svg", _extends$7({
2219
2217
  xmlns: "http://www.w3.org/2000/svg",
2220
- width: 24,
2221
- height: 24,
2222
- fill: "none"
2218
+ fill: "none",
2219
+ viewBox: "0 0 24 24"
2223
2220
  }, props), /*#__PURE__*/React.createElement("mask", {
2224
2221
  id: "videocam_off-1_svg__a",
2225
2222
  width: 24,
@@ -2246,9 +2243,8 @@ function _extends$6() { return _extends$6 = Object.assign ? Object.assign.bind()
2246
2243
  var SvgVideocam1 = function SvgVideocam1(props) {
2247
2244
  return /*#__PURE__*/React.createElement("svg", _extends$6({
2248
2245
  xmlns: "http://www.w3.org/2000/svg",
2249
- width: 24,
2250
- height: 24,
2251
- fill: "none"
2246
+ fill: "none",
2247
+ viewBox: "0 0 24 24"
2252
2248
  }, props), /*#__PURE__*/React.createElement("mask", {
2253
2249
  id: "videocam-1_svg__a",
2254
2250
  width: 24,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.5.88",
3
+ "version": "2.5.89",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",