Skip to content

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Sep 26, 2025

It's needed to unify icons in schema tree and templates for ydb-platform/ydb-embedded-ui#2906

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" {...props}>
<svg
xmlns="http://www.w3.org/2000/svg"
height={16}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added width and height to components, to be able to use them as it is, without additional props

Before: <AsyncReplicationIcon height={16} />
After: <AsyncReplicationIcon />

@artemmufazalov artemmufazalov marked this pull request as ready for review September 26, 2025 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant