@alfalab/icons-glyph 2.153.0 → 2.154.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/AmdMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const AmdMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default AmdMIcon;
package/AmdMIcon.js ADDED
@@ -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,s=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:"M15.533 15v-2H10v-2h5.533V9.561c0-1.362-.396-2.457-1.187-3.283-.783-.827-1.898-1.24-3.346-1.24-1.448 0-2.563.413-3.346 1.24-.782.826-1.173 1.92-1.173 3.283v2.589H3V9.262c0-1.445.324-2.712.971-3.802.648-1.09 1.57-1.939 2.766-2.547C7.933 2.304 9.354 2 11 2s3.067.304 4.263.913c1.196.608 2.118 1.458 2.766 2.547.647 1.09.971 2.357.971 3.802V11h3v2h-3v2h3v2h-3v5h-3.467v-5H10v-2h5.533z"}))};exports.AmdMIcon=s,exports.default=s;
package/KgsMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const KgsMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default KgsMIcon;
package/KgsMIcon.js ADDED
@@ -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:"M6.666 4.037c1.375-1.493 3.349-2.369 5.736-2.369 3.669 0 6.495 2.163 7.054 5.155l.067.355h-3.44l-.072-.198c-.465-1.29-1.81-2.257-3.61-2.257-1.447 0-2.526.574-3.25 1.502-.73.938-1.117 2.26-1.117 3.774 0 1.52.352 2.923 1.07 3.938.71 1.002 1.789 1.644 3.31 1.644 1.913 0 3.117-.874 3.564-2.13l.08-.325h3.456l-.083.476c-.678 3.078-3.345 5.034-7.03 5.034-2.468 0-4.444-.957-5.798-2.53C5.253 14.54 4.537 12.383 4.536 10c0-2.387.757-4.472 2.13-5.962zM19 21H5v2h14v-2z"}))};exports.KgsMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.153.0",
3
+ "version": "2.154.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",