UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 763 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 AppStoreLogoThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M60.9 194l-9.46 16a4 4 0 11-6.88-4L54 190a4 4 0 016.9 4zM232 156h-50.08L150 102a4 4 0 10-6.89 4.07L204.56 210a4 4 0 106.88-4.07l-24.79-42H232a4 4 0 000-8zm-89.53 0h-59.1l72.07-122a4 4 0 10-6.88-4L128 64.75 107.44 30a4 4 0 10-6.88 4l22.79 38.58L74.08 156H24a4 4 0 000 8h118.47a4 4 0 100-8z" })); exports.default = AppStoreLogoThin;