@tenancy.nz/icons 1.9.1 → 1.9.3

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.
@@ -0,0 +1,16 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var _rollupPluginBabelHelpers = require('../_virtual/_rollupPluginBabelHelpers.cjs');
6
+ var React = require('react');
7
+ var SVGIcon = require('./SVGIcon.cjs');
8
+
9
+ var paths = ["M22.898 9.04539H22.5306L20.3265 2.29162H21.0612C21.6735 2.05041 22.0408 1.44739 21.9184 0.84438C21.7959 0.241365 21.1837 -0.120444 20.5714 0.000158528L2.69388 3.73885C2.08163 3.73885 1.71429 4.46247 1.83673 5.06549C1.83673 5.5479 2.44898 5.90971 2.93878 5.90971C3.42857 5.90971 3.06122 5.90971 3.18367 5.90971H3.55102L1.46939 12.1811H1.10204C0.489796 12.1811 0 12.6635 0 13.2665V13.5077C0 16.161 2.20408 18.3318 5.02041 18.3318C7.83673 18.3318 10.0408 16.161 10.0408 13.3871V13.1459C10.0408 12.5429 9.55102 12.0605 8.93878 12.0605H8.57143L6.36735 5.18609L11.1429 4.22126V18.0906H8.57143C7.83673 18.0906 7.22449 18.573 6.97959 19.2966L6.36735 21.3469C6.12245 21.9499 6.36735 22.7941 6.61225 23.2765C6.85714 23.759 7.34694 23.8796 7.83673 23.8796H16.4082C16.898 23.8796 17.3878 23.6383 17.6327 23.2765C18 22.7941 18.1224 21.9499 17.8776 21.3469L17.2653 19.2966C17.0204 18.573 16.4082 18.0906 15.6735 18.0906H13.102V3.85946L17.5102 2.89463L15.551 9.04539H15.1837C14.5714 9.04539 14.0816 9.5278 14.0816 10.1308V10.372C14.0816 13.0253 16.2857 15.3167 19.102 15.3167C21.9184 15.3167 24 13.1459 24 10.372V10.1308C24 9.5278 23.5102 9.04539 22.898 9.04539ZM5.02041 16.161C3.79592 16.161 2.81633 15.4373 2.44898 14.3519H7.59184C7.22449 15.4373 6.2449 16.161 5.02041 16.161ZM6.2449 12.1811H3.79592L5.02041 8.32177L6.2449 12.1811ZM15.3061 20.2615L15.9184 21.9499H8.20408L8.81633 20.2615H15.3061ZM19.102 5.18609L20.3265 9.04539H17.8776L19.102 5.18609ZM19.102 13.0253C17.8776 13.0253 16.898 12.3017 16.5306 11.2162H21.6735C21.3061 12.3017 20.3265 13.0253 19.102 13.0253Z"];
10
+ function ScaleUnbalanced(props) {
11
+ return /* @__PURE__ */React.createElement(SVGIcon.default, _rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, props), {}, {
12
+ paths: paths
13
+ }));
14
+ }
15
+
16
+ exports.default = ScaleUnbalanced;
@@ -253,6 +253,7 @@ var Rewind = require('./components/Rewind.cjs');
253
253
  var RewindOutlined = require('./components/RewindOutlined.cjs');
254
254
  var Save = require('./components/Save.cjs');
255
255
  var SaveOutlined = require('./components/SaveOutlined.cjs');
256
+ var ScaleUnbalanced = require('./components/ScaleUnbalanced.cjs');
256
257
  var SearchCheck = require('./components/SearchCheck.cjs');
257
258
  var SearchCheckOutlined = require('./components/SearchCheckOutlined.cjs');
258
259
  var SearchOutlined = require('./components/SearchOutlined.cjs');
@@ -558,6 +559,7 @@ exports.Rewind = Rewind.default;
558
559
  exports.RewindOutlined = RewindOutlined.default;
559
560
  exports.Save = Save.default;
560
561
  exports.SaveOutlined = SaveOutlined.default;
562
+ exports.ScaleUnbalanced = ScaleUnbalanced.default;
561
563
  exports.SearchCheck = SearchCheck.default;
