We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f5fa8 commit e6baa34Copy full SHA for e6baa34
1 file changed
src/UnoLogo/index.tsx
@@ -1,7 +1,7 @@
1
import type * as React from 'react';
2
3
export const UnoLogo = (props: React.ComponentPropsWithRef<'svg'>) => (
4
- <svg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 204' title='Logo' {...props}>
+ <svg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 204' {...props}>
5
<defs>
6
<style>{'.cls-1,.cls-2{fill:#fff}.cls-1{fill-rule:evenodd}'}</style>
7
</defs>
0 commit comments