iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 753 B
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 Amazonalexa = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.37 0 0 5.37 0 12c0 6.09 4.53 11.11 10.4 11.9v-2.4a1.59 1.59 0 00-1.08-1.53A8.41 8.41 0 013.6 11.8a8.37 8.37 0 018.49-8.2 8.4 8.4 0 018.31 8.71l-.01.07a8.68 8.68 0 01-.03.38c0 .07-.01.14-.02.2 0 .08-.01.16-.02.23l-.02.1c-1.03 6.78-9.85 10.58-9.9 10.61.52.07 1.06.1 1.6.1 6.63 0 12-5.37 12-12S18.63 0 12 0z" }));
exports.default = Amazonalexa;