@alfalab/icons 3.41.0 → 3.42.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 MailArrowRightMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MailArrowRightMIcon;
@@ -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:"M1.5 6a2 2 0 012-2h16a2 2 0 012 2l-10 4.5L1.5 6z"}),r.createElement("path",{d:"M11.5 12.5l10-4.5v6.454l-1.55-1.285c-1.556-1.29-3.908-.198-3.936 1.814h-.447A7.603 7.603 0 009.5 18h-6a2 2 0 01-2-2V8l10 4.5z"}),r.createElement("path",{d:"M18.66 14.709a.404.404 0 00-.66.31v1.964h-2.404c-3.127 0-5.596 2.56-5.596 5.517h.403c1.677-1.601 4.303-1.55 6.56-1.506.346.007.692.02 1.037.02v1.967c0 .341.396.528.66.312l4.805-3.956a.385.385 0 000-.645L18.66 14.71z"}))};exports.MailArrowRightMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const WorldDocumentMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WorldDocumentMIcon;
@@ -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,a=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:"M11 22c.338 0 .671-.017 1-.05V11.437a.999.999 0 00-.375-.072H9.182a.682.682 0 01-.682-.682.682.682 0 00-.682-.682H3.252c.18-.7.453-1.365.805-1.977L4.07 8h1.127a1 1 0 00.475-.12l1.869-1.008a1 1 0 00.107-1.694l-.368-.262a7.965 7.965 0 014.174-.903l-.604.938a1 1 0 00.03 1.129l1.82 2.507a1 1 0 00.81.413H15a1 1 0 011 1h3c.728 0 1.395.26 1.915.69C20.274 5.788 16.08 2 11 2 5.477 2 1 6.477 1 12s4.477 10 10 10z"}),l.createElement("path",{d:"M14 12v11h9v-7a1 1 0 00-1-1h-2v-2a1 1 0 00-1-1h-5zm2 6.5h5V20h-5v-1.5z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WorldDocumentMIcon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.41.0",
3
+ "version": "3.42.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": "^5.10.0",
54
+ "ui-primitives": "^5.11.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {