iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.3 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 Amazoniam = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M24 3.429V20.57c0 .258-.171.429-.429.429H.43C.17 21 0 20.829 0 20.571V3.43C0 3.17.171 3 .429 3H23.57c.258 0 .429.171.429.429zM.857 20.143h22.286V3.857H.857zm12.857-5.572h6.429v.858h-6.429zM19.286 12h2.143v.857h-2.143zm-5.572 0h3.429v.857h-3.429zM2.143 18.429V11.57q0-.171.128-.3.129-.128.3-.128h.858v-3c0-1.5 1.542-2.7 3.428-2.7s3.429 1.2 3.429 2.7v3h.857a.43.43 0 01.428.428v6.858q0 .171-.128.3-.129.128-.3.128H2.57a.43.43 0 01-.428-.428zM3 18h7.714v-1.714H9v-.857h1.714v-1.286H9v-.857h1.714V12H3zm5.143-3.429c0 .558-.343 1.029-.857 1.2v.943h-.857v-.943a1.248 1.248 0 01-.858-1.2c0-.685.6-1.285 1.286-1.285.729 0 1.286.6 1.286 1.285zm-3.857-3.428h5.143v-3c0-.986-1.2-1.843-2.572-1.843-1.371 0-2.571.857-2.571 1.843zm3 3.429a.43.43 0 00-.429-.429.46.46 0 00-.428.428.43.43 0 00.428.43c.257 0 .429-.172.429-.43zM20.57 9.428h.858v.857h-.858zm-6.857 0h4.715v.857h-4.715z" }));
exports.default = Amazoniam;