跳到内容

描边宽度

所有图标都由使用描边的 SVG 元素绘制,默认描边宽度为 2px

可以调整 strokeWidth,让图标呈现不同的视觉效果。

使用 strokeWidth prop 调整描边宽度

<!doctype html>
<html>
  <body>
    <i
      data-ycloud="folder-lock"
      stroke-width="1"
    ></i>

    <script src="index.js"></script>
  </body>
</html>

基于 ISC 许可证发布。