@alfalab/icons 3.289.0 → 3.290.0

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,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SlidersMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SlidersMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M17.8 8.25a4.002 4.002 0 01-7.6 0H4v-2.5h6.2a4.002 4.002 0 017.6 0H20v2.5h-2.2zM15.5 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM4 18.25h2.2a4.002 4.002 0 007.6 0H20v-2.5h-6.2a4.002 4.002 0 00-7.6 0H4v2.5zm6-2.75a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.SlidersMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SlidersSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SlidersSIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M9 3a1 1 0 100 2 1 1 0 000-2zM2 3h4.17a3.001 3.001 0 015.66 0H14v2h-2.17a3.001 3.001 0 01-5.66 0H2V3zm7.83 8H14v2H9.83a3.001 3.001 0 01-5.66 0H2v-2h2.17a3.001 3.001 0 015.66 0zM8 12a1 1 0 10-2 0 1 1 0 002 0z"}))};exports.SlidersSIcon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.23.0",
3
+ "version": "1.24.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.289.0",
3
+ "version": "3.290.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -52,7 +52,7 @@
52
52
  "ts-node": "^8.6.2",
53
53
  "tslib": "^2.0.0",
54
54
  "typescript": "^3.8.3",
55
- "ui-primitives": "^20.34.0",
55
+ "ui-primitives": "^20.37.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {