mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:28:26 +02:00
53 lines
1.0 KiB
TypeScript
53 lines
1.0 KiB
TypeScript
|
|
export const resourcesSidebar = [
|
||
|
|
{
|
||
|
|
text: 'About',
|
||
|
|
items: [
|
||
|
|
{
|
||
|
|
text: 'License',
|
||
|
|
link: '/license',
|
||
|
|
},
|
||
|
|
{
|
||
|
|
text: 'Community',
|
||
|
|
link: '/community',
|
||
|
|
},
|
||
|
|
{
|
||
|
|
text: 'Code of Conduct',
|
||
|
|
link: '/code-of-conduct',
|
||
|
|
},
|
||
|
|
{
|
||
|
|
text: 'Brand logo statement',
|
||
|
|
link: '/brand-logo-statement',
|
||
|
|
},
|
||
|
|
{
|
||
|
|
text: 'Contributing',
|
||
|
|
link: '/contribute',
|
||
|
|
},
|
||
|
|
],
|
||
|
|
},
|
||
|
|
{
|
||
|
|
text: 'Designing icons',
|
||
|
|
items: [
|
||
|
|
{
|
||
|
|
text: 'Icon Design Principles',
|
||
|
|
link: '/contribute/icon-design-guide',
|
||
|
|
},
|
||
|
|
{
|
||
|
|
text: 'Designing in Illustrator',
|
||
|
|
link: '/contribute/illustrator-guide',
|
||
|
|
},
|
||
|
|
{
|
||
|
|
text: 'Designing in Inkscape',
|
||
|
|
link: '/contribute/inkscape-guide',
|
||
|
|
},
|
||
|
|
{
|
||
|
|
text: 'Designing in Figma',
|
||
|
|
link: '/contribute/figma-guide',
|
||
|
|
},
|
||
|
|
{
|
||
|
|
text: 'Designing in Affinity Designer',
|
||
|
|
link: '/contribute/affinity-designer-guide',
|
||
|
|
},
|
||
|
|
],
|
||
|
|
},
|
||
|
|
];
|