iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 999 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 Awslambda = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.986 0a.545.545 0 00-.534.548l-.006 4.908c0 .145.06.283.159.39a.532.532 0 00.38.155h3.429l8.197 17.68a.536.536 0 00.488.319h5.811a.547.547 0 00.543-.548v-4.908a.543.543 0 00-.543-.548h-2.013L12.739.316A.55.55 0 0012.245 0H4.991zm.54 1.09h6.367l8.16 17.681a.536.536 0 00.488.318h1.818v3.817h-4.922L9.24 5.226a.536.536 0 00-.488-.318h-3.23zm2.013 8.237a.538.538 0 00-.486.31L.6 23.213a.55.55 0 00.032.528.533.533 0 00.454.25h6.169a.547.547 0 00.497-.31l3.38-7.165a.54.54 0 00-.003-.469l-3.093-6.41a.547.547 0 00-.494-.31zm.006 1.804l2.488 5.152-3.122 6.62H1.947z" }));
exports.default = Awslambda;