@alfalab/icons 3.70.0 → 3.71.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 SbpCircleMColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SbpCircleMColorIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),t.createElement("rect",{width:"24",height:"24",rx:"12",fill:"#F5F1E8"}),t.createElement("path",{d:"M5 7.015l2.238 3.993v2.434L5 17.435V7.015z",fill:"#656CAE"}),t.createElement("path",{d:"M13.608 9.554l2.1-1.28H20l-6.392 3.9v-2.62z",fill:"#C25169"}),t.createElement("path",{d:"M13.596 6.992l.012 5.285-2.25-1.373V3l2.238 3.992z",fill:"#EBAD4C"}),t.createElement("path",{d:"M20 8.273h-4.292l-2.112-1.28L11.358 3 20 8.273z",fill:"#DB754B"}),t.createElement("path",{d:"M13.608 17.458v-2.573l-2.25-1.35v7.915l2.25-3.992z",fill:"#81BB5D"}),t.createElement("path",{d:"M15.696 16.177l-8.458-5.17L5 7.016l15 9.162h-4.304z",fill:"#608BC9"}),t.createElement("path",{d:"M11.358 21.45l2.25-3.992 2.088-1.281H20l-8.642 5.273z",fill:"#548254"}),t.createElement("path",{d:"M5 17.435l6.38-3.9-2.145-1.304-1.997 1.211L5 17.435z",fill:"#8366A8"}))};exports.SbpCircleMColorIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logotype",
3
- "version": "2.13.0",
3
+ "version": "2.14.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.70.0",
3
+ "version": "3.71.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": "^6.26.0",
54
+ "ui-primitives": "^6.27.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {