iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 848 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 AmazonLogoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M246 168v32a6 6 0 01-12 0v-17.52l-5.66 5.66C225.6 191.15 188.86 230 128 230c-62 0-98.92-40.27-100.46-42a6 6 0 118.92-8c.34.37 35.09 38 91.54 38s91.2-37.64 91.55-38l.21-.22 5.76-5.76H208a6 6 0 010-12h32a6 6 0 016 5.98zm-84-68.44V84a38 38 0 00-71.86-17.27 6 6 0 11-10.68-5.46A50 50 0 01174 84v92a6 6 0 01-12 0v-11.56a50 50 0 110-64.88zm0 32.44a38 38 0 10-38 38 38 38 0 0038-38z" }));
exports.default = AmazonLogoLight;