UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

27 lines (23 loc) 829 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-pull-request-closed", size: 24, node: [ ["path", { d: "m15.5 3.5 5 5", key: "1kmx7t" }], ["path", { d: "m15.5 8.5 5-5", key: "saftza" }], ["path", { d: "M18 11.62V15", key: "1greaj" }], ["path", { d: "M6 9v12", key: "1sc30k" }], ["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }], ["circle", { cx: "6", cy: "6", r: "3", key: "1lh9wr" }] ] }; __iconData.node; const GitPullRequestClosed = createLucideIcon(__iconData); export { __iconData, GitPullRequestClosed as default }; //# sourceMappingURL=git-pull-request-closed.mjs.map