@alfalab/icons 3.75.0 → 3.76.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.75.0",
3
+ "version": "3.76.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.32.0",
54
+ "ui-primitives": "^6.33.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BurgerMColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BurgerMColorIcon;
@@ -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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),l.createElement("path",{d:"M10 2a7 7 0 00-7 7h18a7 7 0 00-7-7h-4zm-9 9h22v4H1v-4zm2 6h18v2.5a1.5 1.5 0 01-1.5 1.5h-15A1.5 1.5 0 013 19.5V17z",fill:"#E28800",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BurgerMColorIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-rocky",
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",