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

30 lines 1.7 kB
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: "url(#a)", fillRule: "evenodd", d: "M10.442 1C3.529 1 1 3.528 1 10.44v14.77c0 6.912 2.529 9.44 9.442 9.44h14.762c6.913 0 9.446-2.528 9.446-9.44V10.44c0-6.912-2.529-9.44-9.442-9.44H10.442Z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M15.678 20.516h1.35l-.677-1.576-.673 1.576Zm-.333.795-.4.917h-.913l1.94-4.403h.79l1.932 4.403h-.937l-.396-.917h-2.016Zm14.684.913h.882v-4.399h-.882v4.4Zm-3.51-1.89h1.626v-.802h-1.626v-.901h2.36v-.803h-3.242v4.4h3.327v-.803h-2.445v-1.09Zm-3.504.52-1-3.029h-.73l-1 3.03-.973-3.028h-.951l1.535 4.403h.74l1.002-2.892 1.001 2.892h.746l1.532-4.403h-.927l-.975 3.027Zm-10.33-.507c0 .716-.355 1.099-1 1.099-.65 0-1.008-.394-1.008-1.13v-2.488h-.894v2.519c0 1.239.689 1.95 1.889 1.95 1.212 0 1.907-.725 1.907-1.987v-2.485h-.893v2.522Zm-5.034-2.522h.893v4.405h-.893v-1.789H5.633v1.79h-.894v-4.406h.894v1.777H7.65v-1.777ZM17.825 12.217a5.614 5.614 0 0 1-5.608-5.609h.792a4.822 4.822 0 0 0 4.816 4.816 4.822 4.822 0 0 0 4.816-4.816h.792a5.615 5.615 0 0 1-5.608 5.609Z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", { id: "a", x1: 17.825, x2: 17.825, y1: 1, y2: 34.65, gradientUnits: "userSpaceOnUse" }, /*#__PURE__*/React.createElement("stop", { stopColor: "#FB6361" }), /*#__PURE__*/React.createElement("stop", { offset: 1, stopColor: "#ED3E45" })))); export default SvgComponent;