@alfalab/icons 3.94.0 → 3.95.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 PerekrestokMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PerekrestokMIcon;
@@ -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,r=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:"M9.768 2.965a3.476 3.476 0 015.053.909 3.666 3.666 0 01.25 3.424c-.226.48-.542.911-.932 1.27l-2.259 2.294c-.836-.836-1.664-1.686-2.493-2.53a3.608 3.608 0 01.381-5.367zm-.359 12.444l2.464-2.516c.887.902 1.79 1.79 2.655 2.714a3.622 3.622 0 010 4.671 3.484 3.484 0 01-4.349.785 3.564 3.564 0 01-1.797-2.802A3.616 3.616 0 019.41 15.41zM2.986 9.88a3.49 3.49 0 014.208-1.313c.435.175.83.437 1.16.77l2.508 2.545c-.895.902-1.767 1.819-2.677 2.699a3.484 3.484 0 01-4.649-.06 3.666 3.666 0 01-.55-4.641zm12.407-.558a3.484 3.484 0 015.537.866 3.624 3.624 0 01-1.056 4.598 3.484 3.484 0 01-4.4-.264c-.88-.866-1.73-1.76-2.603-2.633.843-.865 1.68-1.716 2.522-2.567z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PerekrestokMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SubwayMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SubwayMIcon;
@@ -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:"M7.366 17H9v2H0v-2h1.813L7.307 2l4.702 8.58L16.713 2l5.494 15H24v2h-9v-2h1.654l-1.268-3.54L12.01 19l-3.375-5.54L7.365 17z"}))};exports.SubwayMIcon=l,exports.default=l;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logotype",
3
- "version": "2.17.0",
3
+ "version": "2.18.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.94.0",
3
+ "version": "3.95.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": "^8.6.0",
54
+ "ui-primitives": "^8.7.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {