lucide-react 0.17.15 → 0.17.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.17.15 - ISC
2
+ * lucide-react v0.17.16 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -4398,6 +4398,30 @@ var GitCommit = createReactComponent('GitCommit', [['circle', {
4398
4398
  }]]);
4399
4399
  var GitCommit$1 = GitCommit;
4400
4400
 
4401
+ var GitFork = createReactComponent('GitFork', [['circle', {
4402
+ cx: '12',
4403
+ cy: '18',
4404
+ r: '3',
4405
+ key: '1mpf1b'
4406
+ }], ['circle', {
4407
+ cx: '6',
4408
+ cy: '6',
4409
+ r: '3',
4410
+ key: '1lh9wr'
4411
+ }], ['circle', {
4412
+ cx: '18',
4413
+ cy: '6',
4414
+ r: '3',
4415
+ key: '1h7g24'
4416
+ }], ['path', {
4417
+ d: 'M18 9v1a2 2 0 01-2 2H8a2 2 0 01-2-2V9',
4418
+ key: 'z9y6aa'
4419
+ }], ['path', {
4420
+ d: 'M12 12v3',
4421
+ key: '158kv8'
4422
+ }]]);
4423
+ var GitFork$1 = GitFork;
4424
+
4401
4425
  var GitMerge = createReactComponent('GitMerge', [['circle', {
4402
4426
  cx: '18',
4403
4427
  cy: '18',
@@ -9925,6 +9949,7 @@ exports.Gift = Gift$1;
9925
9949
  exports.GitBranch = GitBranch$1;
9926
9950
  exports.GitBranchPlus = GitBranchPlus$1;
9927
9951
  exports.GitCommit = GitCommit$1;
9952
+ exports.GitFork = GitFork$1;
9928
9953
  exports.GitMerge = GitMerge$1;
9929
9954
  exports.GitPullRequest = GitPullRequest$1;
9930
9955
  exports.Github = Github$1;