简体中文
外观
所有图标都由使用描边的 SVG 元素绘制,默认描边宽度为 2px。
2px
可以调整 strokeWidth,让图标呈现不同的视觉效果。
strokeWidth
<!doctype html> <html> <body> <i data-ycloud="folder-lock" stroke-width="1" ></i> <script src="index.js"></script> </body> </html>