UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 840 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 AmazonLogoThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M244 168v32a4 4 0 01-8 0v-22.34l-9.1 9.1C224.52 189.37 188.3 228 128 228c-61.08 0-97.45-39.64-99-41.32a4 4 0 016-5.36c.35.39 35.63 38.68 93 38.68s92.68-38.29 93-38.68l.14-.15 9.17-9.17H208a4 4 0 010-8h32a4 4 0 014 4zm-80-62.49V84a40 40 0 00-75.64-18.18 4 4 0 11-7.12-3.64A48 48 0 01172 84v92a4 4 0 01-8 0v-17.51a48 48 0 110-53zm0 26.49a40 40 0 10-40 40 40 40 0 0040-40z" })); exports.default = AmazonLogoThin;