@tant/icons 1.3.9 → 1.3.10

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.
File without changes
package/dist/es/index.js CHANGED
@@ -283,7 +283,7 @@ export { default as TaUpload } from './icons/upload';
283
283
  export { default as TaClick } from './icons/click';
284
284
  export { default as TaInstall } from './icons/install';
285
285
  export { default as TaExpand } from './icons/expand';
286
- export { default as TaPinch } from './icons/pinch ';
286
+ export { default as TaPinch } from './icons/pinch';
287
287
  export { default as TaNewIndicator } from './icons/new-indicator';
288
288
  export { default as TaBoxOpen } from './icons/box-open';
289
289
  export { default as TaInterval } from './icons/interval';
File without changes
package/dist/lib/index.js CHANGED
@@ -2400,7 +2400,7 @@ var _upload = _interopRequireDefault(require("./icons/upload"));
2400
2400
  var _click = _interopRequireDefault(require("./icons/click"));
2401
2401
  var _install = _interopRequireDefault(require("./icons/install"));
2402
2402
  var _expand = _interopRequireDefault(require("./icons/expand"));
2403
- var _pinch = _interopRequireDefault(require("./icons/pinch "));
2403
+ var _pinch = _interopRequireDefault(require("./icons/pinch"));
2404
2404
  var _newIndicator = _interopRequireDefault(require("./icons/new-indicator"));
2405
2405
  var _boxOpen = _interopRequireDefault(require("./icons/box-open"));
2406
2406
  var _interval = _interopRequireDefault(require("./icons/interval"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tant/icons",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "Icon automation workflow with Figma",
5
5
  "main": "dist/lib/index.js",
6
6
  "module": "dist/es/index.js",