Skip to content

Commit

Permalink
feat:update copy link icon svg property
Browse files Browse the repository at this point in the history
  • Loading branch information
a26620236 committed Oct 13, 2021
1 parent 68e54b1 commit def2141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/icons/components/CopyLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function SvgCopyLink(props) {
</g>
<defs>
<clipPath id="copy-link_svg__clip0">
<path fill="#fff" transform="translate(8 8)" d="M0 0h16v16H0z" />
<path fill="transparent" transform="translate(8 8)" d="M0 0h16v16H0z" />
</clipPath>
</defs>
</svg>
Expand Down

0 comments on commit def2141

Please sign in to comment.