@alfalab/icons-glyph 2.59.0 → 2.60.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 ReceiptCircleMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ReceiptCircleMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,c=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M8.569 7.714v8.068c.373-.162.81-.277 1.313-.277.983 0 1.653.359 2.18.74.496-.355 1.193-.74 2.115-.74.48 0 .893.092 1.254.235V7.714c0-.087-.03-.126-.047-.143-.018-.018-.059-.047-.149-.047h-6.47c-.09 0-.13.029-.148.047-.018.017-.048.056-.048.143zm1.47 1.715h2.745v1.524H10.04V9.428zm3.922 2.285h-3.922v1.524h3.922v-1.524z",fillRule:"evenodd",clipRule:"evenodd"}),t.createElement("path",{d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-10.43 5.815l.018.014a.732.732 0 00.941 0l.074-.057c.55-.429.954-.743 1.574-.743.646 0 1.058.285 1.646.8.06.057.177.171.53.171h.059c.294 0 .588-.286.588-.571V7.714C17 6.743 16.235 6 15.235 6h-6.47C7.765 6 7 6.743 7 7.714v9.715a.58.58 0 00.588.571c.412 0 .588-.114.647-.171l.074-.058c.55-.428.954-.742 1.573-.742.7 0 1.053.28 1.689.786z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ReceiptCircleMIcon=c,exports.default=c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.59.0",
3
+ "version": "2.60.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",