@alfalab/icons 3.337.0 → 3.338.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 AllServicesCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default AllServicesCompactMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M7.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm0 9a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm5.5 3.5a3.5 3.5 0 117 0 3.5 3.5 0 01-7 0zM17.5 4v2.5H20v2h-2.5V11h-2V8.5H13v-2h2.5V4h2z"}))};exports.AllServicesCompactMIcon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.27.0",
3
+ "version": "1.28.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.337.0",
3
+ "version": "3.338.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": "^26.10.0",
55
+ "ui-primitives": "^26.11.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {