@alfalab/icons-logo 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
package/package.json CHANGED
@@ -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",