@alfalab/icons 3.220.0 → 3.221.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 AlfaPayEnMRedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default AlfaPayEnMRedIcon;
@@ -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",width:"57",height:"24",viewBox:"0 0 57 24"},e,{fill:"none"}),t.createElement("path",{d:"M26 5.43h6.052c2.831 0 4.39 1.383 4.39 3.894 0 2.497-1.6 3.929-4.39 3.929h-3.57v5.02H26V5.43zm5.91 2.266h-3.427v3.292h3.428c1.257 0 1.978-.6 1.978-1.646 0-1.093-.666-1.646-1.978-1.646z",fill:"#EF3124",fillRule:"evenodd",clipRule:"evenodd"}),t.createElement("path",{d:"M50.508 14.995l2.22-5.917h2.394L50.222 22h-2.376l1.474-3.862-3.676-9.06h2.627l2.237 5.917z",fill:"#EF3124"}),t.createElement("path",{d:"M45.258 12.587v3.012c0 .496.165.718.57.767l.049.007v1.954h-.764c-.988 0-1.702-.417-1.979-1.148-.31.454-1.095 1.291-2.655 1.291-2.107 0-3.523-1.255-3.523-3.122 0-1.803 1.245-2.836 3.417-2.836h2.597c-.01-1.042-.714-1.714-1.801-1.714-1.19 0-1.55.732-1.61.879l-.015.035h-2.348l.008-.064c.05-.411.315-1.098.899-1.68.728-.728 1.776-1.113 3.03-1.113 2.583 0 4.125 1.395 4.125 3.732zm-5.943 2.725c0 .827.65 1.341 1.695 1.341 1.117 0 1.96-.67 1.96-1.556v-.893h-2.243c-.884 0-1.412.414-1.412 1.108z",fill:"#EF3124",fillRule:"evenodd",clipRule:"evenodd"}),t.createElement("path",{d:"M2 6.2A4.2 4.2 0 016.2 2h11.6A4.2 4.2 0 0122 6.2v11.6a4.2 4.2 0 01-4.2 4.2H6.2A4.2 4.2 0 012 17.8V6.2z",fill:"#EF3124"}),t.createElement("path",{d:"M16.228 18.413H7.772v-1.75h8.456v1.75zM10.564 6.87c.254-.72.55-1.283 1.502-1.283s1.23.566 1.471 1.283l2.493 7.411h-1.845l-.56-1.762h-3.338l-.604 1.762H7.948l2.617-7.411zm1.456.648h-.044l-1.186 3.513h2.35l-1.12-3.513z",fill:"#fff",fillRule:"evenodd",clipRule:"evenodd"}))};exports.AlfaPayEnMRedIcon=c,exports.default=c;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logo",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.220.0",
3
+ "version": "3.221.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -52,7 +52,7 @@
52
52
  "ts-node": "^8.6.2",
53
53
  "tslib": "^2.0.0",
54
54
  "typescript": "^3.8.3",
55
- "ui-primitives": "^16.4.0",
55
+ "ui-primitives": "^16.5.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {