Vjacheslav Trushkin
Vjacheslav Trushkin
What style are you trying to apply to it?
So you want it to be `block` to fill an entire container?
Then you should align `iconify-icon` element, not SVG inside it. Looking at screenshot, you want to center it. That can be done with this CSS: ```css iconify-icon { display: block;...
Closing issue as stale, probably resolved.
It was added yesterday. However, looks like something is wrong with filters on Icones, so there is a bug. Search for "16" in Heroicons set to see them.
Source SVG: https://github.com/ant-design/ant-design-icons/blob/master/packages/icons-svg/svg/outlined/home.svg ```xml ``` `AntdHomeOutlined` is rendered correctly. Inconsistency is in Ant Design component that for some reason changed viewBox.
What browser are you using?
Edge supports Clipboard API. Check your addons, probably something is interfering with clipboard.
Tested extension and it indeed doesn't work. Probably extension needs to do some extra work to get access to clipboard.