mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:28:26 +02:00
feat(icons): replaces podcast icon with new mic-* icons (#4583)
* feat(icons): replaces `podcast` icon with new `mic-*` icons * fix(icons): change contributors, since these are now essentially brand new icons * fix(prettier): remove path fill from allowed SVG element attributes
This commit is contained in:
@@ -33,7 +33,7 @@ const plugin = {
|
||||
params: {
|
||||
attrs: [
|
||||
'svg:^(?!(xmlns|width|height|fill|stroke|stroke-linecap|stroke-linejoin|stroke-width)$).+',
|
||||
'path:^(?!(d|fill)$).+',
|
||||
'path:^(?!(d)$).+',
|
||||
'line:^(?!(x1|x2|y1|y2)$).+',
|
||||
'polygon:^(?!points$).+',
|
||||
'polyline:^(?!points$).+',
|
||||
|
||||
Reference in New Issue
Block a user