1 Star 0 Fork 0

chenlh/heroicons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
svgo.24.outline.mjs 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jordan Pittman 提交于 2023-12-18 09:55 . Add data-slot attribute
export default {
plugins: [
'preset-default',
'removeDimensions',
'sortAttrs',
'cleanupListOfValues',
{
name: 'removeAttrs',
params: {
attrs: ['stroke', 'path:stroke-width'],
},
},
{
name: 'addAttributesToSVGElement',
params: {
attributes: [
{
'stroke-width': '1.5',
stroke: 'currentColor',
'aria-hidden': 'true',
'data-slot': 'icon',
},
],
},
},
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenlh_kwick/heroicons.git
git@gitee.com:chenlh_kwick/heroicons.git
chenlh_kwick
heroicons
heroicons
master

搜索帮助