@alfalab/icons 3.237.0 → 3.238.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 PodeliSignBoxMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PodeliSignBoxMIcon;
@@ -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",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M11 2c-5.053.502-9 4.765-9 9.95 0 5.524 4.477 10 10 10 5.185 0 9.449-3.946 9.95-9h-2.012A8.001 8.001 0 014 11.95a8.001 8.001 0 017-7.937V2z"}),r.createElement("path",{d:"M13 4.013a8.004 8.004 0 016.938 6.938h2.013A10.003 10.003 0 0013 2v2.013z"}))};exports.PodeliSignBoxMIcon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logo",
3
- "version": "1.9.0",
3
+ "version": "1.10.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.237.0",
3
+ "version": "3.238.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -52,7 +52,7 @@
52
52
  "ts-node": "^8.6.2",
53
53
  "tslib": "^2.0.0",
54
54
  "typescript": "^3.8.3",
55
- "ui-primitives": "^16.23.0",
55
+ "ui-primitives": "^16.24.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {