UNPKG

react-mobile-app-button

Version:

Discover our versatile React component designed to effortlessly integrate download buttons for iOS App Store, Google Play Store, and Huawei AppGallery. With our component, you can easily enhance user experience by providing seamless access to your mobile

20 lines 991 B
import React from "react"; const SvgComponent = () => /*#__PURE__*/React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 36, height: 36, fill: "none" }, /*#__PURE__*/React.createElement("path", { fill: "#2299F8", d: "M19.728 17.3 3.496 33.576c-.776-.736-1.195-1.745-1.195-2.839V5.21c0-1.115.44-2.124 1.237-2.88l16.19 14.97Z" }), /*#__PURE__*/React.createElement("path", { fill: "#FFC107", d: "M33.757 17.973c0 1.473-.797 2.776-2.118 3.512l-4.613 2.566-5.726-5.3-1.572-1.45 6.06-6.078 5.85 3.239c1.322.736 2.12 2.04 2.12 3.511Z" }), /*#__PURE__*/React.createElement("path", { fill: "#5ACF5F", d: "M19.728 17.3 3.538 2.33c.21-.211.483-.4.755-.569 1.321-.799 2.915-.82 4.278-.063l17.217 9.525-6.06 6.077Z" }), /*#__PURE__*/React.createElement("path", { fill: "#F84437", d: "M27.026 24.05 8.57 34.25a4.166 4.166 0 0 1-2.097.546c-.755 0-1.51-.189-2.18-.609a3.807 3.807 0 0 1-.798-.61L19.728 17.3l1.572 1.451 5.726 5.3Z" })); export default SvgComponent;