目前项目里只有复制 SVG,缺少粘贴图标,以下是一个例子(效果不是特别好,建议优化一下,就不发 PR 了):
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_i_1735_455)">
<rect x="3.8" y="1.2" width="2.4" height="1.4" rx="0.4" stroke="white" stroke-width="0.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M 3.8 1.9 H 2.6 C 2.15 1.9 1.8 2.25 1.8 2.7 V 8.2 C 1.8 8.65 2.15 9.0 2.6 9.0 H 7.4 C 7.85 9.0 8.2 8.65 8.2 8.2 V 2.7 C 8.2 2.25 7.85 1.9 7.4 1.9 H 6.2" stroke="white" stroke-width="0.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M 3.5 4.5 H 6.5" stroke="white" stroke-width="0.8" stroke-linecap="round"/>
<path d="M 3.5 6.5 H 5.2" stroke="white" stroke-width="0.8" stroke-linecap="round"/>
</g>
<defs>
<filter id="filter0_i_1735_455" x="0" y="0" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="1"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.942 0 0 0 0 0.94 0 0 0 0 1 0 0 0 0.1 0"/>
<feBlend mode="hard-light" in2="shape" result="effect1_innerShadow_1735_455"/>
</filter>
</defs>
</svg>
目前项目里只有复制 SVG,缺少粘贴图标,以下是一个例子(效果不是特别好,建议优化一下,就不发 PR 了):