@icongo/sti
Version:
Super Tiny Icons
29 lines (28 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIAmazonAlexa = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIAmazonAlexa = function STIAmazonAlexa(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Amazon Alexa",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00caff",
d: "M256 64a192 192 0 0 0-26 382v-39c0-11-7-21-17-24a134 134 0 1 1 177-122v1a141 141 0 0 1 0 5v1a126 126 0 0 1 0 3 130 130 0 0 1 0 4v2c-18 108-159 169-160 169a194 194 0 0 0 26 2 192 192 0 0 0 0-384"
})]
}));
};
exports.STIAmazonAlexa = STIAmazonAlexa;