First commit
This commit is contained in:
commit
7cf3558ba7
12933 changed files with 1180047 additions and 0 deletions
26
public/heroicons/svgo.16.solid.mjs
Normal file
26
public/heroicons/svgo.16.solid.mjs
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
export default {
|
||||
plugins: [
|
||||
'preset-default',
|
||||
'removeDimensions',
|
||||
'sortAttrs',
|
||||
'cleanupListOfValues',
|
||||
{
|
||||
name: 'removeAttrs',
|
||||
params: {
|
||||
attrs: ['fill'],
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'addAttributesToSVGElement',
|
||||
params: {
|
||||
attributes: [
|
||||
{
|
||||
fill: 'currentColor',
|
||||
'aria-hidden': 'true',
|
||||
'data-slot': 'icon',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue