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>
22 lines
505 B
XML
22 lines
505 B
XML
<!--
|
|
tags: [iphone, phone, smartphone, cellphone, device, mobile, hardware, technology, electronic, gadget]
|
|
category: Devices
|
|
version: "1.0"
|
|
unicode: "ea8a"
|
|
-->
|
|
<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="M6 5a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-14" />
|
|
<path d="M11 4h2" />
|
|
<path d="M12 17v.01" />
|
|
</svg>
|