@alfalab/icons 3.438.0 → 3.439.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 ShieldRiskUnknownLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ShieldRiskUnknownLineMIcon;
@@ -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,c=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:"M12.907 16.89H11V15h1.907v1.89zM11.92 7A3.084 3.084 0 0115 10.087c0 .798-.304 1.532-.807 2.083-.15.164-.285.304-.411.434-.211.218-.396.409-.576.64-.263.335-.35.57-.35.756h-1.873c0-.773.372-1.4.733-1.863.237-.302.548-.625.8-.887.107-.11.204-.212.28-.295a1.28 1.28 0 00.333-.868c0-.73-.575-1.26-1.21-1.26-.344 0-.663.15-.89.407l-.61.691L9 8.734l.61-.692A3.075 3.075 0 0111.919 7z"}),l.createElement("path",{d:"M10.522 2.676a3.114 3.114 0 012.955 0c.868.467 2.06 1.08 2.876 1.388.931.351 2.202.448 3.127.458 1.038.011 2.051.828 2.013 2.035-.052 1.614-.317 4.864-1.554 8.057-1.239 3.199-3.506 6.462-7.623 7.835l-.316.105-.317-.105c-4.117-1.373-6.385-4.637-7.624-7.836-1.236-3.193-1.5-6.444-1.553-8.057-.038-1.206.974-2.022 2.012-2.034.926-.01 2.199-.108 3.13-.458.816-.308 2.007-.92 2.874-1.388zm2.006 1.759a1.115 1.115 0 00-1.056 0c-.861.466-2.16 1.14-3.12 1.5-1.275.481-2.843.576-3.811.587a.105.105 0 00-.035.005c.052 1.524.307 4.495 1.418 7.364C7.006 16.684 8.85 19.266 12 20.44c3.15-1.174 4.993-3.756 6.075-6.548 1.11-2.869 1.365-5.84 1.417-7.364a.102.102 0 00-.033-.006c-.968-.01-2.536-.105-3.812-.586-.957-.361-2.257-1.036-3.12-1.501z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ShieldRiskUnknownLineMIcon=c,exports.default=c;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.38.0",
3
+ "version": "1.39.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
package/meta_corp.json CHANGED
@@ -959,6 +959,16 @@
959
959
  "cdn": "corp_shield-risk-high_s",
960
960
  "url": "https://alfabank.servicecdn.ru/icons/corp_shield-risk-high_s.svg"
961
961
  },
962
+ "ShieldRiskUnknownLineMIcon": {
963
+ "description": "[corp_shield-risk-unknown_line_m], щит, вопрос",
964
+ "web": "ShieldRiskUnknownLineMIcon",
965
+ "webComponent": "import { ShieldRiskUnknownLineMIcon } from '@alfalab/icons-corp/ShieldRiskUnknownLineMIcon';",
966
+ "android": "corp_shield_risk_unknown_line_m",
967
+ "ios": "corp_shieldRiskUnknownLine_m",
968
+ "middle": "corp_shield-risk-unknown-line_m",
969
+ "cdn": "corp_shield-risk-unknown-line_m",
970
+ "url": "https://alfabank.servicecdn.ru/icons/corp_shield-risk-unknown-line_m.svg"
971
+ },
962
972
  "ShieldRiskUnknownMIcon": {
963
973
  "description": "щит, вопрос",
964
974
  "web": "ShieldRiskUnknownMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.438.0",
3
+ "version": "3.439.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": "^35.6.0",
54
+ "ui-primitives": "^35.7.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {