# rollup-plugin-svgsprite-generator **Repository Path**: mirrors_DevExpress/rollup-plugin-svgsprite-generator ## Basic Information - **Project Name**: rollup-plugin-svgsprite-generator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-06 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rollup plugin SVG Sprite Generator ## Options **minify** Minify svg sprite (*default value `true`*) **doctype** Include DOCTYPE header (*default value `true`*) **xml** Include \ tag (*default value `true`*), **inlineStyles** Inline styles to paths (*default value `true`*) **idConvert** = Function to modyfy id for symbol (*default value `n => n`*). Input value is string. Return value is string. **styleModification** Function to modify inlined styles (*default value `s => s`*) Input value is object. Return value is object. **output** output svg sprite file path (*required*) **input** input folder with SVG-s (*required*)