@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 417 B
JavaScript
/**
* @mynaui/icons-react v0.4.1 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var GitBranch = createReactComponent("git-branch", "GitBranch", [["path", { "d": "M6 15a3 3 0 1 1 0 6 3 3 0 0 1 0-6", "key": "svg-0" }], ["path", { "d": "M18 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0 0a9 9 0 0 1-9 9m-3-3V3", "key": "svg-1" }]]);
export { GitBranch as default };
//# sourceMappingURL=GitBranch.js.map