@alfalab/icons 3.403.0 → 3.404.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 NeuralAssistantSignCircleMColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default NeuralAssistantSignCircleMColorIcon;
@@ -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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),r.createElement("path",{d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",fill:"#FF1418"}),r.createElement("path",{d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",fill:"url(#prefix__paint0_linear_7768_68)"}),r.createElement("path",{d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",fill:"url(#prefix__paint1_radial_7768_68)",fillOpacity:".9"}),r.createElement("path",{d:"M12.252 4.8A7.63 7.63 0 0017.4 9.947v.505a7.632 7.632 0 00-5.147 5.148h-.506A7.631 7.631 0 006.6 10.453v-.507A7.629 7.629 0 0011.747 4.8h.505zM16.8 17.4H7.2v1.8h9.6v-1.8z",fill:"#fff"}),r.createElement("defs",null,r.createElement("radialGradient",{id:"prefix__paint1_radial_7768_68",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"matrix(0 12 -12 0 12 12)"},r.createElement("stop",{offset:".875",stopColor:"#fff",stopOpacity:".05"}),r.createElement("stop",{offset:".91",stopColor:"#fff",stopOpacity:".1"}),r.createElement("stop",{offset:"1",stopColor:"#fff",stopOpacity:".4"})),r.createElement("linearGradient",{id:"prefix__paint0_linear_7768_68",x1:"12",y1:"25.582",x2:"12",y2:"0",gradientUnits:"userSpaceOnUse"},r.createElement("stop",{offset:".058",stopColor:"#5A3CFF"}),r.createElement("stop",{offset:"1",stopColor:"#FFAFAF",stopOpacity:"0"}))))};exports.NeuralAssistantSignCircleMColorIcon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logotype",
3
- "version": "2.35.0",
3
+ "version": "2.36.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.1.1",
@@ -509,6 +509,16 @@
509
509
  "cdn": "logotype_netmonet_s_color",
510
510
  "url": "https://alfabank.servicecdn.ru/icons/logotype_netmonet_s_color.svg"
511
511
  },
512
+ "NeuralAssistantSignCircleMColorIcon": {
513
+ "description": "Нейропомощник\n[logotype_neural-assistant-sign-circle_m_color]",
514
+ "web": "NeuralAssistantSignCircleMColorIcon",
515
+ "webComponent": "import { NeuralAssistantSignCircleMColorIcon } from '@alfalab/icons-logotype/NeuralAssistantSignCircleMColorIcon';",
516
+ "android": "logotype_neural_assistant_sign_circle_m_color",
517
+ "ios": "logotype_neuralAssistantSignCircle_m_color",
518
+ "middle": "logotype_neural-assistant-sign-circle_m_color",
519
+ "cdn": "logotype_neural-assistant-sign-circle_m_color",
520
+ "url": "https://alfabank.servicecdn.ru/icons/logotype_neural-assistant-sign-circle_m_color.svg"
521
+ },
512
522
  "OdnoklassnikiMIcon": {
513
523
  "description": "[logotype_odnoklassniki_m]",
514
524
  "web": "OdnoklassnikiMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.403.0",
3
+ "version": "3.404.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.13.0",
54
+ "ui-primitives": "^31.14.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {