@icongo/tb
Version:
Tabler Icons
27 lines • 990 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var TBBrandAmazon = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-brand-amazon",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "M7 6c.5-2 2-3 4.089-3 2.441.08 3.93 1.557 3.911 3.667v5.5C15 13.07 16.04 14 17 14"
}), /*#__PURE__*/_jsx("path", {
d: "M15 8.13C.867 6.572 8.455 19.74 15 10.95M19.877 22 22 18l-4-1"
}), /*#__PURE__*/_jsx("path", {
d: "M22 18.01c-3.05 1.966-6.493 2.996-9.993 2.99C8.5 21.006 5.054 19.973 2 18"
})]
}));
export { TBBrandAmazon };