UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 858 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 AppStoreLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M244 160a12 12 0 01-12 12h-31.33l17.66 29.89a12 12 0 11-20.66 12.21L140.9 118a12 12 0 0120.66-12.2l24.92 42.2H232a12 12 0 0112 12zm-110.85-12H97.39l64.94-109.89a12 12 0 10-20.66-12.21L128 49l-13.67-23.1a12 12 0 10-20.66 12.21l20.39 34.51L69.52 148H24a12 12 0 000 24h109.15a12 12 0 000-24zm-74.32 41.67a12 12 0 00-16.43 4.22l-4.73 8a12 12 0 1020.66 12.21l4.73-8a12 12 0 00-4.23-16.43z" })); exports.default = AppStoreLogoBold;