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:
Karsa
2026-07-25 22:58:54 +02:00
committed by GitHub
parent d29db5e98e
commit dbfe130652
7 changed files with 123 additions and 41 deletions

View File

@@ -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$).+',