iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 744 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 LogoAerospike = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("g", { fill: "none" },
React.createElement("path", { fill: "#C4373A", d: "M0 31.806h32V.776H0z" }),
React.createElement("path", { fill: "#FFF", d: "M19.448 12.508l-8.986 3.86 8.986 3.883v-7.743zm-11.304 4.73l-2.094-.863 2.094-.931 17.749-7.741v2.062l-4.654 1.99v9.25l4.654 2.01v1.968L8.143 17.24z" })));
exports.default = LogoAerospike;