19 lines
387 B
JavaScript
19 lines
387 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const GitCommit = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["circle", { cx: "12", cy: "12", r: "3" }],
|
|
["line", { x1: "3", x2: "9", y1: "12", y2: "12" }],
|
|
["line", { x1: "15", x2: "21", y1: "12", y2: "12" }]
|
|
]
|
|
];
|
|
|
|
export { GitCommit as default };
|
|
//# sourceMappingURL=git-commit.js.map
|