@alfalab/icons 3.407.0 → 3.408.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 LlamaSignBoxMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LlamaSignBoxMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M8.963 8.79c-.586.043-1.074-.763-1.228-1.165-.154-.402-.202-1.174.525-2.716.727-1.542-.828-1.906-1.603-1.388-.774.519-1.32 1.727-1.443 3.2-.1 1.206.352 2.591.628 3.148.619.822.731 1.156.506 1.593-.14.334-.253.874-.253 1.233 0 .566.084.617.562.386.31-.129.816-.206 1.125-.129.31.077.619.412.703.771.084.36-.028.823-.225 1.028-.169.232-.647.411-1.04.386-.563 0-.76.18-1.04.95-.197.54-.366 1.465-.366 2.056v.173c-.003.711-.005 1.255.386 1.684.366.36 1.726 1.098 2.822 1.483 1.069.36 2.444.417 2.978.417.534 0 1.909-.057 2.977-.417 1.097-.385 2.478-1.123 2.844-1.483.376-.413.372-.933.366-1.605v-.252c0-.59-.17-1.516-.366-2.056-.282-.77-.478-.95-1.04-.95-.394.025-.872-.155-1.041-.386-.197-.205-.31-.668-.225-1.028.084-.36.393-.694.703-.77.31-.078.815 0 1.125.128.478.231.562.18.562-.386 0-.36-.113-.899-.253-1.233-.225-.437-.113-.771.506-1.593.276-.557.728-1.942.628-3.148-.123-1.473-.669-2.681-1.443-3.2-.775-.518-2.33-.154-1.603 1.388.727 1.542.68 2.314.525 2.716-.154.402-.642 1.208-1.228 1.164-.197.052-.788-.051-1.266-.257-.506-.18-1.321-.334-1.771-.334-.45 0-1.265.154-1.771.334-.479.206-1.069.309-1.266.257zm4.6 6.995l.67.764-.862.86c-.287.286-.533.814-.612 1.325-.053.347-.154.85-.154.85h-1.21s-.1-.503-.154-.85c-.08-.51-.325-1.04-.612-1.326l-.862-.859.67-.764.957.478c.218.086.423.142.606.146.183-.004.388-.06.605-.146l.958-.478z"}))};exports.LlamaSignBoxMIcon=l,exports.default=l;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logo",
3
- "version": "1.51.0",
3
+ "version": "1.52.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.1.1",
package/meta_logo.json CHANGED
@@ -3459,6 +3459,16 @@
3459
3459
  "cdn": "logo_litres_m_white",
3460
3460
  "url": "https://alfabank.servicecdn.ru/icons/logo_litres_m_white.svg"
3461
3461
  },
3462
+ "LlamaSignBoxMIcon": {
3463
+ "description": "[logo_llama-sign-box_m]",
3464
+ "web": "LlamaSignBoxMIcon",
3465
+ "webComponent": "import { LlamaSignBoxMIcon } from '@alfalab/icons-logo/LlamaSignBoxMIcon';",
3466
+ "android": "logo_llama_sign_box_m",
3467
+ "ios": "logo_llamaSignBox_m",
3468
+ "middle": "logo_llama-sign-box_m",
3469
+ "cdn": "logo_llama-sign-box_m",
3470
+ "url": "https://alfabank.servicecdn.ru/icons/logo_llama-sign-box_m.svg"
3471
+ },
3462
3472
  "MagnitCosmeticSignBoxMColorIcon": {
3463
3473
  "description": "[logo_magnit-cosmetic-sign-box_m_color]",
3464
3474
  "web": "MagnitCosmeticSignBoxMColorIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.407.0",
3
+ "version": "3.408.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": "^31.17.0",
54
+ "ui-primitives": "^31.18.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {