@alfalab/icons-glyph 2.190.0 → 2.191.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 ArrowUpCompactFixedMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowUpCompactFixedMIcon;
@@ -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:"M8.11 11.435l3.015-2.995V18.6h1.75V8.44l3.014 2.995 1.223-1.271L12 5.084l-5.113 5.08 1.224 1.271z"}))};exports.ArrowUpCompactFixedMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BubbleMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BubbleMIcon;
package/BubbleMIcon.js ADDED
@@ -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:"M21.503 10.418C21.503 5.27 17.543 2.5 12 2.5c-5.54 0-9.5 2.771-9.5 7.918 0 5.146 3.959 7.895 8.71 7.895v2.026c0 .401 0 .602.125.797a.937.937 0 00.455.336c.224.062.372.016.669-.076 4.293-1.477 9.044-5.832 9.044-10.978z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BubbleMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const DotsHorizontalCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DotsHorizontalCompactMIcon;
@@ -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,o=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:"M6.5 10.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5.5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm7 1.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z"}))};exports.DotsHorizontalCompactMIcon=o,exports.default=o;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.190.0",
3
+ "version": "2.191.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",