@alfalab/icons 3.185.0 → 3.186.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.185.0",
3
+ "version": "3.186.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -51,7 +51,7 @@
51
51
  "ts-node": "^8.6.2",
52
52
  "tslib": "^2.0.0",
53
53
  "typescript": "^3.8.3",
54
- "ui-primitives": "^13.9.0",
54
+ "ui-primitives": "^13.10.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LinesTwoHexagonMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LinesTwoHexagonMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M22 6.5l-10-6-10 6v11l10 6 10-6v-11zM7 11V9h10v2H7zm0 2h8v2H7v-2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.LinesTwoHexagonMIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-rocky",
3
- "version": "1.15.0",
3
+ "version": "1.16.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",