MCPcopy
hub / github.com/midudev/libros-programacion-gratis / tablerIcon

Function tablerIcon

web/src/data/sectionLogos.ts:1–2  ·  view source on GitHub ↗
(paths: string, stroke = '%23777')

Source from the content-addressed store, hash-verified

1const tablerIcon = (paths: string, stroke = '%23777') =>
2 `data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='${stroke}' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E${paths}%3C/svg%3E`;
3
4const sectionLogos: Record<string, string | string[]> = {
5 generales: tablerIcon(

Callers 1

sectionLogos.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected