@alfalab/icons 3.167.0 → 3.169.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.
@@ -1 +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,l=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:"M8.28 1.781L10.048.014 15.534 5.5l-5.486 5.486L8.28 9.218 10.498 7H9a4.5 4.5 0 00-4.5 4.5V15h-3v-3.5A7.5 7.5 0 019 4h1.499L8.28 1.781zM22.5 12.5A7.5 7.5 0 0115 20h-1.502l2.218 2.218-1.768 1.767L8.463 18.5l5.485-5.486 1.768 1.768L13.498 17H15a4.5 4.5 0 004.5-4.5V9h3v3.5z"}))};exports.ArrowsRightLeftCurvedMediumMIcon=l,exports.default=l;
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,l=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:"M10.402 2.617L12.074 1l5.212 5.034-5.187 5.005-1.665-1.636 2.078-1.995h-3.37c-2.366 0-4.285 1.85-4.285 4.13v3.213H2V11.54c0-3.802 3.198-6.884 7.143-6.884h3.373l-2.114-2.038zM22 12.456c0 3.802-3.198 6.884-7.143 6.884h-3.31l2.113 2.027L11.972 23l-5.206-5.025 5.167-5.009 1.664 1.633-2.05 1.988h3.31c2.367 0 4.286-1.85 4.286-4.13V9.243H22v3.212z"}))};exports.ArrowsRightLeftCurvedMediumMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ArrowsRightLeftOffCurvedMediumMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsRightLeftOffCurvedMediumMIcon;
@@ -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:"M10.402 2.617L12.075 1l5.212 5.034-4.01 3.87-1.648-1.647.884-.849H10.78L8.1 4.728c.34-.048.688-.073 1.043-.073h3.373l-2.114-2.038z"}),l.createElement("path",{d:"M4.266 6.51C2.872 7.764 2 9.553 2 11.538v3.212h2.857v-3.21c0-1.206.537-2.292 1.392-3.047l5.07 5.07-4.552 4.413L11.972 23l1.688-1.633-2.114-2.027h3.311c.685 0 1.347-.093 1.974-.266l2.332 2.332 1.411-1.41L3.214 2.634l-1.411 1.41L4.266 6.51zm10.078 10.077l-1.377-1.377-1.42 1.377h2.797z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M18.295 14.924l1.998 1.998A6.712 6.712 0 0022 12.456V9.244h-2.857v3.212c0 .925-.315 1.78-.848 2.468z"}))};exports.ArrowsRightLeftOffCurvedMediumMIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.122.0",
3
+ "version": "2.123.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.167.0",
3
+ "version": "3.169.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": "^11.38.0",
54
+ "ui-primitives": "^11.40.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 CupSportSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CupSportSIcon;
@@ -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,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M15.327 1H.66v2.667a4 4 0 003.556 3.975c.044.107.09.213.136.32.59 1.353 1.297 2.636 2.055 3.877A35.286 35.286 0 004.381 15h7.224a35.282 35.282 0 00-2.026-3.161c.758-1.241 1.466-2.524 2.056-3.878l.136-.319a4 4 0 003.556-3.975V1zm-2.751 1.667c.055.307.084.623.084.946a9.07 9.07 0 01-.254 2.123 2.333 2.333 0 001.254-2.07v-1h-1.084zm-10.25 1c0 .899.51 1.68 1.255 2.069a9.067 9.067 0 01-.254-2.123c0-.323.029-.64.084-.946H2.327v1z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CupSportSIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CupSportXxlIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CupSportXxlIcon;
@@ -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,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),r.createElement("path",{d:"M43.9 5H4.09v7.238c0 5.589 4.223 10.192 9.652 10.791.12.29.243.579.369.866 1.601 3.675 3.521 7.155 5.58 10.525-1.969 2.774-3.84 5.617-5.5 8.58H33.8c-1.66-2.962-3.532-5.806-5.5-8.58 2.059-3.37 3.979-6.85 5.58-10.525.125-.287.248-.576.369-.866 5.429-.6 9.652-5.202 9.652-10.79V5zm-7.467 4.524c.15.833.228 1.691.228 2.568 0 2.05-.257 3.952-.69 5.763a6.333 6.333 0 003.405-5.617V9.524h-2.943zm-27.82 2.714a6.334 6.334 0 003.405 5.617 24.61 24.61 0 01-.69-5.763c0-.877.08-1.735.228-2.568H8.614v2.714z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CupSportXxlIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FlameSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlameSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M6.251 1.635a4.131 4.131 0 01-1.103 2.811L3.907 5.722v.002a5.541 5.541 0 109.636 3.736c-.02-1.695-1.141-3.585-2.041-4.377 0 .761-.817 1.882-1.75 1.882.001-.062 0-.125 0-.188 0-2.51-1.42-4.69-3.5-5.777v.635z"}))};exports.FlameSIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FlameXxlIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlameXxlIcon;
@@ -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,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),r.createElement("path",{d:"M18.992 5.813c0 2.947-1.127 5.891-3.15 8.033l-3.549 3.644.003.006A15.775 15.775 0 008.16 28.168C8.16 36.912 15.249 44 23.993 44c8.745 0 15.834-7.084 15.834-15.829-.056-4.841-3.262-10.241-5.834-12.504 0 2.174-2.332 5.375-5 5.375.005-.177 0-.357 0-.536 0-7.172-4.056-13.398-10-16.506v1.813z"}))};exports.FlameXxlIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LockClosedSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LockClosedSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("path",{d:"M4.092 7.186H2.79V15h10.419V7.186h-1.303V4.907a3.907 3.907 0 10-7.814 0v2.279zm1.954 0h3.907V4.907a1.953 1.953 0 10-3.907 0v2.279z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.LockClosedSIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LockClosedXxlIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LockClosedXxlIcon;
@@ -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:"48",height:"48",viewBox:"0 0 48 48"},e),l.createElement("path",{d:"M12.84 21.674H9.12V44h29.767V21.674h-3.72v-6.511C35.166 8.998 30.168 4 24.003 4S12.84 8.998 12.84 15.163v6.511zm5.582 0h11.163v-6.511a5.581 5.581 0 00-11.163 0v6.511z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.LockClosedXxlIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LockOpenSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LockOpenSIcon;
@@ -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,o=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M2.91 7.364h7V4.818a1.91 1.91 0 00-3.818 0v.637h-1.91v-.637a3.818 3.818 0 017.637 0v2.546h1.273V15H2.91V7.364z"}))};exports.LockOpenSIcon=o,exports.default=o;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LockOpenXxlIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LockOpenXxlIcon;
@@ -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,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),r.createElement("path",{d:"M9.45 22.182h20v-7.273a5.455 5.455 0 10-10.91 0v1.818h-5.454V14.91C13.086 8.884 17.971 4 23.996 4c6.024 0 10.909 4.884 10.909 10.91v7.272h3.636V44H9.45V22.182z"}))};exports.LockOpenXxlIcon=l,exports.default=l;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-rocky",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",