iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 3.56 kB
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 Amazon = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.408 13.7c-1.163.856-2.847 1.313-4.298 1.313a7.776 7.776 0 01-5.25-2.003c-.108-.098-.01-.232.12-.156 1.495.87 3.343 1.393 5.252 1.393 1.288 0 2.704-.266 4.007-.819.196-.084.361.129.169.272z", fill: "#323544" }),
React.createElement("path", { d: "M14.89 13.147c.15.19-.165.975-.305 1.325-.042.106.049.149.145.069.624-.522.784-1.614.657-1.772-.127-.157-1.217-.292-1.881.176-.103.071-.086.17.028.157.375-.045 1.209-.145 1.357.045zM13.56 9.645V9.19c0-.069.053-.115.115-.115h2.035c.065 0 .117.047.117.115v.39c0 .065-.055.15-.153.285L14.62 11.37c.392-.01.805.049 1.16.249.08.045.102.111.109.177v.485c0 .066-.074.143-.15.103a2.344 2.344 0 00-2.15.004c-.07.038-.144-.039-.144-.105v-.46c0-.074 0-.2.075-.313L14.74 9.76h-1.063c-.065 0-.118-.047-.118-.114zM6.139 12.48h-.62a.117.117 0 01-.11-.105V9.198c0-.064.053-.114.12-.114h.577c.06.002.108.049.112.106v.415h.011c.15-.401.434-.588.815-.588.388 0 .63.187.804.588a.878.878 0 01.855-.588.88.88 0 01.716.347c.196.267.156.656.156.996v2.005a.117.117 0 01-.12.115h-.618a.118.118 0 01-.112-.115v-1.684c0-.134.012-.468-.017-.595-.046-.213-.185-.273-.364-.273-.15 0-.306.1-.37.26s-.057.428-.057.608v1.684a.117.117 0 01-.12.115H7.18a.117.117 0 01-.111-.115l-.001-1.684c0-.354.058-.875-.381-.875-.445 0-.428.508-.428.875v1.684a.117.117 0 01-.12.115zM17.58 9.017c.918 0 1.415.789 1.415 1.792 0 .968-.55 1.737-1.416 1.737-.902 0-1.393-.789-1.393-1.771 0-.99.497-1.758 1.393-1.758zm.004.648c-.456 0-.485.622-.485 1.01s-.006 1.216.48 1.216c.48 0 .502-.668.502-1.076 0-.268-.01-.588-.092-.842-.07-.221-.208-.308-.405-.308zM20.186 12.48h-.617a.118.118 0 01-.111-.115l-.001-3.178a.117.117 0 01.12-.103h.573c.054.002.098.039.11.089v.485h.012c.173-.434.416-.641.844-.641.277 0 .548.1.722.374.162.254.162.682.162.99v1.999a.119.119 0 01-.12.1h-.62a.117.117 0 01-.11-.1v-1.726c0-.347.04-.855-.387-.855-.15 0-.29.1-.358.254-.087.194-.098.387-.098.601v1.711a.119.119 0 01-.121.115zM11.939 10.963v-.134c-.449 0-.921.095-.921.623 0 .267.139.448.377.448.173 0 .33-.107.428-.281.122-.214.116-.415.116-.656zm.624 1.508a.13.13 0 01-.146.015c-.206-.17-.243-.25-.356-.413-.34.347-.58.45-1.02.45-.521 0-.926-.32-.926-.964 0-.502.271-.845.66-1.012.336-.148.805-.174 1.164-.215v-.08c0-.147.01-.321-.076-.448-.075-.114-.22-.161-.348-.161-.235 0-.445.12-.497.371-.01.056-.051.111-.108.114l-.6-.065c-.05-.011-.107-.052-.092-.13.138-.727.796-.947 1.385-.947.3 0 .694.08.932.309.301.28.272.656.272 1.064v.965c0 .29.12.417.234.574.039.055.048.122-.003.164-.126.106-.35.301-.474.411l-.001-.002zM3.824 10.963v-.134c-.448 0-.92.095-.92.623 0 .267.138.448.376.448.174 0 .33-.107.428-.281.122-.214.116-.415.116-.656zm.624 1.508a.13.13 0 01-.146.015c-.206-.17-.242-.25-.355-.413-.34.347-.58.45-1.02.45-.521 0-.927-.32-.927-.964 0-.502.272-.845.66-1.012.336-.148.805-.174 1.164-.215v-.08c0-.147.011-.321-.075-.448-.076-.114-.22-.161-.347-.161-.236 0-.447.12-.498.371-.01.056-.052.111-.107.114l-.601-.065c-.05-.011-.106-.052-.092-.13.138-.727.795-.947 1.384-.947.301 0 .695.08.932.309.301.28.273.656.273 1.064v.965c0 .29.12.417.233.574.04.055.049.122-.002.164-.126.106-.35.301-.474.411l-.002-.002z", fill: "#323544" }));
exports.default = Amazon;