iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 975 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 AmazonLogoDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 132a44 44 0 11-44-44 44 44 0 0144 44z", opacity: ".2" }),
React.createElement("path", { d: "M248 168v32a8 8 0 01-16 0v-12.69l-2.21 2.22C226.69 192.9 189.44 232 128 232c-62.84 0-100.38-40.91-101.95-42.65A8 8 0 0138 178.65c.27.35 34.5 37.35 90 37.35s89.73-37 90.07-37.36a3.85 3.85 0 01.27-.3l2.35-2.34H208a8 8 0 010-16h32a8 8 0 018 8zm-88-73.47V84a36 36 0 00-68.08-16.36 8 8 0 01-14.25-7.28A52 52 0 01176 84v92a8 8 0 01-16 0v-6.53a52 52 0 110-74.94zm0 37.47a36 36 0 10-36 36 36 36 0 0036-36z" }));
exports.default = AmazonLogoDuotone;