@alfalab/icons-glyph 2.28.0 → 2.29.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 MaterialMoreCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MaterialMoreCompactMIcon;
@@ -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:"M13.75 5.75a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0zm0 6.26a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0zm0 6.24a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0z"}))};exports.MaterialMoreCompactMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ShareCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ShareCompactMIcon;
@@ -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:"M4.5 9.5a1 1 0 011-1H8v2H6.5V18h11v-7.5H16v-2h2.5a1 1 0 011 1V19a1 1 0 01-1 1h-13a1 1 0 01-1-1V9.5z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M11 14V6.5l-1 1L8.5 6 12 3l3.5 3L14 7.5l-1-1V14h-2z"}))};exports.ShareCompactMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.28.0",
3
+ "version": "2.29.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",