@alfalab/icons-glyph 2.83.0 → 2.84.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 WorldBanknoteSquareMediumMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WorldBanknoteSquareMediumMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return t.createElement("svg",a.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M14.45 18.427c.773 0 1.4-.64 1.4-1.429s-.627-1.429-1.4-1.429c-.773 0-1.4.64-1.4 1.429s.627 1.429 1.4 1.429z"}),t.createElement("path",{d:"M5 1a4 4 0 00-4 4v14a4 4 0 004 4h14a4 4 0 004-4V5a4 4 0 00-4-4H5zm13.86 12.07c.14-.715.14-1.188.14-1.43 0-3.944-3.134-7.142-7-7.142s-7 3.198-7 7.143a7.167 7.167 0 003.5 6.187V13.07h4.637V11.9a.707.707 0 00-.7-.714h-1.71a.482.482 0 01-.477-.487.482.482 0 00-.477-.487H6.576c.128-.506.323-.986.573-1.428h.789a.69.69 0 00.332-.086l1.309-.72a.722.722 0 00.074-1.21l-.257-.187a5.487 5.487 0 012.922-.645l-.423.67a.726.726 0 00.021.806l1.274 1.791a.696.696 0 00.567.295H14.8c.387 0 .7.32.7.714v2.857h3.36zm.14 1.428v5H9.9v-5H19z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WorldBanknoteSquareMediumMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.83.0",
3
+ "version": "2.84.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",