iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 842 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 AmazonLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M252 168v32a12 12 0 01-24 0v-3.09C215.56 208.41 180.25 236 128 236c-64.6 0-103.3-42.18-104.92-44a12 12 0 1117.84-16c.3.33 33.48 36 87.08 36 42.65 0 72.34-22.58 82.87-32H208a12 12 0 010-24h32a12 12 0 0112 12zm-96-81.92V84a32 32 0 00-58.83-17.45 12 12 0 01-20.11-13.1A56 56 0 01180 84v92a12 12 0 01-23.85 1.81 56 56 0 11-.15-91.73zm0 45.92a32 32 0 10-32 32 32 32 0 0032-32z" }));
exports.default = AmazonLogoBold;