@alfalab/icons-glyph 2.39.0 → 2.42.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 ReceiptLineCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ReceiptLineCompactMIcon;
@@ -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,c=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:"M9.5 8.5H13v2H9.5v-2zm5 3h-5v2h5v-2z"}),l.createElement("path",{d:"M11.475 19.525l-.022-.018c-.811-.664-1.261-1.032-2.153-1.032-.79 0-1.305.413-2.006.975l-.094.075c-.075.075-.3.225-.825.225a.752.752 0 01-.75-.75V6.25C5.625 4.975 6.6 4 7.875 4h8.25c1.275 0 2.25.975 2.25 2.25V19c0 .375-.375.75-.75.75h-.075c-.45 0-.6-.15-.675-.225-.75-.675-1.275-1.05-2.1-1.05-.79 0-1.305.413-2.006.975l-.094.075c-.375.3-.825.3-1.2 0zm-3.85-2.686V6.25c0-.114.038-.166.061-.189.023-.023.075-.061.189-.061h8.25c.114 0 .166.038.189.061.023.023.061.075.061.189v10.534a4.166 4.166 0 00-1.6-.309c-1.174 0-2.064.505-2.697.971-.671-.5-1.525-.971-2.778-.971a4.06 4.06 0 00-1.675.364zm10.666 1.274h.001l-.003-.002-.002-.002.004.004z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ReceiptLineCompactMIcon=c,exports.default=c;
package/ShopMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ShopMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ShopMIcon;
package/ShopMIcon.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,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:"M18.601 4H5.4a1 1 0 00-.688.274L2.89 6C2.337 6.53 2 7.232 2 8c0 1.657 1.567 3 3.5 3 1.473 0 2.733-.78 3.25-1.884C9.266 10.22 10.527 11 12 11s2.733-.78 3.25-1.885C15.766 10.22 17.027 11 18.5 11c1.933 0 3.5-1.343 3.5-3 0-.768-.337-1.47-.89-2l-1.82-1.726A1 1 0 0018.6 4zM5.5 13a6 6 0 01-2.5-.553V20h6v-4h6v4h6v-7.553a6 6 0 01-2.5.553 5.907 5.907 0 01-3.25-.962A5.907 5.907 0 0112 13a5.907 5.907 0 01-3.25-.962A5.907 5.907 0 015.5 13z"}))};exports.ShopMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const StopCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default StopCompactMIcon;
@@ -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:"M8 10.4c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656C9.139 8 9.559 8 10.4 8h3.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v3.2c0 .84 0 1.26-.164 1.581a1.5 1.5 0 01-.655.655c-.32.164-.74.164-1.581.164h-3.2c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 01-.656-.655C8 14.861 8 14.441 8 13.6v-3.2z"}))};exports.StopCompactMIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.39.0",
3
+ "version": "2.42.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",