Tabler icons use currentColor which doesn't inherit through <img>, so they rendered black on the dark theme. Bake --text (#e8e6ed) into the 15 bundled SVGs and bump icon sizes (tile 20->30px, picker 22->28px). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
21 lines
508 B
XML
21 lines
508 B
XML
<!--
|
|
tags: [ipad, mobile, touchscreen, portable, device, tablet, hardware, technology, electronic, gadget]
|
|
category: Devices
|
|
version: "1.0"
|
|
unicode: "ea8c"
|
|
-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="#e8e6ed"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M5 4a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16" />
|
|
<path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
|
|
</svg>
|