add_icon_to_project
Add a Lucide SVG icon to your project. Specify output filename, directory, stroke width, and overwrite settings to save the icon file directly.
Instructions
Add a Lucide SVG icon file to the current project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Lucide icon name, for example "search", "panel-left", or "chevron-right". | |
| filename | No | Optional output filename. Defaults to the icon name with .svg. | |
| outputDir | No | Output directory relative to the MCP server working directory. Defaults to assets/icons. | |
| overwrite | No | Whether to overwrite an existing file. Defaults to false. | |
| stripClass | No | Remove the Lucide class attribute from the SVG element. Defaults to false. | |
| strokeWidth | No | Override the SVG stroke-width attribute. | |
| stripLicense | No | Remove the leading Lucide license comment from the SVG. Defaults to false. |