@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 489 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const GitBranch02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "git-branch-02" }), _jsx("path", { className: 'dry-icon-git-branch-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6 3v12m0 0a3 3 0 1 0 3 3m-3-3a3 3 0 0 1 3 3m9-9a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 0a9 9 0 0 1-9 9' })] }));
//# sourceMappingURL=GitBranch02.js.map