Commit ff43d47
authored
[UIK-4657][icon] fix Copy (#2660)
## Changelog
### @semcore/icon
#### Fixed
- `Copy` icon
<!--- Provide a general summary of your changes in the Title above -->
## Motivation and Context
In the initial svg icon was rotate to 180° and wasn't flattened, but in
the code the final svg didn't applied this rotation.
## How has this been tested?
Manually, with storybook.
## Screenshots (if appropriate):
Before
<img width="111" height="92" alt="image"
src="https://github.com/user-attachments/assets/0e610e7f-7ea2-402f-9507-53246dfb3c5b"
/>
Fixed
<img width="110" height="78" alt="image"
src="https://github.com/user-attachments/assets/09cee6ad-d023-4419-ad62-1552ec6eb85d"
/>
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue).
- [ ] New feature (non-breaking change which adds functionality).
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected).
- [ ] Nice improve.
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [x] I have updated the documentation accordingly.
- [ ] I have added new tests on added of fixed functionality.1 parent 682b0e4 commit ff43d47
3 files changed
+1235
-1235
lines changed
0 commit comments