iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 805 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 Appwrite = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M24 17.291v5.29H10.557A10.58 10.58 0 010 12.715v-1.43c.048-.735.174-1.463.374-2.171C1.63 4.673 5.713 1.419 10.557 1.419c4.844 0 8.927 3.254 10.183 7.695h-5.749a5.283 5.283 0 00-4.434-2.404 5.282 5.282 0 00-4.434 2.404A5.23 5.23 0 005.267 12a5.27 5.27 0 001.66 3.848 5.27 5.27 0 003.63 1.443H24zm0-6.734v5.291h-9.813A5.276 5.276 0 0015.848 12c0-.5-.07-.984-.199-1.443H24z" }));
exports.default = Appwrite;