iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.4 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 Aws = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.641 10.357c0 .71.354 1.031.354 1.225 0 .096-.032.128-.128.193l-.42.258c-.032.032-.128.032-.193.032 0 0-.257.032-.644-.806-.451.58-1.192.967-1.933.902-.483.033-1.869-.257-1.804-1.771-.032-1.193 1.03-1.934 2.223-1.87.225 0 .676 0 1.45.194v-.483c.096-.806-.451-1.45-1.418-1.353-.032 0-.58 0-1.45.322-.225.129-.225.129-.322.129-.225 0-.129-.645-.097-.773.13-.194 1.128-.548 2.03-.548.644-.032 1.257.129 1.772.548.419.45.58 1.03.548 1.643l.032 2.158zm-2.738 1c.998 0 1.45-.645 1.546-.967.032-.323.032-.484.032-.87-.322-.033-.773-.13-1.256-.13-.451-.031-1.353.194-1.321 1 .064.58.419.998.999.966zm5.348.708c-.258.032-.355-.129-.42-.322L8.286 6.62c-.032-.097-.032-.193-.032-.258 0-.096.032-.129.129-.129h.677c.257-.032.354.194.418.323l1.128 4.381 1.063-4.381c.033-.097.097-.355.42-.323h.547c.032 0 .354 0 .419.323l1.03 4.446 1.128-4.446c0-.033.097-.355.419-.323h.644c.033 0 .194-.032.13.258 0 .032.096-.354-1.644 5.284-.032.193-.129.354-.419.322h-.58c-.354.032-.418-.322-.418-.354L12.216 7.49l-1.031 4.253c0 .032-.032.354-.419.354h-.483v-.032h-.032zm8.505.193c-.193 0-1.03 0-1.772-.354-.129-.033-.258-.226-.258-.355v-.354c0-.258.194-.226.258-.193.322.128.483.225.902.322 1.128.258 1.643-.032 1.772-.129.42-.258.451-.806.13-1.095-.323-.258-.452-.258-1.644-.645-.097-.064-1.32-.45-1.32-1.643-.033-.87.772-1.772 2.158-1.772.419 0 1.45.129 1.772.483.032.033.032.13.032.226v.322c0 .129-.032.226-.129.226-.258-.033-.644-.355-1.546-.355-.226 0-1.257.032-1.192.773 0 .58.87.806.966.87 1.128.355 1.546.42 1.933.967.548.676.258 1.482.129 1.707-.612 1.128-2.126 1-2.19 1zm1.289 3.286c-2.159 1.58-5.348 2.449-8.022 2.449A14.425 14.425 0 012.1 14.256c-.226-.194-.033-.451.225-.258a20.184 20.184 0 009.859 2.577c2.577 0 5.122-.547 7.507-1.546.386-.161.708.225.354.515zm.902-1.03c-.258-.355-1.869-.13-2.545-.097-.226.032-.258-.13-.032-.258 1.256-.87 3.318-.644 3.543-.354.258.257-.032 2.352-1.256 3.35-.193.13-.354.032-.258-.129.226-.708.806-2.158.548-2.513z", fill: "#323544" }));
exports.default = Aws;