We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Icons that got empty style tag in SVG <defs><style type="text/css"></style></defs> cause CSP errors in console.
<defs><style type="text/css"></style></defs>
Empty <style> tag is inserted w/o any context when icon is generated
<style>
ant-design-icons/packages/icons-react/src/utils.ts
Line 51 in 4ffecd5
I guess it's just an error on some icons where designer of icon forgot to strip it of empty <style> tag.