UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

26 lines (22 loc) 759 B
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "git-merge-conflict", size: 24, node: [ ["path", { d: "M12 6h4a2 2 0 0 1 2 2v7", key: "18ej7s" }], ["path", { d: "M6 12v9", key: "9e33v1" }], ["path", { d: "m8.5 3.5-5 5", key: "cpmru9" }], ["path", { d: "m8.5 8.5-5-5", key: "1blc57" }], ["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }] ] }; __iconData.node; const GitMergeConflict = createLucideIcon(__iconData); export { __iconData, GitMergeConflict as default }; //# sourceMappingURL=git-merge-conflict.mjs.map