@alfalab/icons-logo 1.54.0 → 1.55.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 TBankSignBoxMColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default TBankSignBoxMColorIcon;
@@ -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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),l.createElement("path",{d:"M2 2h20v10.059a7.218 7.218 0 01-3.609 6.25L12 22l-6.391-3.69A7.218 7.218 0 012 12.058V2z",fill:"#FFDD2D"}),l.createElement("path",{d:"M7.489 7.294v3.129c.428-.483 1.206-.81 2.095-.81h.966v3.637c0 .967-.263 1.814-.653 2.28h4.204c-.389-.466-.651-1.312-.651-2.279V9.613h.966c.89 0 1.667.327 2.095.81V7.294H7.49z",fill:"#333",fillRule:"evenodd",clipRule:"evenodd"}))};exports.TBankSignBoxMColorIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logo",
3
- "version": "1.54.0",
3
+ "version": "1.55.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",