UNPKG

@kadconsulting/dry

Version:
3 lines 435 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const GitCommit = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "git-commit" }), _jsx("path", { className: 'dry-icon-git-commit', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 12a4 4 0 0 1-8 0m8 0a4 4 0 0 0-8 0m8 0h6M8 12H2' })] })); //# sourceMappingURL=GitCommit.js.map