562
564
  exports.SearchCheckOutlined = SearchCheckOutlined.default;
563
565
  exports.SearchOutlined = SearchOutlined.default;
@@ -0,0 +1,12 @@
1
+ import { objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
2
+ import React from 'react';
3
+ import SVGIcon from './SVGIcon.js';
4
+
5
+ var paths = ["M22.898 9.04539H22.5306L20.3265 2.29162H21.0612C21.6735 2.05041 22.0408 1.44739 21.9184 0.84438C21.7959 0.241365 21.1837 -0.120444 20.5714 0.000158528L2.69388 3.73885C2.08163 3.73885 1.71429 4.46247 1.83673 5.06549C1.83673 5.5479 2.44898 5.90971 2.93878 5.90971C3.42857 5.90971 3.06122 5.90971 3.18367 5.90971H3.55102L1.46939 12.1811H1.10204C0.489796 12.1811 0 12.6635 0 13.2665V13.5077C0 16.161 2.20408 18.3318 5.02041 18.3318C7.83673 18.3318 10.0408 16.161 10.0408 13.3871V13.1459C10.0408 12.5429 9.55102 12.0605 8.93878 12.0605H8.57143L6.36735 5.18609L11.1429 4.22126V18.0906H8.57143C7.83673 18.0906 7.22449 18.573 6.97959 19.2966L6.36735 21.3469C6.12245 21.9499 6.36735 22.7941 6.61225 23.2765C6.85714 23.759 7.34694 23.8796 7.83673 23.8796H16.4082C16.898 23.8796 17.3878 23.6383 17.6327 23.2765C18 22.7941 18.1224 21.9499 17.8776 21.3469L17.2653 19.2966C17.0204 18.573 16.4082 18.0906 15.6735 18.0906H13.102V3.85946L17.5102 2.89463L15.551 9.04539H15.1837C14.5714 9.04539 14.0816 9.5278 14.0816 10.1308V10.372C14.0816 13.0253 16.2857 15.3167 19.102 15.3167C21.9184 15.3167 24 13.1459 24 10.372V10.1308C24 9.5278 23.5102 9.04539 22.898 9.04539ZM5.02041 16.161C3.79592 16.161 2.81633 15.4373 2.44898 14.3519H7.59184C7.22449 15.4373 6.2449 16.161 5.02041 16.161ZM6.2449 12.1811H3.79592L5.02041 8.32177L6.2449 12.1811ZM15.3061 20.2615L15.9184 21.9499H8.20408L8.81633 20.2615H15.3061ZM19.102 5.18609L20.3265 9.04539H17.8776L19.102 5.18609ZM19.102 13.0253C17.8776 13.0253 16.898 12.3017 16.5306 11.2162H21.6735C21.3061 12.3017 20.3265 13.0253 19.102 13.0253Z"];
6
+ function ScaleUnbalanced(props) {
7
+ return /* @__PURE__ */React.createElement(SVGIcon, _objectSpread2(_objectSpread2({}, props), {}, {
8
+ paths: paths
9
+ }));
10
+ }
11
+
12
+ export { ScaleUnbalanced as default };
package/dist/esm/index.js CHANGED
@@ -251,6 +251,7 @@ export { default as Rewind } from './components/Rewind.js';
251
251
  export { default as RewindOutlined } from './components/RewindOutlined.js';
252
252
  export { default as Save } from './components/Save.js';
253
253
  export { default as SaveOutlined } from './components/SaveOutlined.js';
254
+ export { default as ScaleUnbalanced } from './components/ScaleUnbalanced.js';
254
255
  export { default as SearchCheck } from './components/SearchCheck.js';
255
256
  export { default as SearchCheckOutlined } from './components/SearchCheckOutlined.js';
256
257
  export { default as SearchOutlined } from './components/SearchOutlined.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tenancy.nz/icons",
3
3
  "description": "Icon library for TPS UI.",
4
- "version": "1.9.1",
4
+ "version": "1.9.3",
5
5
  "author": "TPS <https://www.tenancy.co.nz>",
6
6
  "type": "module",
7
7
  "sideEffects": false,