UNPKG

@kadconsulting/dry

Version:
3 lines 548 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const GitBranch01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "git-branch-01" }), _jsx("path", { className: 'dry-icon-git-branch-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 3v10.2c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 18 6.12 18 7.8 18H15m0 0a3 3 0 1 0 6 0 3 3 0 0 0-6 0ZM3 8h12m0 0a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z' })] })); //# sourceMappingURL=GitBranch01.js.map