UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 888 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 AppStoreLogoDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M179.64 160H76.36L128 72.62z", opacity: ".2" }), React.createElement("path", { d: "M64.34 196.07l-9.45 16a8 8 0 11-13.78-8.14l9.46-16a8 8 0 1113.77 8.14zM232 152h-47.8l-30.73-52a8 8 0 10-13.77 8.14l61.41 103.93a8 8 0 0013.78-8.14L193.66 168H232a8 8 0 000-16zm-89.53 0H90.38l68.51-115.93a8 8 0 00-13.78-8.14L128 56.89l-17.11-29a8 8 0 10-13.78 8.14l21.6 36.55L71.8 152H24a8 8 0 000 16h118.47a8 8 0 100-16z" })); exports.default = AppStoreLogoDuotone;