iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.14 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 Amazonecs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.895 15.256l-3.369-2.021V8.421a.42.42 0 00-.209-.364l-4.843-2.825V1.159l8.42 4.976zm.635-9.724L13.267.06a.422.422 0 00-.635.362v5.053c0 .15.08.288.208.363l4.844 2.826v4.81a.42.42 0 00.205.362l4.21 2.526a.42.42 0 00.638-.361V5.895a.42.42 0 00-.207-.363zM11.977 23.1l-9.872-5.248V6.135l8.421-4.976v4.084L6.09 8.066a.422.422 0 00-.195.355v7.158a.42.42 0 00.226.373l5.665 2.948a.42.42 0 00.387 0l5.496-2.84 3.382 2.03-9.074 5.01zm10.135-5.356l-4.21-2.526a.42.42 0 00-.411-.013l-5.51 2.847-5.244-2.729v-6.67l4.436-2.824a.422.422 0 00.195-.355V.42a.421.421 0 00-.635-.362L1.47 5.532a.421.421 0 00-.207.363v12.21c0 .156.086.299.223.372l10.297 5.474a.421.421 0 00.401-.004l9.915-5.473a.422.422 0 00.013-.73z" }));
exports.default = Amazonecs;