@alfalab/icons 3.269.0 → 3.270.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 GooglePlaySignBoxMColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default GooglePlaySignBoxMColorIcon;
@@ -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,o=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:"M3.944 2l9.617 9.354 2.637-2.583L4.54 2.177A1.295 1.295 0 003.944 2zm-.805.435c-.087.151-.139.33-.139.53v18.178a.96.96 0 00.083.395l9.84-9.572-9.784-9.53zM17.003 9.22l-2.817 2.746 2.817 2.733 3.442-1.93c.489-.278.558-.63.555-.817-.005-.309-.205-.598-.541-.775-.293-.154-2.47-1.397-3.456-1.957zm-3.442 3.358L3.861 22a1.11 1.11 0 00.499-.136l8.063-4.568 3.789-2.135-2.65-2.583z",fill:"#1A1A1A"}))};exports.GooglePlaySignBoxMColorIcon=o,exports.default=o;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logo",
3
- "version": "1.20.0",
3
+ "version": "1.21.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.269.0",
3
+ "version": "3.270.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": "^20.12.0",
55
+ "ui-primitives": "^20.13.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {