Function
tablerIcon
(paths: string, stroke = '%23777')
Source from the content-addressed store, hash-verified
| 1 | const 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 | |
| 4 | const sectionLogos: Record<string, string | string[]> = { |
| 5 | generales: tablerIcon( |
Tested by
no test coverage detected