@alfalab/icons 3.252.0 → 3.253.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 DevicesMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DevicesMIcon;
@@ -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,c=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:"M2 20v-3h2V6c0-.55.196-1.02.588-1.412A1.926 1.926 0 016 4h15v2H6v11h6v3H2zm13 0a.968.968 0 01-.713-.288A.968.968 0 0114 19V9c0-.283.096-.52.287-.713A.968.968 0 0115 8h6a.97.97 0 01.712.287c.192.192.288.43.288.713v10c0 .283-.096.52-.288.712A.968.968 0 0121 20h-6zm1-3h4v-7h-4v7z"}))};exports.DevicesMIcon=c,exports.default=c;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-android",
3
- "version": "1.11.0",
3
+ "version": "1.12.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.252.0",
3
+ "version": "3.253.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": "^17.8.0",
55
+ "ui-primitives": "^17.11.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {