1
0
Fork 0
datetime.link/templates/interactive-icons.html

25 lines
390 B
HTML

<template id="icon-solid-trash">
<style>
svg {
height: 1em;
vertical-align: middle;
}
svg path {
fill: currentColor;
}
</style>
{{template "icon_solid_trash.svg"}}
</template>
<template id="icon-solid-plus">
<style>
svg {
height: 1em;
vertical-align: middle;
}
svg path {
fill: currentColor;
}
</style>
{{template "icon_solid_plus.svg"}}
</template>