iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 836 B
JavaScript
;
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 AppStoreLogoFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 24a104 104 0 10104 104A104.11 104.11 0 00128 24zM83.66 180.12l-4.8 8a8 8 0 11-13.72-8.24l4.8-8a8 8 0 0113.72 8.24zM128 152H56a8 8 0 010-16h35.47l27.2-45.33-13.53-22.55a8 8 0 0113.72-8.24L128 75.12l9.14-15.24a8 8 0 0113.72 8.24L110.13 136H128a8 8 0 010 16zm72 0h-25.87l16.73 27.88a8 8 0 01-13.72 8.24l-38.4-64a8 8 0 0113.72-8.24L164.53 136H200a8 8 0 010 16z" }));
exports.default = AppStoreLogoFill;