iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 893 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 Supabase = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.643 21.668c-.51.643-1.546.29-1.559-.531l-.18-12.016h8.08c1.463 0 2.28 1.69 1.37 2.836l-7.71 9.71z", fill: "#323544" }),
React.createElement("path", { d: "M13.643 21.668c-.51.643-1.546.29-1.559-.531l-.18-12.016h8.08c1.463 0 2.28 1.69 1.37 2.836l-7.71 9.71z", fill: "#323544" }),
React.createElement("path", { d: "M10.357 2.332c.511-.643 1.547-.29 1.56.531l.079 12.016h-7.98c-1.463 0-2.279-1.69-1.369-2.836l7.71-9.71z", fill: "#323544" }));
exports.default = Supabase;