mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
ee71c80562
Replaces @material-symbols/svg-400 (5.5 MB) with heroicons (488 KB) — an 11x reduction in icon asset size. Heroicons uses a single consistent distribution format (24px solid SVGs, fill="currentColor") eliminating the need for the separate utils/svg.html partial, the icon-svg-stroke CSS utility, and the dual-path resolution logic in icon.html. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
10 lines
387 B
HTML
10 lines
387 B
HTML
<div class="px-4 border-l-2 border-l-magenta-light dark:border-l-magenta-dark">
|
|
<p class="not-prose flex gap-2 items-center text-magenta-light dark:text-magenta-dark">
|
|
<span class="icon-svg pb-1">
|
|
{{ partialCached "icon" "beaker" "beaker" }}
|
|
</span>
|
|
<strong>{{ .Get "title" | default (i18n "experimental") }}</strong>
|
|
</p>
|
|
{{ .InnerDeindent | safe.HTML }}
|
|
</div>
|