@alfalab/icons 3.400.0 → 3.401.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_7710_54)"}),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_7710_54)",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_7710_54",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_7710_54",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-logo",
3
- "version": "1.49.0",
3
+ "version": "1.50.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
@@ -4219,6 +4219,16 @@
4219
4219
  "cdn": "logo_net-monet_m_white",
4220
4220
  "url": "https://alfabank.servicecdn.ru/icons/logo_net-monet_m_white.svg"
4221
4221
  },
4222
+ "NeuralAssistantSignCircleMColorIcon": {
4223
+ "description": "Нейропомощник\n[logo_neural-assistant-sign-circle_m_color]",
4224
+ "web": "NeuralAssistantSignCircleMColorIcon",
4225
+ "webComponent": "import { NeuralAssistantSignCircleMColorIcon } from '@alfalab/icons-logo/NeuralAssistantSignCircleMColorIcon';",
4226
+ "android": "logo_neural_assistant_sign_circle_m_color",
4227
+ "ios": "logo_neuralAssistantSignCircle_m_color",
4228
+ "middle": "logo_neural-assistant-sign-circle_m_color",
4229
+ "cdn": "logo_neural-assistant-sign-circle_m_color",
4230
+ "url": "https://alfabank.servicecdn.ru/icons/logo_neural-assistant-sign-circle_m_color.svg"
4231
+ },
4222
4232
  "OneBusinessSignBoxMColorIcon": {
4223
4233
  "description": "[logo_one-business-sign-box_m_color]",
4224
4234
  "web": "OneBusinessSignBoxMColorIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.400.0",
3
+ "version": "3.401.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.10.0",
54
+ "ui-primitives": "^31.11.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {