UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 790 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const AppStoreLogoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M62.62 195.05l-9.45 16A6 6 0 0142.83 205l9.46-16a6 6 0 1110.33 6.1zM232 154h-48.94l-31.31-53a6 6 0 10-10.33 6.11l61.41 103.93a6 6 0 0010.34-6.1l-23-38.95H232a6 6 0 000-12zm-89.53 0H86.88l70.29-118.95A6 6 0 00146.83 29L128 60.82 109.17 29a6 6 0 00-10.34 6.1L121 72.62 72.94 154H24a6 6 0 000 12h118.47a6 6 0 100-12z" })); exports.default = AppStoreLogoLight;