mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-21 14:39:20 +01:00
* Fixed Illustrator template link + fixed typo
* Added `pilcrow-left` icon
* Revert "Added `pilcrow-left` icon"
This reverts commit 6ccdf9c55e.
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
---
|
|
title: Illustrator Template Guide
|
|
---
|
|
|
|
# Illustrator Template Guide
|
|
|
|
This Guide explains how to properly use the Adobe Illustrator Template for Lucide.
|
|
|
|
>Attention: Even though it is unlikely the template can be outdated or not 100% correct. Please check the Icon Design Guide before you start working with the template to ensure integrity with the Lucide icon pack.
|
|
|
|
## General Workflow
|
|
|
|
The Illustrator template is created following guidelines from the [Icon Design Guide](icon-design-guide.md).
|
|
|
|
**Workflow:**
|
|
|
|
1. Download and open the [Illustrator template](https://github.com/lucide-icons/lucide/blob/main/docs/public/templates/illustrator_template.ai).
|
|
|
|
2. You can now remove the content from the example logo layer ("Draw") and start creating.
|
|
|
|
3. Verify that you follow the [Icon Design Guidelines](icon-design-guide.md).
|
|
|
|
4. Before you export the file as an SVG make sure to check that you followed the guidelines and remove all unnecessary layers (especially "Padding" and "Grid").
|
|
|
|
5. Export the file with the export menu under: `Export > Export As..` then save the file as SVG. Select the following options in the SVG Options dialog:
|
|
|
|

|
|
|
|
After that, double check that the [code conventions and SVG global attributes](icon-design-guide.md#code-conventions) are correct.
|
|
|
|
7. Minify paths with [SVGOMG](https://jakearchibald.github.io/svgomg/).
|