mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
add missing YouTube source comment
This commit is contained in:
parent
5a4bf80b7a
commit
8cebd91e58
|
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
import type {SVGProps, ReactNode} from 'react';
|
||||
|
||||
// SVG Source: https://svgl.app/
|
||||
function YouTube(props: SVGProps<SVGSVGElement>): ReactNode {
|
||||
return (
|
||||
<svg
|
||||
|
|
|
|||
Loading…
Reference in New Issue