iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 kB
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 Keepassxc = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.378 0 0 5.378 0 12c0 6.623 5.378 12 12 12 6.623 0 12-5.377 12-12 0-6.622-5.377-12-12-12zm0 .791a11.203 11.203 0 0111.209 11.21A11.202 11.202 0 0112 23.208 11.203 11.203 0 01.791 12 11.203 11.203 0 0112.001.791zm0 1.871a9.356 9.356 0 00-1.705.162A1.746 1.746 0 0012 4.95a1.746 1.746 0 001.706-2.126A9.342 9.342 0 0012 2.662zM7.2 4a9.338 9.338 0 00-4.54 8 9.338 9.338 0 0018.677 0 9.338 9.338 0 00-4.54-7.998 4.888 4.888 0 01-2.701 5.365l-.12 2.066 1.482 1.483-1.483 1.482.989.989-.989.988.12 1.857L12 20.328l-2.096-2.096V9.367A4.89 4.89 0 017.2 4zm3.4 6.543v6.99h.7v-6.99z" }));
exports.default = Keepassxc;