@manychat/icons 4.36.0 → 4.36.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/index.d.ts +1 -1
- package/dist/index.es.js +11 -11
- package/dist/index.js +11 -11
- package/package.json +1 -1
- package/umd/mcicons.js +16 -16
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -11357,14 +11357,14 @@ const Renew = _ref => {
|
|
|
11357
11357
|
const _excluded$1 = ["color", "size"];
|
|
11358
11358
|
|
|
11359
11359
|
/**
|
|
11360
|
-
* @typedef {Object}
|
|
11360
|
+
* @typedef {Object} LabelProps
|
|
11361
11361
|
* @property {string} [color='currentColor']
|
|
11362
11362
|
* @property {string|number} [size='24']
|
|
11363
11363
|
*
|
|
11364
|
-
* @param {
|
|
11364
|
+
* @param {LabelProps} props
|
|
11365
11365
|
* @returns {JSX.Element}
|
|
11366
11366
|
*/
|
|
11367
|
-
const
|
|
11367
|
+
const Label = _ref => {
|
|
11368
11368
|
let {
|
|
11369
11369
|
color = 'currentColor',
|
|
11370
11370
|
size = '24'
|
|
@@ -11378,22 +11378,22 @@ const Manychat = _ref => {
|
|
|
11378
11378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11379
11379
|
preserveAspectRatio: "xMidYMid meet"
|
|
11380
11380
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11381
|
-
d: "
|
|
11382
|
-
fill:
|
|
11381
|
+
d: "M15.2756 5.5L22.5 11.8768L21.9819 12.3685L15.7013 18.3155L15.5058 18.5H2.5V5.5H15.2756ZM3.84524 17.1807H14.9624L20.5273 11.9108L14.7585 6.81927H3.84524V17.1807Z",
|
|
11382
|
+
fill: color
|
|
11383
11383
|
}));
|
|
11384
11384
|
};
|
|
11385
11385
|
|
|
11386
11386
|
const _excluded = ["color", "size"];
|
|
11387
11387
|
|
|
11388
11388
|
/**
|
|
11389
|
-
* @typedef {Object}
|
|
11389
|
+
* @typedef {Object} ManychatProps
|
|
11390
11390
|
* @property {string} [color='currentColor']
|
|
11391
11391
|
* @property {string|number} [size='24']
|
|
11392
11392
|
*
|
|
11393
|
-
* @param {
|
|
11393
|
+
* @param {ManychatProps} props
|
|
11394
11394
|
* @returns {JSX.Element}
|
|
11395
11395
|
*/
|
|
11396
|
-
const
|
|
11396
|
+
const Manychat = _ref => {
|
|
11397
11397
|
let {
|
|
11398
11398
|
color = 'currentColor',
|
|
11399
11399
|
size = '24'
|
|
@@ -11402,13 +11402,13 @@ const Label = _ref => {
|
|
|
11402
11402
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11403
11403
|
width: size,
|
|
11404
11404
|
height: size,
|
|
11405
|
-
viewBox: "0 0
|
|
11405
|
+
viewBox: "0 0 24 24",
|
|
11406
11406
|
fill: "none",
|
|
11407
11407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11408
11408
|
preserveAspectRatio: "xMidYMid meet"
|
|
11409
11409
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11410
|
-
d: "
|
|
11411
|
-
fill:
|
|
11410
|
+
d: "M18.9571 5.0037H18.8204C14.7785 5.0037 12.8139 11.0509 12.8139 11.0509V6.41073H2.1875V19.1643H6.43438V10.6613H8.7V19.1643H13.257C13.257 19.1643 15.5984 9.07149 17.7902 9.82669C19.2673 10.3806 15.1017 19.1551 15.1017 19.1551H21.1193C21.1193 19.1551 21.9539 13.4402 21.9668 11.4626C22.1515 8.10391 21.6216 5 18.9534 5",
|
|
11411
|
+
fill: "black"
|
|
11412
11412
|
}));
|
|
11413
11413
|
};
|
|
11414
11414
|
|
package/dist/index.js
CHANGED
|
@@ -11359,14 +11359,14 @@ const Renew = _ref => {
|
|
|
11359
11359
|
const _excluded$1 = ["color", "size"];
|
|
11360
11360
|
|
|
11361
11361
|
/**
|
|
11362
|
-
* @typedef {Object}
|
|
11362
|
+
* @typedef {Object} LabelProps
|
|
11363
11363
|
* @property {string} [color='currentColor']
|
|
11364
11364
|
* @property {string|number} [size='24']
|
|
11365
11365
|
*
|
|
11366
|
-
* @param {
|
|
11366
|
+
* @param {LabelProps} props
|
|
11367
11367
|
* @returns {JSX.Element}
|
|
11368
11368
|
*/
|
|
11369
|
-
const
|
|
11369
|
+
const Label = _ref => {
|
|
11370
11370
|
let {
|
|
11371
11371
|
color = 'currentColor',
|
|
11372
11372
|
size = '24'
|
|
@@ -11380,22 +11380,22 @@ const Manychat = _ref => {
|
|
|
11380
11380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11381
11381
|
preserveAspectRatio: "xMidYMid meet"
|
|
11382
11382
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11383
|
-
d: "
|
|
11384
|
-
fill:
|
|
11383
|
+
d: "M15.2756 5.5L22.5 11.8768L21.9819 12.3685L15.7013 18.3155L15.5058 18.5H2.5V5.5H15.2756ZM3.84524 17.1807H14.9624L20.5273 11.9108L14.7585 6.81927H3.84524V17.1807Z",
|
|
11384
|
+
fill: color
|
|
11385
11385
|
}));
|
|
11386
11386
|
};
|
|
11387
11387
|
|
|
11388
11388
|
const _excluded = ["color", "size"];
|
|
11389
11389
|
|
|
11390
11390
|
/**
|
|
11391
|
-
* @typedef {Object}
|
|
11391
|
+
* @typedef {Object} ManychatProps
|
|
11392
11392
|
* @property {string} [color='currentColor']
|
|
11393
11393
|
* @property {string|number} [size='24']
|
|
11394
11394
|
*
|
|
11395
|
-
* @param {
|
|
11395
|
+
* @param {ManychatProps} props
|
|
11396
11396
|
* @returns {JSX.Element}
|
|
11397
11397
|
*/
|
|
11398
|
-
const
|
|
11398
|
+
const Manychat = _ref => {
|
|
11399
11399
|
let {
|
|
11400
11400
|
color = 'currentColor',
|
|
11401
11401
|
size = '24'
|
|
@@ -11404,13 +11404,13 @@ const Label = _ref => {
|
|
|
11404
11404
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11405
11405
|
width: size,
|
|
11406
11406
|
height: size,
|
|
11407
|
-
viewBox: "0 0
|
|
11407
|
+
viewBox: "0 0 24 24",
|
|
11408
11408
|
fill: "none",
|
|
11409
11409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11410
11410
|
preserveAspectRatio: "xMidYMid meet"
|
|
11411
11411
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11412
|
-
d: "
|
|
11413
|
-
fill:
|
|
11412
|
+
d: "M18.9571 5.0037H18.8204C14.7785 5.0037 12.8139 11.0509 12.8139 11.0509V6.41073H2.1875V19.1643H6.43438V10.6613H8.7V19.1643H13.257C13.257 19.1643 15.5984 9.07149 17.7902 9.82669C19.2673 10.3806 15.1017 19.1551 15.1017 19.1551H21.1193C21.1193 19.1551 21.9539 13.4402 21.9668 11.4626C22.1515 8.10391 21.6216 5 18.9534 5",
|
|
11413
|
+
fill: "black"
|
|
11414
11414
|
}));
|
|
11415
11415
|
};
|
|
11416
11416
|
|
package/package.json
CHANGED
package/umd/mcicons.js
CHANGED
|
@@ -11322,16 +11322,17 @@
|
|
|
11322
11322
|
var _excluded$1 = ["color", "size"];
|
|
11323
11323
|
|
|
11324
11324
|
/**
|
|
11325
|
-
* @typedef {Object}
|
|
11325
|
+
* @typedef {Object} LabelProps
|
|
11326
11326
|
* @property {string} [color='currentColor']
|
|
11327
11327
|
* @property {string|number} [size='24']
|
|
11328
11328
|
*
|
|
11329
|
-
* @param {
|
|
11329
|
+
* @param {LabelProps} props
|
|
11330
11330
|
* @returns {JSX.Element}
|
|
11331
11331
|
*/
|
|
11332
|
-
var
|
|
11333
|
-
_ref.color
|
|
11334
|
-
|
|
11332
|
+
var Label = function Label(_ref) {
|
|
11333
|
+
var _ref$color = _ref.color,
|
|
11334
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11335
|
+
_ref$size = _ref.size,
|
|
11335
11336
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11336
11337
|
otherProps = _objectWithoutProperties(_ref, _excluded$1);
|
|
11337
11338
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -11342,37 +11343,36 @@
|
|
|
11342
11343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11343
11344
|
preserveAspectRatio: "xMidYMid meet"
|
|
11344
11345
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11345
|
-
d: "
|
|
11346
|
-
fill:
|
|
11346
|
+
d: "M15.2756 5.5L22.5 11.8768L21.9819 12.3685L15.7013 18.3155L15.5058 18.5H2.5V5.5H15.2756ZM3.84524 17.1807H14.9624L20.5273 11.9108L14.7585 6.81927H3.84524V17.1807Z",
|
|
11347
|
+
fill: color
|
|
11347
11348
|
}));
|
|
11348
11349
|
};
|
|
11349
11350
|
|
|
11350
11351
|
var _excluded = ["color", "size"];
|
|
11351
11352
|
|
|
11352
11353
|
/**
|
|
11353
|
-
* @typedef {Object}
|
|
11354
|
+
* @typedef {Object} ManychatProps
|
|
11354
11355
|
* @property {string} [color='currentColor']
|
|
11355
11356
|
* @property {string|number} [size='24']
|
|
11356
11357
|
*
|
|
11357
|
-
* @param {
|
|
11358
|
+
* @param {ManychatProps} props
|
|
11358
11359
|
* @returns {JSX.Element}
|
|
11359
11360
|
*/
|
|
11360
|
-
var
|
|
11361
|
-
|
|
11362
|
-
|
|
11363
|
-
_ref$size = _ref.size,
|
|
11361
|
+
var Manychat = function Manychat(_ref) {
|
|
11362
|
+
_ref.color;
|
|
11363
|
+
var _ref$size = _ref.size,
|
|
11364
11364
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11365
11365
|
otherProps = _objectWithoutProperties(_ref, _excluded);
|
|
11366
11366
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11367
11367
|
width: size,
|
|
11368
11368
|
height: size,
|
|
11369
|
-
viewBox: "0 0
|
|
11369
|
+
viewBox: "0 0 24 24",
|
|
11370
11370
|
fill: "none",
|
|
11371
11371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11372
11372
|
preserveAspectRatio: "xMidYMid meet"
|
|
11373
11373
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11374
|
-
d: "
|
|
11375
|
-
fill:
|
|
11374
|
+
d: "M18.9571 5.0037H18.8204C14.7785 5.0037 12.8139 11.0509 12.8139 11.0509V6.41073H2.1875V19.1643H6.43438V10.6613H8.7V19.1643H13.257C13.257 19.1643 15.5984 9.07149 17.7902 9.82669C19.2673 10.3806 15.1017 19.1551 15.1017 19.1551H21.1193C21.1193 19.1551 21.9539 13.4402 21.9668 11.4626C22.1515 8.10391 21.6216 5 18.9534 5",
|
|
11375
|
+
fill: "black"
|
|
11376
11376
|
}));
|
|
11377
11377
|
};
|
|
11378
11378
|
|