@alfalab/icons 3.353.0 → 3.354.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 DocumentUserMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentUserMIcon;
@@ -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:"M13 23v-1.333c-.034-.507-.263-.9-.595-1.285-.755-.878-2.477-2.049-5.405-2.049-2.672 0-4.453 1.102-5.297 1.987-.402.42-.664.767-.703 1.347V23h12zM7 10c2 0 2.667 1.682 2.667 3.333 0 1.651-1.182 3-2.667 3-1.485 0-2.667-1.318-2.667-3C4.333 11.652 5 10 7 10z"}),r.createElement("path",{d:"M12.185 2a3 3 0 012.985 3.299l-.146 1.458a.2.2 0 00.22.219L16.7 6.83A3 3 0 0120 9.815V21a1 1 0 01-1 1h-4v-.504l-.005-.071c-.067-.99-.482-1.731-.906-2.276l-.182-.222c-.698-.814-1.81-1.649-3.348-2.183a5.381 5.381 0 001.181-3.35c0-1.04-.2-2.322-.923-3.413C10.014 8.77 8.693 8 7 8c-1.2 0-2.22.385-3 1.049V3a1 1 0 011-1h7.185z"}))};exports.DocumentUserMIcon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.29.0",
3
+ "version": "1.30.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.353.0",
3
+ "version": "3.354.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": "^27.8.0",
55
+ "ui-primitives": "^27.9.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {