First commit
This commit is contained in:
commit
7cf3558ba7
12933 changed files with 1180047 additions and 0 deletions
27
public/heroicons/svgo.24.outline.mjs
Normal file
27
public/heroicons/svgo.24.outline.mjs
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue