@alfalab/icons 3.22.0 → 3.23.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 BriefcaseGearMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BriefcaseGearMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,t=function(e){return a.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M7 3a2 2 0 012-2h4a2 2 0 012 2v2h4a2 2 0 012 2v5.08c-.07.013-.141.03-.211.05l-.015.003a6.371 6.371 0 00-.184-.108 2.595 2.595 0 00-2.496-1.882h-1.19c-1.163 0-2.18.772-2.497 1.884a5.38 5.38 0 00-.181.107l-.018-.005a2.596 2.596 0 00-2.922 1.172l-.578.97a2.596 2.596 0 00.455 3.224l.005.005-.005.005a2.59 2.59 0 00-.79 1.495H3a2 2 0 01-2-2V7a2 2 0 012-2h4V3zm6 2V3H9v2h4z",fillRule:"evenodd",clipRule:"evenodd"}),a.createElement("path",{d:"M22.467 18.965l-.749-.702a4.311 4.311 0 000-1.526l.75-.702a.595.595 0 00.104-.739l-.579-.97a.595.595 0 00-.67-.27l-.95.264a4.28 4.28 0 00-1.482-.875l-.22-.856a.595.595 0 00-.577-.446h-1.19a.595.595 0 00-.577.446l-.221.857c-.553.19-1.055.49-1.48.874l-.951-.264a.595.595 0 00-.67.27l-.58.97c-.143.24-.1.548.105.74l.752.703a4.313 4.313 0 000 1.522l-.752.704a.595.595 0 00-.104.739l.578.97a.596.596 0 00.67.27l.953-.264a4.28 4.28 0 001.479.874l.22.857a.595.595 0 00.577.446h1.191a.595.595 0 00.576-.446l.221-.856a4.28 4.28 0 001.482-.875l.95.264a.595.595 0 00.67-.27l.579-.97a.595.595 0 00-.105-.74zM19.11 17.5a1.61 1.61 0 10-3.218 0 1.61 1.61 0 003.218 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BriefcaseGearMIcon=t,exports.default=t;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.22.0",
3
+ "version": "3.23.0",
4
4
  "description": "Alfa-Bank UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:alfa-laboratory/icons.git",
@@ -27,7 +27,7 @@
27
27
  "@types/svgo": "^1.3.1",
28
28
  "@typescript-eslint/eslint-plugin": "^2.24.0",
29
29
  "@typescript-eslint/parser": "^2.24.0",
30
- "alfa-ui-primitives": "^3.32.0",
30
+ "alfa-ui-primitives": "^3.33.0",
31
31
  "arui-presets-lint": "^4.0.0",
32
32
  "axios": "^0.21.1",
33
33
  "camelcase": "^5.3.1",