Files
MyFastHtml/src/myfasthtml/icons/tabler.py

10871 lines
621 KiB
Python

# @sicons/tabler
#
# SVG icons integrated from [`tabler`](https://github.com/tabler/tabler-icons)
#
# A part of [`xicons`](https://github.com/07akioni/xicons) project.
from fastcore.basics import NotStr
icon_scale_outline = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="18" height="18" rx="4" />
<path d="M12 7c1.956 0 3.724.802 4.994 2.095l-2.956 2.904A3 3 0 0 0 12 11.2a3 3 0 0 0-2.038.798L7.006 9.095A6.979 6.979 0 0 1 12 7z" />
</g>
</svg>''')
icon_walk = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="13" cy="4" r="1" />
<path d="M7 21l3-4" />
<path d="M16 21l-2-4l-3-3l1-6" />
<path d="M6 12l2-3l4-1l3 3l3 1" />
</g>
</svg>''')
icon_temperature_celsius = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="8" r="2" />
<path d="M20 9a3 3 0 0 0-3-3h-1a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h1a3 3 0 0 0 3-3" />
</g>
</svg>''')
icon_brand_gitlab = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M21 14l-9 7l-9-7L6 3l3 7h6l3-7z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_playlist = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="14" cy="17" r="3" />
<path d="M17 17V4h4" />
<path d="M13 5H3" />
<path d="M3 9h10" />
<path d="M9 13H3" />
</g>
</svg>''')
icon_flip_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12h18" />
<path d="M7 16h10L7 21v-5" />
<path d="M7 8h10L7 3v5" />
</g>
</svg>''')
icon_player_skip_forward = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 5v14l12-7z" />
<path d="M20 5v14" />
</g>
</svg>''')
icon_plant = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 15h10v4a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-4z" />
<path d="M12 9a6 6 0 0 0-6-6H3v2a6 6 0 0 0 6 6h3" />
<path d="M12 11a6 6 0 0 1 6-6h3v1a6 6 0 0 1-6 6h-3" />
<path d="M12 15V9" />
</g>
</svg>''')
icon_messages = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 14l-3-3h-7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v10" />
<path d="M14 15v2a1 1 0 0 1-1 1H6l-3 3V11a1 1 0 0 1 1-1h2" />
</g>
</svg>''')
icon_viewfinder = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 3v4" />
<path d="M12 21v-3" />
<path d="M3 12h4" />
<path d="M21 12h-3" />
<path d="M12 12v.01" />
</g>
</svg>''')
icon_paint = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="3" width="14" height="6" rx="2" />
<path d="M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1-5 5h-5v2" />
<rect x="10" y="15" width="4" height="6" rx="1" />
</g>
</svg>''')
icon_subtask = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 9h6" />
<path d="M4 5h4" />
<path d="M6 5v11a1 1 0 0 0 1 1h5" />
<rect x="12" y="7" width="8" height="4" rx="1" />
<rect x="12" y="15" width="8" height="4" rx="1" />
</g>
</svg>''')
icon_calendar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="5" width="16" height="16" rx="2" />
<path d="M16 3v4" />
<path d="M8 3v4" />
<path d="M4 11h16" />
<path d="M11 15h1" />
<path d="M12 15v3" />
</g>
</svg>''')
icon_flag3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 14h14l-4.5-4.5L19 5H5v16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_foursquare = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 3h10c.644 0 1.11.696.978 1.33l-1.984 9.859A1.014 1.014 0 0 1 15 15h-2.254c-.308 0-.6.141-.793.382l-4.144 5.25C7.21 21.384 6 20.963 6 20V4c0-.564.44-1 1-1z" />
<path d="M12 9h5" />
</g>
</svg>''')
icon_file_code2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 12H9v5h1" />
<path d="M14 12h1v5h-1" />
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
</g>
</svg>''')
icon_text_resize = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="5" r="2" />
<circle cx="19" cy="5" r="2" />
<circle cx="5" cy="19" r="2" />
<circle cx="19" cy="19" r="2" />
<path d="M5 7v10" />
<path d="M7 5h10" />
<path d="M7 19h10" />
<path d="M19 7v10" />
<path d="M10 10h4" />
<path d="M12 14v-4" />
</g>
</svg>''')
icon_bell_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6" />
<path d="M9 17v1a3 3 0 0 0 6 0v-1" />
<path d="M10.5 9.5l3 3m0-3l-3 3" />
</g>
</svg>''')
icon_letter_u = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 4v11a5 5 0 0 0 5 5h2a5 5 0 0 0 5-5V4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_lock = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="11" width="14" height="10" rx="2" />
<circle cx="12" cy="16" r="1" />
<path d="M8 11V7a4 4 0 0 1 8 0v4" />
</g>
</svg>''')
icon_presentation_analytics = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 12V8" />
<path d="M15 12v-2" />
<path d="M12 12v-1" />
<path d="M3 4h18" />
<path d="M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4" />
<path d="M12 16v4" />
<path d="M9 20h6" />
</g>
</svg>''')
icon_arrow_up_left_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 9l6 6" />
<path d="M15 9H9v6" />
</g>
</svg>''')
icon_brand_shazam = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 12l2-2a2.828 2.828 0 0 1 4 0a2.828 2.828 0 0 1 0 4l-3 3" />
<path d="M14 12l-2 2a2.828 2.828 0 1 1-4-4l3-3" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_clipboard_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M10 14h4" />
<path d="M12 12v4" />
</g>
</svg>''')
icon_report_money = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3H10" />
<path d="M12 17v1m0-8v1" />
</g>
</svg>''')
icon_antenna_bars1 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 18v.01" />
<path d="M10 18v.01" />
<path d="M14 18v.01" />
<path d="M18 18v.01" />
</g>
</svg>''')
icon_building_lighthouse = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3l2 3l2 15H8l2-15z" />
<path d="M8 9h8" />
<path d="M3 11l2-2l-2-2" />
<path d="M21 11l-2-2l2-2" />
</g>
</svg>''')
icon_basket = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 10l5-6l5 6" />
<path d="M21 10l-2 8a2 2.5 0 0 1-2 2H7a2 2.5 0 0 1-2-2l-2-8z" />
<circle cx="12" cy="15" r="2" />
</g>
</svg>''')
icon_brand_kotlin = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 20H4V4h16" />
<path d="M4 20L20 4" />
<path d="M4 12l8-8" />
<path d="M12 12l8 8" />
</g>
</svg>''')
icon_rotate_clockwise = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrows_split2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 17h-5.397a5 5 0 0 1-4.096-2.133l-.514-.734A5 5 0 0 0 6.897 12H3" />
<path d="M21 7h-5.395a5 5 0 0 0-4.098 2.135l-.51.73A5 5 0 0 1 6.9 12H3" />
<path d="M18 10l3-3l-3-3" />
<path d="M18 20l3-3l-3-3" />
</g>
</svg>''')
icon_layout = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="6" height="5" rx="2" />
<rect x="4" y="13" width="6" height="7" rx="2" />
<rect x="14" y="4" width="6" height="16" rx="2" />
</g>
</svg>''')
icon_droplet_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.454 8.458l-1.653 2.545a6 6 0 0 0 10.32 6.123" />
<path d="M18 14a5.971 5.971 0 0 0-.803-3L12 3l-1.968 3.03" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_arrows_diagonal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 4h4v4" />
<path d="M14 10l6-6" />
<path d="M8 20H4v-4" />
<path d="M4 20l6-6" />
</g>
</svg>''')
icon_file_phone = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M9 12a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-1 0v1a5 5 0 0 0 5 5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1" />
</g>
</svg>''')
icon_cone2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="12" cy="7" rx="7" ry="3" />
<path d="M19 7v.5L12 20L5 7.5V7" />
</g>
</svg>''')
icon_table = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 10h16" />
<path d="M10 4v16" />
</g>
</svg>''')
icon_circle_half = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 3v18" />
</g>
</svg>''')
icon_bookmarks = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 7a2 2 0 0 1 2 2v12l-5-3l-5 3V9a2 2 0 0 1 2-2h6z" />
<path d="M9.265 4A2 2 0 0 1 11 3h6a2 2 0 0 1 2 2v12l-1-.6" />
</g>
</svg>''')
icon_square_forbid = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 9l6 6" />
</g>
</svg>''')
icon_brand_unsplash = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 11h5v4h6v-4h5v9H4zm5-7h6v4H9z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_scale = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 20h10" />
<path d="M6 6l6-1l6 1" />
<path d="M12 3v17" />
<path d="M9 12L6 6l-3 6a3 3 0 0 0 6 0" />
<path d="M21 12l-3-6l-3 6a3 3 0 0 0 6 0" />
</g>
</svg>''')
icon_wall = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 8h16" />
<path d="M20 12H4" />
<path d="M4 16h16" />
<path d="M9 4v4" />
<path d="M14 8v4" />
<path d="M8 12v4" />
<path d="M16 12v4" />
<path d="M11 16v4" />
</g>
</svg>''')
icon_face_mask = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5.002 14.5H4.78c-1.535 0-2.778-1.12-2.778-2.5S3.245 9.5 4.78 9.5h.222" />
<path d="M19.002 14.5h.222c1.534 0 2.778-1.12 2.778-2.5s-1.244-2.5-2.778-2.5h-.222" />
<path d="M9 10h6" />
<path d="M9 14h6" />
<path d="M12.55 18.843l5-1.429A2 2 0 0 0 19 15.491V8.51a2 2 0 0 0-1.45-1.923l-5-1.429a2 2 0 0 0-1.1 0l-5 1.429A2 2 0 0 0 5 8.509v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0z" />
</g>
</svg>''')
icon_clipboard_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M9 14l2 2l4-4" />
</g>
</svg>''')
icon_flare = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="2" />
<path d="M3 12h4m5-9v4m5 5h4m-9 5v4M7.5 7.5l1 1m8-1l-1 1m0 7l1 1m-8-1l-1 1" />
</g>
</svg>''')
icon_qrcode = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="6" height="6" rx="1" />
<path d="M7 17v.01" />
<rect x="14" y="4" width="6" height="6" rx="1" />
<path d="M7 7v.01" />
<rect x="4" y="14" width="6" height="6" rx="1" />
<path d="M17 7v.01" />
<path d="M14 14h3" />
<path d="M20 14v.01" />
<path d="M14 14v3" />
<path d="M14 20h3" />
<path d="M17 17h3" />
<path d="M20 17v3" />
</g>
</svg>''')
icon_clear_formatting = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 15l4 4m0-4l-4 4" />
<path d="M7 6V5h11v1" />
<path d="M7 19h4" />
<path d="M13 5L9 19" />
</g>
</svg>''')
icon_brand_ubuntu = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="5" r="2" />
<path d="M17.723 7.41a7.992 7.992 0 0 0-3.74-2.162m-3.971 0a7.993 7.993 0 0 0-3.789 2.216m-1.881 3.215A8 8 0 0 0 4 12.999c0 .738.1 1.453.287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m3.998-.003a7.993 7.993 0 0 0 3.747-2.186m1.962-3.43A8.008 8.008 0 0 0 20 12.999c0-.764-.107-1.503-.307-2.203" />
<circle cx="5" cy="17" r="2" />
<circle cx="19" cy="17" r="2" />
</g>
</svg>''')
icon_arrow_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 5v14" />
<path d="M18 11l-6-6" />
<path d="M6 11l6-6" />
</g>
</svg>''')
icon_brand_hipchat = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.802 17.292s.077-.055.2-.149C19.845 15.718 21 13.653 21 11.354c0-4.286-4.03-7.764-8.998-7.764C7.032 3.59 3 7.068 3 11.354C3 15.642 7.03 19 12 19c.424 0 1.12-.028 2.088-.084c1.262.82 3.104 1.493 4.716 1.493c.499 0 .734-.41.414-.828c-.486-.596-1.156-1.551-1.416-2.29z" />
<path d="M7.5 13.5c2.5 2.5 6.5 2.5 9 0" />
</g>
</svg>''')
icon_camera_rotate = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 7h1a2 2 0 0 0 2-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<path d="M11.245 15.904A3 3 0 0 0 15 13m-2.25-2.905A3 3 0 0 0 9 13" />
<path d="M14 13h2v2" />
<path d="M10 13H8v-2" />
</g>
</svg>''')
icon_microphone = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="2" width="6" height="11" rx="3" />
<path d="M5 10a7 7 0 0 0 14 0" />
<path d="M8 21h8" />
<path d="M12 17v4" />
</g>
</svg>''')
icon_device_mobile_vibration = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="10" height="16" rx="1" />
<path d="M8 5h2" />
<path d="M9 17v.01" />
<path d="M20 6l-2 3l2 3l-2 3l2 3" />
</g>
</svg>''')
icon_ghost = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1-3.1 1.4a1.65 1.65 0 0 0-2.6 0a1.65 1.65 0 0 1-2.6 0a1.65 1.65 0 0 0-2.6 0A1.78 1.78 0 0 1 5 18v-7" />
<path d="M10 10h.01" />
<path d="M14 10h.01" />
<path d="M10 14a3.5 3.5 0 0 0 4 0" />
</g>
</svg>''')
icon_medal2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 3h6l3 7l-6 2l-6-2z" />
<path d="M12 12L9 3" />
<path d="M15 11l-3-8" />
<path d="M12 19.5L9 21l.5-3.5l-2-2l3-.5l1.5-3l1.5 3l3 .5l-2 2L15 21z" />
</g>
</svg>''')
icon_corner_up_right_double = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 18v-6a3 3 0 0 1 3-3h7" />
<path d="M10 13l4-4l-4-4m5 8l4-4l-4-4" />
</g>
</svg>''')
icon_crane = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 21h6" />
<path d="M9 21V3L3 9h18" />
<path d="M9 3l10 6" />
<path d="M17 9v4a2 2 0 1 1-2 2" />
</g>
</svg>''')
icon_file_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M12 11v6" />
<path d="M9 14h6" />
</g>
</svg>''')
icon_devices_pc = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 5h6v14H3z" />
<path d="M12 9h10v7H12z" />
<path d="M14 19h6" />
<path d="M17 16v3" />
<path d="M6 13v.01" />
<path d="M6 16v.01" />
</g>
</svg>''')
icon_square_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 12h6" />
<path d="M12 9v6" />
</g>
</svg>''')
icon_logout = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 8V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-2" />
<path d="M7 12h14l-3-3m0 6l3-3" />
</g>
</svg>''')
icon_arrow_up_right_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M15 9l-6 6" />
<path d="M15 15V9H9" />
</g>
</svg>''')
icon_multiplier2_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 16l4-4" />
<path d="M18 16l-4-4" />
<path d="M6 10a2 2 0 1 1 4 0c0 .591-.417 1.318-.816 1.858L6 16.001h4" />
</g>
</svg>''')
icon_list_details = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 5h8" />
<path d="M13 9h5" />
<path d="M13 15h8" />
<path d="M13 19h5" />
<rect x="3" y="4" width="6" height="6" rx="1" />
<rect x="3" y="14" width="6" height="6" rx="1" />
</g>
</svg>''')
icon_arrow_up_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 8l-4 4" />
<path d="M12 8v8" />
<path d="M16 12l-4-4" />
</g>
</svg>''')
icon_square_forbid2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 15l6-6" />
</g>
</svg>''')
icon_hotel_service = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8.5 10A1.5 1.5 0 0 1 7 8.5a5.5 5.5 0 0 1 11 0V19a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-2c0-1.38.71-2.444 1.88-3.175l4.424-2.765C14.359 10.4 15 9.744 15 8.5a2.5 2.5 0 1 0-5 0A1.5 1.5 0 0 1 8.5 10z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_test_pipe = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 4l3 3L6.65 19.35a1.5 1.5 0 0 1-3-3L16 4" />
<path d="M10 10h6" />
<path d="M19 15l1.5 1.6a2 2 0 1 1-3 0L19 15" />
</g>
</svg>''')
icon_message_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 20l1.3-3.9A9 8 0 1 1 7.7 19L3 20" />
<path d="M12 12v.01" />
<path d="M8 12v.01" />
<path d="M16 12v.01" />
</g>
</svg>''')
icon_arrow_autofit_height = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6" />
<path d="M18 14v7" />
<path d="M18 3v7" />
<path d="M15 18l3 3l3-3" />
<path d="M15 6l3-3l3 3" />
</g>
</svg>''')
icon_backpack = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 7h2a6 6 0 0 1 6 6v6a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-6a6 6 0 0 1 6-6z" />
<path d="M10 7V6a2 2 0 1 1 4 0v1" />
<path d="M10 15h4" />
</g>
</svg>''')
icon_truck_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="17" r="2" />
<path d="M15.585 15.586a2 2 0 0 0 2.826 2.831" />
<path d="M5 17H3V6a1 1 0 0 1 1-1h1m3.96 0H13v4m0 4v4m-4 0h6m6 0v-6h-6m-2-5h5l3 5" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_hexagon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1-1.029 1.748l-6 3.833a2 2 0 0 1-1.942 0l-6-3.833A2 2 0 0 1 4 15.157V8.62a2 2 0 0 1 1.029-1.748l6-3.572a2.056 2.056 0 0 1 2 0l6 3.573z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_user_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
<path d="M16 11l2 2l4-4" />
</g>
</svg>''')
icon_arrows_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 8l-4 4l4 4" />
<path d="M17 8l4 4l-4 4" />
<path d="M3 12h18" />
</g>
</svg>''')
icon_corner_left_up_double = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 19h-6a3 3 0 0 1-3-3V9" />
<path d="M13 13L9 9l-4 4m8-5L9 4L5 8" />
</g>
</svg>''')
icon_tags_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 6h-.975A2.025 2.025 0 0 0 3 8.025v2.834c0 .537.213 1.052.593 1.432l6.116 6.116a2.025 2.025 0 0 0 2.864 0l2.834-2.834c.028-.028.055-.056.08-.085" />
<path d="M17.573 18.407l.418-.418m1.997-1.997l.419-.419a2.025 2.025 0 0 0 0-2.864L13.29 5.593" />
<path d="M6 9h-.01" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_devices2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 15H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h6" />
<rect x="13" y="4" width="8" height="16" rx="1" />
<path d="M7 19h3" />
<path d="M17 8v.01" />
<circle cx="17" cy="16" r="1" />
<path d="M9 15v4" />
</g>
</svg>''')
icon_playlist_add = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 8H5" />
<path d="M5 12h9" />
<path d="M11 16H5" />
<path d="M15 16h6" />
<path d="M18 13v6" />
</g>
</svg>''')
icon_chart_area_line = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 19l4-6l4 2l4-5l4 4v5H4" />
<path d="M4 12l3-4l4 2l5-6l4 4" />
</g>
</svg>''')
icon_arrows_up_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 7l-4-4l-4 4" />
<path d="M17 3v11a3 3 0 0 1-3 3H3" />
<path d="M7 13l-4 4l4 4" />
</g>
</svg>''')
icon_cloud_fog = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 16a4.6 4.4 0 0 1 0-9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7H7" />
<path d="M5 20h14" />
</g>
</svg>''')
icon_variable = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4C2.5 9 2.5 14 5 20M19 4c2.5 5 2.5 10 0 16M9 9h1c1 0 1 1 2.016 3.527C13 15 13 16 14 16h1" />
<path d="M8 16c1.5 0 3-2 4-3.5S14.5 9 16 9" />
</g>
</svg>''')
icon_dna = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle transform="rotate(-45 12 12)" cx="12" cy="12" r="4" />
<path d="M9.172 20.485a4 4 0 1 0-5.657-5.657" />
<path d="M14.828 3.515a4 4 0 1 0 5.657 5.657" />
</g>
</svg>''')
icon_chart_infographic = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="7" r="4" />
<path d="M7 3v4h4" />
<path d="M9 17v4" />
<path d="M17 14v7" />
<path d="M13 13v8" />
<path d="M21 12v9" />
</g>
</svg>''')
icon_disabled2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="17" cy="6" r="2" />
<path d="M9 11a5 5 0 1 0 3.95 7.95" />
<path d="M19 20l-4-5h-4l3-5l-4-3l-4 1" />
</g>
</svg>''')
icon_border_none = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4v.01" />
<path d="M8 4v.01" />
<path d="M12 4v.01" />
<path d="M16 4v.01" />
<path d="M20 4v.01" />
<path d="M4 8v.01" />
<path d="M12 8v.01" />
<path d="M20 8v.01" />
<path d="M4 12v.01" />
<path d="M8 12v.01" />
<path d="M12 12v.01" />
<path d="M16 12v.01" />
<path d="M20 12v.01" />
<path d="M4 16v.01" />
<path d="M12 16v.01" />
<path d="M20 16v.01" />
<path d="M4 20v.01" />
<path d="M8 20v.01" />
<path d="M12 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
</g>
</svg>''')
icon_spacing_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20v-2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2" />
<path d="M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4" />
<path d="M16 12H8" />
</g>
</svg>''')
icon_thumb_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 13V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 0 0 4 0v-5h3a2 2 0 0 0 2-2l-1-5a2 3 0 0 0-2-2h-7a3 3 0 0 0-3 3" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_usb = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="19" r="2" />
<path d="M12 17V5.5" />
<path d="M7 10v3l5 3" />
<path d="M12 14.5l5-2V10" />
<path d="M16 10h2V8h-2z" />
<circle cx="7" cy="9" r="1" />
<path d="M10 5.5h4L12 3z" />
</g>
</svg>''')
icon_file_report = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="17" cy="17" r="4" />
<path d="M17 13v4h4" />
<path d="M12 3v4a1 1 0 0 0 1 1h4" />
<path d="M11.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v2m0 3v4" />
</g>
</svg>''')
icon_currency = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="7" />
<path d="M4 4l3 3" />
<path d="M20 4l-3 3" />
<path d="M4 20l3-3" />
<path d="M20 20l-3-3" />
</g>
</svg>''')
icon_number2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8 8a4 4 0 1 1 8 0c0 1.098-.564 2.025-1.159 2.815L8 20h8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_square_toggle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2v20" />
<path d="M14 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8" />
<path d="M20 6a2 2 0 0 0-2-2" />
<path d="M18 20a2 2 0 0 0 2-2" />
<path d="M20 10v4" />
</g>
</svg>''')
icon_brand_cucumber = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 10.99c-.01 5.52-4.48 10-10 10.01v-2.26l-.01-.01c-4.28-1.11-6.86-5.47-5.76-9.75a8.001 8.001 0 0 1 9.74-5.76C17.5 4.13 20 7.35 20 11v-.01z" />
<path d="M10.5 8L10 7" />
<path d="M13.5 14l.5 1" />
<path d="M9 12.5L8 13" />
<path d="M11 14l-.5 1" />
<path d="M13 8l.5-1" />
<path d="M16 12.5l-1-.5" />
<path d="M9 10l-1-.5" />
</g>
</svg>''')
icon_aerial_lift = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 5l16-2m-8 1v10M6.894 8H17.2c2.45 3 2.45 9-.2 12H6.894c-2.544-3-2.544-9 0-12zM5 14h14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_circle_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 12l2 2l4-4" />
</g>
</svg>''')
icon_brightness2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<path d="M6 6h3.5L12 3.5L14.5 6H18v3.5l2.5 2.5l-2.5 2.5V18h-3.5L12 20.5L9.5 18H6v-3.5L3.5 12L6 9.5z" />
</g>
</svg>''')
icon_globe = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="10" r="4" />
<path d="M6.75 16A8.015 8.015 0 1 0 16 3" />
<path d="M12 18v4" />
<path d="M8 22h8" />
</g>
</svg>''')
icon_file_dollar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3H10" />
<path d="M12 17v1m0-8v1" />
</g>
</svg>''')
icon_hand_stop = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13V5.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M11 5.5v-2a1.5 1.5 0 1 1 3 0V12" />
<path d="M14 5.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 7.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
</g>
</svg>''')
icon_arrow_loop_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 21V8a4 4 0 1 1 4 4H4" />
<path d="M7 15l-3-3l3-3" />
</g>
</svg>''')
icon_sock = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 3v6l4.798 5.142a4 4 0 0 1-5.441 5.86l-6.736-6.41A2 2 0 0 1 5 12.141V3h8z" />
<path d="M7.895 15.768C8.603 15.047 9 14.091 9 13a4 4 0 0 0-4-4" />
</g>
</svg>''')
icon_chart_pie3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12l-6.5 5.5" />
<path d="M12 3v9h9" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_eye_table = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.003 18.003h-.011" />
<path d="M12.003 18.002h-.011" />
<path d="M16.003 18.002h-.011" />
<path d="M4 3h16" />
<path d="M5 3v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3" />
<path d="M14 7h-4" />
<path d="M9 15h1" />
<path d="M14 15h1" />
<path d="M12 11V7" />
</g>
</svg>''')
icon_arrows_shuffle2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 4l3 3l-3 3" />
<path d="M18 20l3-3l-3-3" />
<path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" />
<path d="M3 17h3a5 5 0 0 0 5-5a5 5 0 0 1 5-5h5" />
</g>
</svg>''')
icon_vinyl = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16.004 3.937A9 9 0 1 0 21 12" />
<circle cx="12" cy="12" r="1" />
<circle cx="20" cy="4" r="1" />
<path d="M20 4l-3.5 10l-2.5 2" />
</g>
</svg>''')
icon_arrow_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14" />
<path d="M5 12l6 6" />
<path d="M5 12l6-6" />
</g>
</svg>''')
icon_recharging = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7.038 4.5a9 9 0 0 0-2.495 2.47" />
<path d="M3.186 10.209a9 9 0 0 0 0 3.508" />
<path d="M4.5 16.962a9 9 0 0 0 2.47 2.495" />
<path d="M10.209 20.814a9 9 0 0 0 3.5 0" />
<path d="M16.962 19.5a9 9 0 0 0 2.495-2.47" />
<path d="M20.814 13.791a9 9 0 0 0 0-3.508" />
<path d="M19.5 7.038a9 9 0 0 0-2.47-2.495" />
<path d="M13.791 3.186a9 9 0 0 0-3.508-.02" />
<path d="M12 8l-2 4h4l-2 4" />
<path d="M12 21a9 9 0 0 0 0-18" />
</g>
</svg>''')
icon_brand_apple = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 7c-3 0-4 3-4 5.5c0 3 2 7.5 4 7.5c1.088-.046 1.679-.5 3-.5c1.312 0 1.5.5 3 .5s4-3 4-5c-.028-.01-2.472-.403-2.5-3c-.019-2.17 2.416-2.954 2.5-3c-1.023-1.492-2.951-1.963-3.5-2c-1.433-.111-2.83 1-3.5 1c-.68 0-1.9-1-3-1z" />
<path d="M12 4a2 2 0 0 0 2-2a2 2 0 0 0-2 2" />
</g>
</svg>''')
icon_git_commit = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<path d="M12 3v6" />
<path d="M12 15v6" />
</g>
</svg>''')
icon_shield_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M17.669 17.669A12 12 0 0 1 12 21A12 12 0 0 1 3.5 6c.797.036 1.589 0 2.366-.126m3.092-.912A12 12 0 0 0 12 3a12 12 0 0 0 8.5 3a12 12 0 0 1-1.117 9.379" />
</g>
</svg>''')
icon_zodiac_scorpio = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 4a2 2 0 0 1 2 2v9" />
<path d="M5 6a2 2 0 0 1 4 0v9" />
<path d="M9 6a2 2 0 0 1 4 0v10a3 3 0 0 0 3 3h5l-3-3m0 6l3-3" />
</g>
</svg>''')
icon_squares_diagonal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="8" width="12" height="12" rx="2" />
<path d="M16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2" />
<path d="M8.586 19.414L19.413 8.587" />
</g>
</svg>''')
icon_engine = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 10v6" />
<path d="M12 5v3" />
<path d="M10 5h4" />
<path d="M5 13H3" />
<path d="M6 10h2l2-2h3.382a1 1 0 0 1 .894.553l1.448 2.894a1 1 0 0 0 .894.553H18v-2h2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-2v-2h-3v2a1 1 0 0 1-1 1h-3.465a1 1 0 0 1-.832-.445L8 16H6v-6z" />
</g>
</svg>''')
icon_target = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="1" />
<circle cx="12" cy="12" r="5" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_elevator = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="4" width="14" height="16" rx="1" />
<path d="M10 10l2-2l2 2" />
<path d="M10 14l2 2l2-2" />
</g>
</svg>''')
icon_disabled = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="5" r="2" />
<path d="M11 7v8h4l4 5" />
<path d="M11 11h5" />
<path d="M7 11.5a5 5 0 1 0 6 7.5" />
</g>
</svg>''')
icon_currency_pound = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M17 18.5a6 6 0 0 1-5 0a6 6 0 0 0-5 .5a3 3 0 0 0 2-2.5V9a4 4 0 0 1 7.45-2m-2.55 6h-7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_jump_rope = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 14V8a3 3 0 1 1 6 0v8a3 3 0 0 0 6 0v-6" />
<rect x="16" y="3" width="4" height="7" rx="2" />
<rect x="4" y="14" width="4" height="7" rx="2" />
</g>
</svg>''')
icon_chevrons_up_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 7h8v8" />
<path d="M5 11h8v8" />
</g>
</svg>''')
icon_picture_in_picture_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v4" />
<rect x="14" y="14" width="7" height="5" rx="1" />
<path d="M7 9l4 4" />
<path d="M7 12V9h3" />
</g>
</svg>''')
icon_box_multiple4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
<path d="M15 14V6l-4 6h5" />
</g>
</svg>''')
icon_volume2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 8a5 5 0 0 1 0 8" />
<path d="M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15" />
</g>
</svg>''')
icon_trash = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 7h16" />
<path d="M10 11v6" />
<path d="M14 11v6" />
<path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12" />
<path d="M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" />
</g>
</svg>''')
icon_trophy = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 21h8" />
<path d="M12 17v4" />
<path d="M7 4h10" />
<path d="M17 4v8a5 5 0 0 1-10 0V4" />
<circle cx="5" cy="9" r="2" />
<circle cx="19" cy="9" r="2" />
</g>
</svg>''')
icon_separator = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12v.01" />
<path d="M7 12h10" />
<path d="M21 12v.01" />
</g>
</svg>''')
icon_currency_dollar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16.7 8A3 3 0 0 0 14 6h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1-2.7-2" />
<path d="M12 3v3m0 12v3" />
</g>
</svg>''')
icon_h2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 12a2 2 0 1 1 4 0c0 .591-.417 1.318-.816 1.858L17 18.001h4" />
<path d="M4 6v12" />
<path d="M12 6v12" />
<path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</g>
</svg>''')
icon_currency_naira = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 18V7.052a1.05 1.05 0 0 1 1.968-.51l6.064 10.916a1.05 1.05 0 0 0 1.968-.51V6" />
<path d="M5 10h14" />
<path d="M5 14h14" />
</g>
</svg>''')
icon_polygon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="5" r="2" />
<circle cx="19" cy="8" r="2" />
<circle cx="5" cy="11" r="2" />
<circle cx="15" cy="19" r="2" />
<path d="M6.5 9.5l3.5-3" />
<path d="M14 5.5L17 7" />
<path d="M18.5 10L16 17" />
<path d="M13.5 17.5l-7-5" />
</g>
</svg>''')
icon_file_symlink = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 21v-4a3 3 0 0 1 3-3h5" />
<path d="M9 17l3-3l-3-3" />
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M5 11V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2H7.5" />
</g>
</svg>''')
icon_text_wrap_disabled = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h10" />
<path d="M4 18h10" />
<path d="M4 12h17l-3-3m0 6l3-3" />
</g>
</svg>''')
icon_currency_real = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />
<path d="M4 18V6h3a3 3 0 1 1 0 6H4c5.5 0 5 4 6 6" />
<path d="M18 6V4" />
<path d="M17 20v-2" />
</g>
</svg>''')
icon_history = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 8v4l2 2" />
<path d="M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5" />
</g>
</svg>''')
icon_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 12l5 5L20 7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_wallpaper = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6" />
<circle cx="6" cy="18" r="2" />
<path d="M8 18V6a2 2 0 1 0-4 0v12" />
</g>
</svg>''')
icon_calendar_event = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="5" width="16" height="16" rx="2" />
<path d="M16 3v4" />
<path d="M8 3v4" />
<path d="M4 11h16" />
<path d="M8 15h2v2H8z" />
</g>
</svg>''')
icon_user_search = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="7" r="4" />
<path d="M6 21v-2a4 4 0 0 1 4-4h1" />
<circle cx="16.5" cy="17.5" r="2.5" />
<path d="M18.5 19.5L21 22" />
</g>
</svg>''')
icon_arrows_maximize = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 4h4v4" />
<path d="M14 10l6-6" />
<path d="M8 20H4v-4" />
<path d="M4 20l6-6" />
<path d="M16 20h4v-4" />
<path d="M14 14l6 6" />
<path d="M8 4H4v4" />
<path d="M4 4l6 6" />
</g>
</svg>''')
icon_arrow_big_top = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9 20v-8H5.414a1 1 0 0 1-.707-1.707l6.586-6.586a1 1 0 0 1 1.414 0l6.586 6.586A1 1 0 0 1 18.586 12H15v8a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_c_sharp = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 9a3 3 0 0 0-3-3h-.5A3.5 3.5 0 0 0 3 9.5v5A3.5 3.5 0 0 0 6.5 18H7a3 3 0 0 0 3-3" />
<path d="M16 7l-1 10" />
<path d="M20 7l-1 10" />
<path d="M14 10h7.5" />
<path d="M21 14h-7.5" />
</g>
</svg>''')
icon_box_multiple6 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<circle cx="14" cy="12" r="2" />
<path d="M16 8a2 2 0 1 0-4 0v4" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_corner_down_left_double = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 5v6a3 3 0 0 1-3 3H9" />
<path d="M13 10l-4 4l4 4m-5-8l-4 4l4 4" />
</g>
</svg>''')
icon_adjustments_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="14" cy="6" r="2" />
<path d="M4 6h8" />
<path d="M16 6h4" />
<circle cx="8" cy="12" r="2" />
<path d="M4 12h2" />
<path d="M10 12h10" />
<circle cx="17" cy="18" r="2" />
<path d="M4 18h11" />
<path d="M19 18h1" />
</g>
</svg>''')
icon_geometry = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 21l4-12m2 0l1.48 4.439m.949 2.847L17 21" />
<circle cx="12" cy="7" r="2" />
<path d="M4 12c1.526 2.955 4.588 5 8 5c3.41 0 6.473-2.048 8-5" />
<path d="M12 5V3" />
</g>
</svg>''')
icon_school = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 9L12 5L2 9l10 4l10-4v6" />
<path d="M6 10.6V16a6 3 0 0 0 12 0v-5.4" />
</g>
</svg>''')
icon_ruler2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 3l4 4L7 21l-4-4z" />
<path d="M16 7l-1.5-1.5" />
<path d="M13 10l-1.5-1.5" />
<path d="M10 13l-1.5-1.5" />
<path d="M7 16l-1.5-1.5" />
</g>
</svg>''')
icon_drone = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 10h4v4h-4z" />
<path d="M10 10L6.5 6.5" />
<path d="M9.96 6A3.5 3.5 0 1 0 6 9.96" />
<path d="M14 10l3.5-3.5" />
<path d="M18 9.96A3.5 3.5 0 1 0 14.04 6" />
<path d="M14 14l3.5 3.5" />
<path d="M14.04 18A3.5 3.5 0 1 0 18 14.04" />
<path d="M10 14l-3.5 3.5" />
<path d="M6 14.04A3.5 3.5 0 1 0 9.96 18" />
</g>
</svg>''')
icon_brand_javascript = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 4l-2 14.5l-6 2l-6-2L4 4z" />
<path d="M7.5 8h3v8l-2-1" />
<path d="M16.5 8H14a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1.423a.5.5 0 0 1 .495.57L15.5 15.5l-2 .5" />
</g>
</svg>''')
icon_brand_ycombinator = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M8 7.002L12 13l4-6" />
<path d="M12 17v-4" />
</g>
</svg>''')
icon_hierarchy = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="5" r="2" />
<circle cx="5" cy="19" r="2" />
<circle cx="19" cy="19" r="2" />
<path d="M6.5 17.5L12 13l5.5 4.5" />
<path d="M12 7v6" />
</g>
</svg>''')
icon_square9 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="10" r="2" />
<path d="M10 14a2 2 0 1 0 4 0v-4" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_brand_chrome = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<circle cx="12" cy="12" r="3" />
<path d="M12 9h8.4" />
<path d="M14.598 13.5l-4.2 7.275" />
<path d="M9.402 13.5l-4.2-7.275" />
</g>
</svg>''')
icon_building_warehouse = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21V8l9-4l9 4v13" />
<path d="M13 13h4v8H7v-6h6" />
<path d="M13 21v-9a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3" />
</g>
</svg>''')
icon_terminal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 7l5 5l-5 5" />
<path d="M12 19h7" />
</g>
</svg>''')
icon_brand_codesandbox = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 7.5v9l-4 2.25L12 21l-4-2.25l-4-2.25v-9l4-2.25L12 3l4 2.25z" />
<path d="M12 12l4-2.25l4-2.25" />
<path d="M12 12v9" />
<path d="M12 12L8 9.75L4 7.5" />
<path d="M20 12l-4 2v4.75" />
<path d="M4 12l4 2v4.75" />
<path d="M8 5.25l4 2.25l4-2.25" />
</g>
</svg>''')
icon_venus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="9" r="5" />
<path d="M12 14v7" />
<path d="M9 18h6" />
</g>
</svg>''')
icon_wrecking_ball = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="19" cy="13" r="2" />
<circle cx="4" cy="17" r="2" />
<circle cx="13" cy="17" r="2" />
<path d="M13 19H4" />
<path d="M4 15h9" />
<path d="M8 12V7h2a3 3 0 0 1 3 3v5" />
<path d="M5 15v-2a1 1 0 0 1 1-1h7" />
<path d="M19 11V4l-6 7" />
</g>
</svg>''')
icon_rectangle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_wiper_wash = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="20" r="1" />
<path d="M3 11l5.5 5.5a5 5 0 0 1 7 0L21 11a12 12 0 0 0-18 0" />
<path d="M12 20V6" />
<path d="M4 6a4 4 0 0 1 .4-1.8" />
<path d="M7 2.1a4 4 0 0 1 2 0" />
<path d="M12 6a4 4 0 0 0-.4-1.8" />
<path d="M12 6a4 4 0 0 1 .4-1.8" />
<path d="M15 2.1a4 4 0 0 1 2 0" />
<path d="M20 6a4 4 0 0 0-.4-1.8" />
</g>
</svg>''')
icon_live_photo = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="1" />
<circle cx="12" cy="12" r="5" />
<path d="M15.9 20.11v.01" />
<path d="M19.04 17.61v.01" />
<path d="M20.77 14v.01" />
<path d="M20.77 10v.01" />
<path d="M19.04 6.39v.01" />
<path d="M15.9 3.89v.01" />
<path d="M12 3v.01" />
<path d="M8.1 3.89v.01" />
<path d="M4.96 6.39v.01" />
<path d="M3.23 10v.01" />
<path d="M3.23 14v.01" />
<path d="M4.96 17.61v.01" />
<path d="M8.1 20.11v.01" />
<path d="M12 21v.01" />
</g>
</svg>''')
icon_panorama_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4.338 5.53c5.106 1.932 10.211 1.932 15.317.002A1 1 0 0 1 21 6.466v11c0 .692-.692 1.2-1.34.962c-5.107-1.932-10.214-1.932-15.321 0A.993.993 0 0 1 3 17.493V6.466a1 1 0 0 1 1.338-.935z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_door_enter = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 12v.01" />
<path d="M3 21h18" />
<path d="M5 21V5a2 2 0 0 1 2-2h6m4 10.5V21" />
<path d="M21 7h-7m3-3l-3 3l3 3" />
</g>
</svg>''')
icon_versions = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="10" y="5" width="10" height="14" rx="2" />
<path d="M7 7v10" />
<path d="M4 8v8" />
</g>
</svg>''')
icon_report_analytics = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M9 17v-5" />
<path d="M12 17v-1" />
<path d="M15 17v-3" />
</g>
</svg>''')
icon_notification = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 6H7a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-3" />
<circle cx="17" cy="7" r="3" />
</g>
</svg>''')
icon_drone_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 14h-4v-4" />
<path d="M10 10L6.5 6.5" />
<path d="M9.957 5.95A3.503 3.503 0 0 0 7.04 3.04m-3.02.989A3.5 3.5 0 0 0 6 9.965" />
<path d="M14 10l3.5-3.5" />
<path d="M18 9.965A3.5 3.5 0 1 0 14.034 6" />
<path d="M14 14l3.5 3.5" />
<path d="M14.035 18a3.5 3.5 0 0 0 5.936 1.98m.987-3.026a3.503 3.503 0 0 0-2.918-2.913" />
<path d="M10 14l-3.5 3.5" />
<path d="M6 14.035A3.5 3.5 0 1 0 9.966 18" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_radioactive = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13.5 14.6l3 5.19A9 9 0 0 0 21 12h-6a3 3 0 0 1-1.5 2.6" />
<path d="M13.5 9.4l3-5.19a9 9 0 0 0-9 0l3 5.19a3 3 0 0 1 3 0" />
<path d="M10.5 14.6l-3 5.19A9 9 0 0 1 3 12h6a3 3 0 0 0 1.5 2.6" />
</g>
</svg>''')
icon_layout_sidebar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 4v16" />
</g>
</svg>''')
icon_fish = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16.69 7.44A6.973 6.973 0 0 0 15 12a6.97 6.97 0 0 0 1.699 4.571" />
<path d="M2 9.504c7.715 8.647 14.75 10.265 20 2.498C16.75 4.241 9.715 5.86 2 14.506" />
<path d="M18 11v.01" />
<path d="M11.5 10.5c-.667 1-.667 2 0 3" />
</g>
</svg>''')
icon_arrow_big_right_lines = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 9V5.414a1 1 0 0 1 1.707-.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586A1 1 0 0 1 12 18.586V15H9V9h3z" />
<path d="M3 9v6" />
<path d="M6 9v6" />
</g>
</svg>''')
icon_user_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.274 10.291a4 4 0 1 0-5.554-5.58m-.548 3.453a4.01 4.01 0 0 0 2.62 2.65" />
<path d="M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 1.147.167m2.685 2.681A4 4 0 0 1 18 19v2" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_video = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 10l4.553-2.276A1 1 0 0 1 21 8.618v6.764a1 1 0 0 1-1.447.894L15 14v-4z" />
<rect x="3" y="6" width="12" height="12" rx="2" />
</g>
</svg>''')
icon_hand_two_fingers = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13V4.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
<path d="M14 10.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M11 5.5v-2a1.5 1.5 0 1 1 3 0V12" />
</g>
</svg>''')
icon_medicine_syrup = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 21h8a1 1 0 0 0 1-1V10a3 3 0 0 0-3-3h-4a3 3 0 0 0-3 3v10a1 1 0 0 0 1 1z" />
<path d="M10 14h4" />
<path d="M12 12v4" />
<path d="M10 7V4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3" />
</g>
</svg>''')
icon_vector_bezier = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="14" width="4" height="4" rx="1" />
<rect x="17" y="14" width="4" height="4" rx="1" />
<rect x="10" y="6" width="4" height="4" rx="1" />
<path d="M10 8.5A6 6 0 0 0 5 14" />
<path d="M14 8.5a6 6 0 0 1 5 5.5" />
<path d="M10 8H4" />
<path d="M20 8h-6" />
<circle cx="3" cy="8" r="1" />
<circle cx="21" cy="8" r="1" />
</g>
</svg>''')
icon_box_multiple = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_arrows_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 21V3" />
<path d="M20 18l-3 3l-3-3" />
<path d="M4 18l3 3l3-3" />
<path d="M17 21V3" />
</g>
</svg>''')
icon_rss = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="19" r="1" />
<path d="M4 4a16 16 0 0 1 16 16" />
<path d="M4 11a9 9 0 0 1 9 9" />
</g>
</svg>''')
icon_medical_cross = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M13 3a1 1 0 0 1 1 1v4.535l3.928-2.267a1 1 0 0 1 1.366.366l1 1.732a1 1 0 0 1-.366 1.366L16.001 12l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1-1.366.366L14 15.464V20a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-4.536l-3.928 2.268a1 1 0 0 1-1.366-.366l-1-1.732a1 1 0 0 1 .366-1.366L7.999 12L4.072 9.732a1 1 0 0 1-.366-1.366l1-1.732a1 1 0 0 1 1.366-.366L10 8.535V4a1 1 0 0 1 1-1h2z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_list_numbers = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 6h9" />
<path d="M11 12h9" />
<path d="M12 18h8" />
<path d="M4 16a2 2 0 1 1 4 0c0 .591-.5 1-1 1.5L4 20h4" />
<path d="M6 10V4L4 6" />
</g>
</svg>''')
icon_report_medical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M10 14h4" />
<path d="M12 12v4" />
</g>
</svg>''')
icon_align_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h16" />
<path d="M4 12h10" />
<path d="M4 18h14" />
</g>
</svg>''')
icon_map_search = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 18l-2-1l-6 3V7l6-3l6 3l6-3v10" />
<path d="M9 4v13" />
<path d="M15 7v5" />
<circle cx="16.5" cy="17.5" r="2.5" />
<path d="M18.5 19.5L21 22" />
</g>
</svg>''')
icon_brand_tabler = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 9l3 3l-3 3" />
<path d="M13 15h3" />
<rect x="4" y="4" width="16" height="16" rx="4" />
</g>
</svg>''')
icon_writing_sign = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 19c3.333-2 5-4 5-6c0-3-1-3-2-3s-2.032 1.085-2 3c.034 2.048 1.658 2.877 2.5 4C8 19 9 19.5 10 18c.667-1 1.167-1.833 1.5-2.5c1 2.333 2.333 3.5 4 3.5H18" />
<path d="M20 17V5c0-1.121-.879-2-2-2s-2 .879-2 2v12l2 2l2-2z" />
<path d="M16 7h4" />
</g>
</svg>''')
icon_temperature_fahrenheit = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="8" r="2" />
<path d="M13 12h5" />
<path d="M20 6h-6a1 1 0 0 0-1 1v11" />
</g>
</svg>''')
icon_circles = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="7" r="4" />
<circle cx="6.5" cy="17" r="4" />
<circle cx="17.5" cy="17" r="4" />
</g>
</svg>''')
icon_file_zip = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 20.735A2 2 0 0 1 5 19V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2h-1" />
<path d="M11 17a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2z" />
<path d="M11 5h-1" />
<path d="M13 7h-1" />
<path d="M11 9h-1" />
<path d="M13 11h-1" />
<path d="M11 13h-1" />
<path d="M13 15h-1" />
</g>
</svg>''')
icon_square5 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 16h2a2 2 0 1 0 0-4h-2V8h4" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_yin_yang = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 3a4.5 4.5 0 0 0 0 9a4.5 4.5 0 0 1 0 9" />
<circle cx="12" cy="7.5" r=".5" fill="currentColor" />
<circle cx="12" cy="16.5" r=".5" fill="currentColor" />
</g>
</svg>''')
icon_brand_framer = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 15h12L6 3h12v6H6v6l6 6v-6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_ship = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1" />
<path d="M4 18l-1-5h18l-2 4" />
<path d="M5 13V7h8l4 6" />
<path d="M7 7V3H6" />
</g>
</svg>''')
icon_arrows_left_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 17H3" />
<path d="M6 10L3 7l3-3" />
<path d="M3 7h18" />
<path d="M18 20l3-3l-3-3" />
</g>
</svg>''')
icon_repeat_once = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12V9a3 3 0 0 1 3-3h13m-3-3l3 3l-3 3" />
<path d="M20 12v3a3 3 0 0 1-3 3H4m3 3l-3-3l3-3" />
<path d="M11 11l1-1v4" />
</g>
</svg>''')
icon_arrows_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 3v18" />
<path d="M4 6l3-3l3 3" />
<path d="M20 6l-3-3l-3 3" />
<path d="M7 3v18" />
</g>
</svg>''')
icon_armchair = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 11a2 2 0 0 1 2 2v2h10v-2a2 2 0 1 1 4 0v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z" />
<path d="M5 11V6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v5" />
<path d="M6 19v2" />
<path d="M18 19v2" />
</g>
</svg>''')
icon_ticket = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 5v2" />
<path d="M15 11v2" />
<path d="M15 17v2" />
<path d="M5 5h14a2 2 0 0 1 2 2v3a2 2 0 0 0 0 4v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3a2 2 0 0 0 0-4V7a2 2 0 0 1 2-2" />
</g>
</svg>''')
icon_wifi1 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 18h.01" />
<path d="M9.172 15.172a4 4 0 0 1 5.656 0" />
</g>
</svg>''')
icon_building_pavilon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h7v-3a2 2 0 0 1 4 0v3h7" />
<path d="M6 21v-9" />
<path d="M18 21v-9" />
<path d="M6 12h12a3 3 0 0 0 3-3a9 8 0 0 1-9-6a9 8 0 0 1-9 6a3 3 0 0 0 3 3" />
</g>
</svg>''')
icon_currency_won = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6l3.245 11.358a.85.85 0 0 0 1.624.035L12 8l3.131 9.393a.85.85 0 0 0 1.624-.035L20 6" />
<path d="M21 10H3" />
<path d="M21 14H3" />
</g>
</svg>''')
icon_fall = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 21l1-5l-1-4l-3-4h4l3-3" />
<path d="M6 16l-1-4l3-4" />
<circle cx="6" cy="5" r="1" />
<path d="M13.5 12H16l4 2" />
</g>
</svg>''')
icon_arrow_narrow_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14" />
<path d="M15 16l4-4" />
<path d="M15 8l4 4" />
</g>
</svg>''')
icon_row_insert_top = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 18v-4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" />
<path d="M12 9V5" />
<path d="M10 7h4" />
</g>
</svg>''')
icon_moon_stars = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3h.393a7.5 7.5 0 0 0 7.92 12.446A9 9 0 1 1 12 2.992z" />
<path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0-2 2a2 2 0 0 0-2-2a2 2 0 0 0 2-2" />
<path d="M19 11h2m-1-1v2" />
</g>
</svg>''')
icon_help = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 17v.01" />
<path d="M12 13.5a1.5 1.5 0 0 1 1-1.5a2.6 2.6 0 1 0-3-4" />
</g>
</svg>''')
icon_military_rank = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 7v13H7V7l5-3z" />
<path d="M10 13l2-1l2 1" />
<path d="M10 17l2-1l2 1" />
<path d="M10 9l2-1l2 1" />
</g>
</svg>''')
icon_angle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 19H3l9-15" />
<path d="M20.615 15.171h.015" />
<path d="M19.515 11.771h.015" />
<path d="M17.715 8.671h.015" />
<path d="M15.415 5.971h.015" />
</g>
</svg>''')
icon_flag = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 5v16" />
<path d="M19 5v9" />
<path d="M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0" />
<path d="M5 14a5 5 0 0 1 7 0a5 5 0 0 0 7 0" />
</g>
</svg>''')
icon_arrow_big_up_line = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 12H5.414a1 1 0 0 1-.707-1.707l6.586-6.586a1 1 0 0 1 1.414 0l6.586 6.586A1 1 0 0 1 18.586 12H15v6H9v-6z" />
<path d="M9 21h6" />
</g>
</svg>''')
icon_device_tv = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="7" width="18" height="13" rx="2" />
<path d="M16 3l-4 4l-4-4" />
</g>
</svg>''')
icon_column_insert_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z" />
<path d="M15 12h4" />
<path d="M17 10v4" />
</g>
</svg>''')
icon_chart_donut4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.848 14.667L5.5 17.5" />
<path d="M12 3v5m4 4h5" />
<circle cx="12" cy="12" r="9" />
<path d="M14.219 15.328L17 19.5" />
<circle cx="12" cy="12" r="4" />
</g>
</svg>''')
icon_equal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 9h14M5 15h14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_pill = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.5 12.5l8-8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1-7-7" />
<path d="M8.5 8.5l7 7" />
</g>
</svg>''')
icon_brand_tailwind = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M11.667 6C9.177 6 7.623 7.222 7 9.667c.933-1.223 2.023-1.68 3.267-1.375c.71.174 1.217.68 1.778 1.24c.916.912 2 1.968 4.288 1.968c2.49 0 4.044-1.222 4.667-3.667c-.933 1.223-2.023 1.68-3.267 1.375c-.71-.174-1.217-.68-1.778-1.24C15.039 7.056 13.98 6 11.667 6zm-4 6.5c-2.49 0-4.044 1.222-4.667 3.667c.933-1.223 2.023-1.68 3.267-1.375c.71.174 1.217.68 1.778 1.24c.916.912 1.975 1.968 4.288 1.968c2.49 0 4.044-1.222 4.667-3.667c-.933 1.223-2.023 1.68-3.267 1.375c-.71-.174-1.217-.68-1.778-1.24c-.916-.912-1.975-1.968-4.288-1.968z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_propeller = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="13" r="3" />
<path d="M14.167 10.5c.722-1.538 1.156-3.043 1.303-4.514C15.69 4.356 14.708 3 12 3S8.31 4.357 8.53 5.986c.147 1.471.581 2.976 1.303 4.514" />
<path d="M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.3 1.006 2.967.833 4.321-1.512c1.354-2.345.67-3.874-.85-4.498c-1.348-.608-2.868-.985-4.562-1.128" />
<path d="M8.664 12.999c-1.693.143-3.213.52-4.56 1.128c-1.522.623-2.206 2.153-.852 4.498s3.02 2.517 4.321 1.512c1.2-.863 2.287-1.991 3.258-3.386" />
</g>
</svg>''')
icon_share = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="12" r="3" />
<circle cx="18" cy="6" r="3" />
<circle cx="18" cy="18" r="3" />
<path d="M8.7 10.7l6.6-3.4" />
<path d="M8.7 13.3l6.6 3.4" />
</g>
</svg>''')
icon_brand_asana = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="7" r="3" />
<circle cx="17" cy="16" r="3" />
<circle cx="7" cy="16" r="3" />
</g>
</svg>''')
icon_brand_bitbucket = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3.648 4a.64.64 0 0 0-.64.744l3.14 14.528c.07.417.43.724.852.728h10a.644.644 0 0 0 .642-.539l3.35-14.71a.641.641 0 0 0-.64-.744L3.648 4z" />
<path d="M14 15h-4L9 9h6z" />
</g>
</svg>''')
icon_calendar_time = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11.795 21H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4" />
<circle cx="18" cy="18" r="4" />
<path d="M15 3v4" />
<path d="M7 3v4" />
<path d="M3 11h16" />
<path d="M18 16.496V18l1 1" />
</g>
</svg>''')
icon_arrow_ramp_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 3v8.707" />
<path d="M13 7l4-4l4 4" />
<path d="M7 14l-4-4l4-4" />
<path d="M17 21A11 11 0 0 0 6 10H3" />
</g>
</svg>''')
icon_arrow_back = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9 11l-4 4l4 4m-4-4h11a4 4 0 0 0 0-8h-1" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_code_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 12h6" />
<path d="M6 19a2 2 0 0 1-2-2v-4l-1-1l1-1V7a2 2 0 0 1 2-2" />
<path d="M18 19a2 2 0 0 0 2-2v-4l1-1l-1-1V7a2 2 0 0 0-2-2" />
</g>
</svg>''')
icon_sort_descending_letters = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 21v-5c0-1.38.62-2 2-2s2 .62 2 2v5m0-3h-4" />
<path d="M19 10h-4l4-7h-4" />
<path d="M4 15l3 3l3-3" />
<path d="M7 6v12" />
</g>
</svg>''')
icon_layout_list = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="6" rx="2" />
<rect x="4" y="14" width="16" height="6" rx="2" />
</g>
</svg>''')
icon_box_model = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 8h8v8H8z" />
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M16 16l3.3 3.3" />
<path d="M16 8l3.3-3.3" />
<path d="M8 8L4.7 4.7" />
<path d="M8 16l-3.3 3.3" />
</g>
</svg>''')
icon_letter_spacing = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12V6.5a2.5 2.5 0 0 1 5 0V12m0-4H5" />
<path d="M13 4l3 8l3-8" />
<path d="M5 18h14" />
<path d="M17 20l2-2l-2-2" />
<path d="M7 16l-2 2l2 2" />
</g>
</svg>''')
icon_radius_bottom_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M19 19h-6a8 8 0 0 1-8-8V5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_letter_q = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 9a5 5 0 0 0-5-5h-2a5 5 0 0 0-5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5-5V9" />
<path d="M13 15l5 5" />
</g>
</svg>''')
icon_arrow_right_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 15l3-3l-3-3" />
<circle cx="5" cy="12" r="2" />
<path d="M7 12h14" />
</g>
</svg>''')
icon_rectangle_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><rect x="5" y="3" width="14" height="18" rx="2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_shopping_cart_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="19" r="2" />
<path d="M17 17a2 2 0 1 0 2 2" />
<path d="M17 17H6V6" />
<path d="M9.239 5.231L20 6l-1 7h-2m-4 0H6" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_devices = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="13" y="8" width="8" height="12" rx="1" />
<path d="M18 8V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h9" />
<path d="M16 9h2" />
</g>
</svg>''')
icon_zoom_out = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="10" r="7" />
<path d="M7 10h6" />
<path d="M21 21l-6-6" />
</g>
</svg>''')
icon_file_import = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M5 13V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2h-5.5M2 19h7m-3-3l3 3l-3 3" />
</g>
</svg>''')
icon_blockquote = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 15h15" />
<path d="M21 19H6" />
<path d="M15 11h6" />
<path d="M21 7h-6" />
<path d="M9 9h1a1 1 0 1 1-1 1V7.5a2 2 0 0 1 2-2" />
<path d="M3 9h1a1 1 0 1 1-1 1V7.5a2 2 0 0 1 2-2" />
</g>
</svg>''')
icon_arrows_left_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 3L3 7l4 4" />
<path d="M3 7h11a3 3 0 0 1 3 3v11" />
<path d="M13 17l4 4l4-4" />
</g>
</svg>''')
icon_align_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h16" />
<path d="M10 12h10" />
<path d="M6 18h14" />
</g>
</svg>''')
icon_camera_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="13" r="3" />
<path d="M5 7h2a2 2 0 0 0 2-2a1 1 0 0 1 1-1h2m9 7v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<path d="M15 6h6" />
<path d="M18 3v6" />
</g>
</svg>''')
icon_palette = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 21a9 9 0 1 1 0-18a9 8 0 0 1 9 8a4.5 4 0 0 1-4.5 4H14a2 2 0 0 0-1 3.75A1.3 1.3 0 0 1 12 21" />
<circle cx="7.5" cy="10.5" r=".5" fill="currentColor" />
<circle cx="12" cy="7.5" r=".5" fill="currentColor" />
<circle cx="16.5" cy="10.5" r=".5" fill="currentColor" />
</g>
</svg>''')
icon_upload = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2" />
<path d="M7 9l5-5l5 5" />
<path d="M12 4v12" />
</g>
</svg>''')
icon_player_track_next = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 5v14l8-7z" />
<path d="M14 5v14l8-7z" />
</g>
</svg>''')
icon_bell = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6" />
<path d="M9 17v1a3 3 0 0 0 6 0v-1" />
</g>
</svg>''')
icon_border_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 4v16" />
<path d="M4 4v.01" />
<path d="M8 4v.01" />
<path d="M12 4v.01" />
<path d="M16 4v.01" />
<path d="M4 8v.01" />
<path d="M12 8v.01" />
<path d="M4 12v.01" />
<path d="M8 12v.01" />
<path d="M12 12v.01" />
<path d="M16 12v.01" />
<path d="M4 16v.01" />
<path d="M12 16v.01" />
<path d="M4 20v.01" />
<path d="M8 20v.01" />
<path d="M12 20v.01" />
<path d="M16 20v.01" />
</g>
</svg>''')
icon_letter_l = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 4v16h10" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_axis_y = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 20h-.01" />
<path d="M15 20h-.01" />
<path d="M19 20h-.01" />
<path d="M4 7l3-3l3 3" />
<path d="M7 20V4" />
</g>
</svg>''')
icon_switch3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 17h2.397a5 5 0 0 0 4.096-2.133l.177-.253m3.66-5.227l.177-.254A5 5 0 0 1 17.603 7H21" />
<path d="M18 4l3 3l-3 3" />
<path d="M3 7h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734A5 5 0 0 0 17.603 17H21" />
<path d="M18 20l3-3l-3-3" />
</g>
</svg>''')
icon_building_bridge = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 5v14" />
<path d="M18 5v14" />
<path d="M2 15h20" />
<path d="M3 8a7.5 7.5 0 0 0 3-2a6.5 6.5 0 0 0 12 0a7.5 7.5 0 0 0 3 2" />
<path d="M12 10v5" />
</g>
</svg>''')
icon_copyright = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M14 9.75a3.016 3.016 0 0 0-4.163.173a2.993 2.993 0 0 0 0 4.154A3.016 3.016 0 0 0 14 14.25" />
</g>
</svg>''')
icon_relation_many_to_many = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M15 14v-4l3 4v-4" />
<path d="M6 14v-4l3 4v-4" />
<path d="M12 10.5v.01" />
<path d="M12 13.5v.01" />
</g>
</svg>''')
icon_square7 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 8h4l-2 8" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_alarm = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="13" r="7" />
<path d="M12 10v3h2" />
<path d="M7 4L4.25 6" />
<path d="M17 4l2.75 2" />
</g>
</svg>''')
icon_ear_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 10c0-1.146.277-2.245.78-3.219m1.792-2.208A7 7 0 0 1 19 13.6a10 10 0 0 1-.633.762m-2.045 1.96A8 8 0 0 0 15 18.6A4.5 4.5 0 0 1 8.2 20" />
<path d="M11.42 7.414a3 3 0 0 1 4.131 4.13" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_device_watch_stats = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="6" y="6" width="12" height="12" rx="3" />
<path d="M9 18v3h6v-3" />
<path d="M9 6V3h6v3" />
<path d="M9 14v-4" />
<path d="M12 14v-1" />
<path d="M15 14v-3" />
</g>
</svg>''')
icon_backspace = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H9l-5-5a1.5 1.5 0 0 1 0-2l5-5z" />
<path d="M12 10l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_disc = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<circle cx="12" cy="12" r="1" />
<path d="M7 12a5 5 0 0 1 5-5" />
<path d="M12 17a5 5 0 0 0 5-5" />
</g>
</svg>''')
icon_relation_one_to_many = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M7 10h1v4" />
<path d="M14 14v-4l3 4v-4" />
<path d="M11 10.5v.01" />
<path d="M11 13.5v.01" />
</g>
</svg>''')
icon_vaccine = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 3l4 4" />
<path d="M19 5l-4.5 4.5" />
<path d="M11.5 6.5l6 6" />
<path d="M16.5 11.5L10 18H6v-4l6.5-6.5" />
<path d="M7.5 12.5L9 14" />
<path d="M10.5 9.5L12 11" />
<path d="M3 21l3-3" />
</g>
</svg>''')
icon_phone_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2" />
<path d="M15 6l2 2l4-4" />
</g>
</svg>''')
icon_device_tablet = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="3" width="14" height="18" rx="1" />
<circle cx="12" cy="17" r="1" />
</g>
</svg>''')
icon_perspective = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6.141 4.163l12 1.714a1 1 0 0 1 .859.99v10.266a1 1 0 0 1-.859.99l-12 1.714A1 1 0 0 1 5 18.847V5.153a1 1 0 0 1 1.141-.99z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_database = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="12" cy="6" rx="8" ry="3" />
<path d="M4 6v6a8 3 0 0 0 16 0V6" />
<path d="M4 12v6a8 3 0 0 0 16 0v-6" />
</g>
</svg>''')
icon_massage = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="4" cy="17" r="1" />
<circle cx="9" cy="5" r="1" />
<path d="M4 22l4-2v-3h12" />
<path d="M11 20h9" />
<path d="M8 14l3-2l1-4c3 1 3 4 3 6" />
</g>
</svg>''')
icon_square2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 10a2 2 0 1 1 4 0c0 .591-.417 1.318-.816 1.858L10 16.001h4" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_miliraty_award = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="13" r="4" />
<path d="M9 10L8 8H3l2.48 5.788A2 2 0 0 0 7.32 15H8.5" />
<path d="M15 10l1-2h5l-2.48 5.788A2 2 0 0 1 16.68 15H15.5" />
</g>
</svg>''')
icon_arrow_big_up_lines = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 12H5.414a1 1 0 0 1-.707-1.707l6.586-6.586a1 1 0 0 1 1.414 0l6.586 6.586A1 1 0 0 1 18.586 12H15v3H9v-3z" />
<path d="M9 21h6" />
<path d="M9 18h6" />
</g>
</svg>''')
icon_chart_radar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3l9.5 7L18 21H6L2.5 10z" />
<path d="M12 7.5l5.5 4L15 17H8.5l-2-5.5z" />
<path d="M2.5 10l9.5 3l9.5-3" />
<path d="M12 3v10l6 8" />
<path d="M6 21l6-8" />
</g>
</svg>''')
icon_trending_down2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 6h5l7 10h6" />
<path d="M18 19l3-3l-3-3" />
</g>
</svg>''')
icon_lock_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M19 19a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h4m4 0h2a2 2 0 0 1 2 2v2" />
<circle cx="12" cy="16" r="1" />
<path d="M8 11V8m.712-3.278A4 4 0 0 1 16 7v4" />
</g>
</svg>''')
icon_chevron_down_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M16 8v8H8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_prompt = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 7l5 5l-5 5" />
<path d="M13 17h6" />
</g>
</svg>''')
icon_brand_gmail = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 20h3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-3v16z" />
<path d="M5 20h3V4H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1z" />
<path d="M16 4l-4 4l-4-4" />
<path d="M4 6.5l8 7.5l8-7.5" />
</g>
</svg>''')
icon_box = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3" />
<path d="M12 12l8-4.5" />
<path d="M12 12v9" />
<path d="M12 12L4 7.5" />
</g>
</svg>''')
icon_map_pins = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10.828 9.828a4 4 0 1 0-5.656 0L8 12.657l2.828-2.829z" />
<path d="M8 7v.01" />
<path d="M18.828 17.828a4 4 0 1 0-5.656 0L16 20.657l2.828-2.829z" />
<path d="M16 15v.01" />
</g>
</svg>''')
icon_wiper = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="18" r="1" />
<path d="M3 9l5.5 5.5a5 5 0 0 1 7 0L21 9A12 12 0 0 0 3 9" />
<path d="M12 18L9.8 5.2" />
</g>
</svg>''')
icon_circle1 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 16V8l-2 2" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_send = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 14L21 3" />
<path d="M21 3l-6.5 18a.55.55 0 0 1-1 0L10 14l-7-3.5a.55.55 0 0 1 0-1L21 3" />
</g>
</svg>''')
icon_lifebuoy = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="4" />
<circle cx="12" cy="12" r="9" />
<path d="M15 15l3.35 3.35" />
<path d="M9 15l-3.35 3.35" />
<path d="M5.65 5.65L9 9" />
<path d="M18.35 5.65L15 9" />
</g>
</svg>''')
icon_layout_align_center = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 4v5" />
<path d="M12 15v5" />
<rect x="6" y="9" width="12" height="6" rx="2" />
</g>
</svg>''')
icon_arrow_bottom_tail = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 6v15" />
<path d="M9 18l3 3l3-3" />
<path d="M9 3l3 3l3-3" />
</g>
</svg>''')
icon_message_circle_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M8.585 4.581c3.225-1.181 7.032-.616 9.66 1.626c2.983 2.543 3.602 6.525 1.634 9.662m-1.908 2.108C15.185 20.167 11.081 20.642 7.7 19L3 20l1.3-3.9C2.063 12.792 2.811 8.56 6.014 6.016" />
</g>
</svg>''')
icon_ice_cream2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.657 11.004a6 6 0 1 0-11.315 0" />
<path d="M6.342 11L12 22l5.657-10.996z" />
</g>
</svg>''')
icon_battery1 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 7h11a2 2 0 0 1 2 2v.5a.5.5 0 0 0 .5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5a.5.5 0 0 0-.5.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<path d="M7 10v4" />
</g>
</svg>''')
icon_tools = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h4L20 8a1.5 1.5 0 0 0-4-4L3 17v4" />
<path d="M14.5 5.5l4 4" />
<path d="M12 8L7 3L3 7l5 5" />
<path d="M7 8L5.5 9.5" />
<path d="M16 12l5 5l-4 4l-5-5" />
<path d="M16 17l-1.5 1.5" />
</g>
</svg>''')
icon_cpu = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="5" width="14" height="14" rx="1" />
<path d="M9 9h6v6H9z" />
<path d="M3 10h2" />
<path d="M3 14h2" />
<path d="M10 3v2" />
<path d="M14 3v2" />
<path d="M21 10h-2" />
<path d="M21 14h-2" />
<path d="M14 21v-2" />
<path d="M10 21v-2" />
</g>
</svg>''')
icon_signature = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3 17c3.333-3.333 5-6 5-8c0-3-1-3-2-3S3.968 7.085 4 9c.034 2.048 1.658 4.877 2.5 6C8 17 9 17.5 10 16l2-3c.333 2.667 1.333 4 3 4c.53 0 2.639-2 3-2c.517 0 1.517.667 3 2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrows_down_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 3v18" />
<path d="M10 18l-3 3l-3-3" />
<path d="M7 21V3" />
<path d="M20 6l-3-3l-3 3" />
</g>
</svg>''')
icon_cardboards = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 7v8.5A2.5 2.5 0 0 0 5.5 18h1.06a3 3 0 0 0 2.34-1.13l1.54-1.92a2 2 0 0 1 3.12 0l1.54 1.92A3 3 0 0 0 17.44 18h1.06a2.5 2.5 0 0 0 2.5-2.5V7a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z" />
<circle cx="8" cy="11" r="1" />
<circle cx="16" cy="11" r="1" />
</g>
</svg>''')
icon_arrow_loop_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 21V8a4 4 0 1 0-4 4h13" />
<path d="M18 15l3-3l-3-3" />
</g>
</svg>''')
icon_rotate360 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 16h4v4" />
<path d="M19.458 11.042c.86-2.366.722-4.58-.6-5.9c-2.272-2.274-7.185-1.045-10.973 2.743c-3.788 3.788-5.017 8.701-2.744 10.974c2.227 2.226 6.987 1.093 10.74-2.515" />
</g>
</svg>''')
icon_mood_empty = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M9 15h6" />
</g>
</svg>''')
icon_device_analytics = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="12" rx="1" />
<path d="M7 20h10" />
<path d="M9 16v4" />
<path d="M15 16v4" />
<path d="M8 12l3-3l2 2l3-3" />
</g>
</svg>''')
icon_wifi = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 18h.01" />
<path d="M9.172 15.172a4 4 0 0 1 5.656 0" />
<path d="M6.343 12.343a8 8 0 0 1 11.314 0" />
<path d="M3.515 9.515c4.686-4.687 12.284-4.687 17 0" />
</g>
</svg>''')
icon_circle7 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 8h4l-2 8" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_square_root = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3 12h2l4 8l4-16h8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_corner_right_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 6h6a3 3 0 0 1 3 3v10l-4-4m8 0l-4 4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_window = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3c-3.866 0-7 3.272-7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V10c0-3.728-3.134-7-7-7z" />
<path d="M5 13h14" />
<path d="M12 3v18" />
</g>
</svg>''')
icon_user = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="7" r="4" />
<path d="M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
</g>
</svg>''')
icon_skateboard = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="15" r="2" />
<circle cx="17" cy="15" r="2" />
<path d="M3 9a2 1 0 0 0 2 1h14a2 1 0 0 0 2-1" />
</g>
</svg>''')
icon_book = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0" />
<path d="M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0" />
<path d="M3 6v13" />
<path d="M12 6v13" />
<path d="M21 6v13" />
</g>
</svg>''')
icon_glass_full = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 21h8" />
<path d="M12 15v6" />
<path d="M17 3l1 7c0 3.012-2.686 5-6 5s-6-1.988-6-5l1-7h10z" />
<path d="M6 10a5 5 0 0 1 6 0a5 5 0 0 0 6 0" />
</g>
</svg>''')
icon_brand_airbnb = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 10c-2 0-3 1-3 3c0 1.5 1.494 3.535 3 5.5c1 1 1.5 1.5 2.5 2s2.5 1 4.5-.5s1.5-3.5.5-6s-2.333-5.5-5-9.5C13.666 3.5 13 3 11.997 3c-1 0-1.623.45-2.497 1.5c-2.667 4-4 7-5 9.5S3 18.5 5 20s3.5 1 4.5.5s1.5-1 2.5-2c1.506-1.965 3-4 3-5.5c0-2-1-3-3-3z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_sublime_text = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 8L5 12.5V7l14-4.5z" />
<path d="M19 17L5 21.5V16l14-4.5z" />
<path d="M19 11.5L5 7" />
<path d="M5 12.5L19 17" />
</g>
</svg>''')
icon_eyeglass2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 4H6L3 14v2.5" />
<path d="M16 4h2l3 10v2.5" />
<path d="M10 16h4" />
<circle cx="17.5" cy="16.5" r="3.5" />
<circle cx="6.5" cy="16.5" r="3.5" />
</g>
</svg>''')
icon_git_compare = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="6" r="2" />
<circle cx="18" cy="18" r="2" />
<path d="M11 6h5a2 2 0 0 1 2 2v8" />
<path d="M14 9l-3-3l3-3" />
<path d="M13 18H8a2 2 0 0 1-2-2V8" />
<path d="M10 15l3 3l-3 3" />
</g>
</svg>''')
icon_volume3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15" />
<path d="M16 10l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_droplet_filled2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197-8l-5.2 8z" />
<path d="M6 14h12" />
<path d="M7.305 17.695L11 14" />
<path d="M10.26 19.74L16 14l-5.74 5.74z" />
</g>
</svg>''')
icon_player_pause = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="6" y="5" width="4" height="14" rx="1" />
<rect x="14" y="5" width="4" height="14" rx="1" />
</g>
</svg>''')
icon_sort_descending = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h9" />
<path d="M4 12h7" />
<path d="M4 18h7" />
<path d="M15 15l3 3l3-3" />
<path d="M18 6v12" />
</g>
</svg>''')
icon_luggage = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="6" y="6" width="12" height="14" rx="2" />
<path d="M9 6V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1" />
<path d="M6 10h12" />
<path d="M6 16h12" />
<path d="M9 20v1" />
<path d="M15 20v1" />
</g>
</svg>''')
icon_sort_ascending_numbers = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 15l3 3l3-3" />
<path d="M7 6v12" />
<path d="M17 3a2 2 0 0 1 2 2v3a2 2 0 1 1-4 0V5a2 2 0 0 1 2-2z" />
<circle cx="17" cy="16" r="2" />
<path d="M19 16v3a2 2 0 0 1-2 2h-1.5" />
</g>
</svg>''')
icon_shield_checkered = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3a12 12 0 0 0 8.5 3A12 12 0 0 1 12 21A12 12 0 0 1 3.5 6A12 12 0 0 0 12 3" />
<path d="M12 3v18" />
<path d="M3.5 12h17" />
</g>
</svg>''')
icon_server = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="8" rx="3" />
<rect x="3" y="12" width="18" height="8" rx="3" />
<path d="M7 8v.01" />
<path d="M7 16v.01" />
</g>
</svg>''')
icon_cloud_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M18 18H7c-2.598 0-4.705-2.015-4.705-4.5S4.402 9 7 9c.112-.5.305-.973.568-1.408m2.094-1.948c.329-.174.68-.319 1.05-.43c1.9-.576 3.997-.194 5.5 1C17.715 7.406 18.397 9.231 18 11h1a3.5 3.5 0 0 1 2.212 6.212" />
</g>
</svg>''')
icon_border_all = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 12h16" />
<path d="M12 4v16" />
</g>
</svg>''')
icon_arrow_top_square = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 17V3" />
<path d="M15 6l-3-3l-3 3" />
<path d="M10 21v-4h4v4z" />
</g>
</svg>''')
icon_live_view = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 8V6a2 2 0 0 1 2-2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2-2v-2" />
<path d="M12 11v.01" />
<path d="M12 18l-3.5-5a4 4 0 1 1 7 0L12 18" />
</g>
</svg>''')
icon_arrows_shuffle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 4l3 3l-3 3" />
<path d="M18 20l3-3l-3-3" />
<path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" />
<path d="M21 7h-5a4.978 4.978 0 0 0-2.998.998M9 16.001A4.984 4.984 0 0 1 6 17H3" />
</g>
</svg>''')
icon_arrow_wave_left_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 9.996H3v4" />
<path d="M21 11.996c-.887-1.285-2.48-2.033-4-2c-1.52-.033-3.113.715-4 2c-.887 1.284-2.48 2.033-4 2c-1.52.033-3-1-4-2l-2-2" />
</g>
</svg>''')
icon_fingerprint = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3" />
<path d="M8 11a4 4 0 0 1 8 0v1a10 10 0 0 0 2 6" />
<path d="M12 11v2a14 14 0 0 0 2.5 8" />
<path d="M8 15a18 18 0 0 0 1.8 6" />
<path d="M4.9 19a22 22 0 0 1-.9-7v-1a8 8 0 0 1 12-6.95" />
</g>
</svg>''')
icon_file_analytics = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M9 17v-5" />
<path d="M12 17v-1" />
<path d="M15 17v-3" />
</g>
</svg>''')
icon_api_app = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 15H5.5a2.5 2.5 0 1 1 0-5H6" />
<path d="M15 12v6.5a2.5 2.5 0 1 1-5 0V18" />
<path d="M12 9h6.5a2.5 2.5 0 1 1 0 5H18" />
<path d="M9 12V5.5a2.5 2.5 0 0 1 5 0V6" />
</g>
</svg>''')
icon_access_point_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M14.828 9.172A4 4 0 0 1 16 12" />
<path d="M17.657 6.343a8 8 0 0 1 1.635 8.952" />
<path d="M9.168 14.828a4 4 0 0 1 0-5.656" />
<path d="M6.337 17.657a8 8 0 0 1 0-11.314" />
</g>
</svg>''')
icon_coin = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M14.8 9A2 2 0 0 0 13 8h-2a2 2 0 0 0 0 4h2a2 2 0 0 1 0 4h-2a2 2 0 0 1-1.8-1" />
<path d="M12 6v2m0 8v2" />
</g>
</svg>''')
icon_login = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 8V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-2" />
<path d="M20 12H7l3-3m0 6l-3-3" />
</g>
</svg>''')
icon_toggle_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="8" cy="12" r="2" />
<rect x="2" y="6" width="20" height="12" rx="6" />
</g>
</svg>''')
icon_zodiac_sagittarius = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20L20 4" />
<path d="M13 4h7v7" />
<path d="M6.5 12.5l5 5" />
</g>
</svg>''')
icon_hand_click = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13V4.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M11 11.5v-2a1.5 1.5 0 0 1 3 0V12" />
<path d="M14 10.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7L7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
<path d="M5 3L4 2" />
<path d="M4 7H3" />
<path d="M14 3l1-1" />
<path d="M15 6h1" />
</g>
</svg>''')
icon_brand_airtable = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 10v8l7-3v-2.6z" />
<path d="M3 6l9 3l9-3l-9-3z" />
<path d="M14 12.3V21l7-3v-8z" />
</g>
</svg>''')
icon_free_rights = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M13.867 9.75c-.246-.48-.708-.769-1.2-.75h-1.334C10.597 9 10 9.67 10 10.5c0 .827.597 1.499 1.333 1.499h1.334c.736 0 1.333.671 1.333 1.5c0 .828-.597 1.499-1.333 1.499h-1.334c-.492.019-.954-.27-1.2-.75" />
<path d="M12 7v2" />
<path d="M12 15v2" />
<path d="M6 6l1.5 1.5" />
<path d="M16.5 16.5L18 18" />
</g>
</svg>''')
icon_arrow_narrow_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 5v14" />
<path d="M16 15l-4 4" />
<path d="M8 15l4 4" />
</g>
</svg>''')
icon_antenna_bars4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 18v-3" />
<path d="M10 18v-6" />
<path d="M14 18V9" />
<path d="M18 18v.01" />
</g>
</svg>''')
icon_direction = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 10l3-3l3 3" />
<path d="M9 14l3 3l3-3" />
</g>
</svg>''')
icon_credit_card = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="3" />
<path d="M3 10h18" />
<path d="M7 15h.01" />
<path d="M11 15h2" />
</g>
</svg>''')
icon_multiplier1_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 16V8l-2 2" />
<path d="M13 16l4-4" />
<path d="M17 16l-4-4" />
</g>
</svg>''')
icon_arrow_wave_left_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 13.998H3v-4" />
<path d="M21 11.998c-.887 1.284-2.48 2.033-4 2c-1.52.033-3.113-.716-4-2s-2.48-2.033-4-2c-1.52-.033-3 1-4 2l-2 2" />
</g>
</svg>''')
icon_sunrise = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" />
<path d="M3 21h18" />
<path d="M12 9V3l3 3M9 6l3-3" />
</g>
</svg>''')
icon_file_export = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M11.5 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v5m-5 6h7m-3-3l3 3l-3 3" />
</g>
</svg>''')
icon_layers_difference = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 16v2a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2" />
<path d="M10 8H8v2" />
<path d="M8 14v2h2" />
<path d="M14 8h2v2" />
<path d="M16 14v2h-2" />
</g>
</svg>''')
icon_brand_debian = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 17c-2.397-.943-4-3.153-4-5.635c0-2.19 1.039-3.14 1.604-3.595C12.25 5.637 16 7.5 16 11c0 2.5-2.905 2.121-3.5 1.5c-.595-.621-1-1.5-.5-2.5" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_circle_dot = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="1" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_brand_pagekit = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12.077 20H7V4h11v14h-5.077" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_phone_calling = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2" />
<path d="M15 7v.01" />
<path d="M18 7v.01" />
<path d="M21 7v.01" />
</g>
</svg>''')
icon_git_merge = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="18" r="2" />
<circle cx="7" cy="6" r="2" />
<circle cx="17" cy="12" r="2" />
<path d="M7 8v8" />
<path d="M7 8a4 4 0 0 0 4 4h4" />
</g>
</svg>''')
icon_omega = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 19h5v-1a7.35 7.35 0 1 1 6 0v1h5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_sum = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 16v2a1 1 0 0 1-1 1H6l6-7l-6-7h11a1 1 0 0 1 1 1v2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_open_source = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 3a9 9 0 0 1 3.618 17.243l-2.193-5.602a3 3 0 1 0-2.849 0l-2.193 5.603A9 9 0 0 1 12 3z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_circle6 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="14" r="2" />
<path d="M14 10a2 2 0 1 0-4 0v4" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_door_exit = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 12v.01" />
<path d="M3 21h18" />
<path d="M5 21V5a2 2 0 0 1 2-2h7.5M17 13.5V21" />
<path d="M14 7h7m-3-3l3 3l-3 3" />
</g>
</svg>''')
icon_aperture = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M3.6 15h10.55" />
<path d="M6.551 4.938l3.26 10.034" />
<path d="M17.032 4.636l-8.535 6.2" />
<path d="M20.56 14.51l-8.536-6.2" />
<path d="M12.257 20.916l3.26-10.034" />
</g>
</svg>''')
icon_battery_charging2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 9a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v.5a.5.5 0 0 0 .5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5a.5.5 0 0 0-.5.5v.5a2 2 0 0 1-2 2h-4.5" />
<path d="M3 15h6v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2z" />
<path d="M6 22v-3" />
<path d="M4 15v-2.5" />
<path d="M8 15v-2.5" />
</g>
</svg>''')
icon_brand_tiktok = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9 12a4 4 0 1 0 4 4V4a5 5 0 0 0 5 5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrows_double_ne_sw = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 14L14 3" />
<path d="M10 3h4v4" />
<path d="M10 17v4h4" />
<path d="M21 10L10 21" />
</g>
</svg>''')
icon_flame = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 12c2-2.96 0-7-1-8c0 3.038-1.773 4.741-3 6c-1.226 1.26-2 3.24-2 5a6 6 0 1 0 12 0c0-1.532-1.056-3.94-2-5c-1.786 3-2.791 3-4 2z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_step_out = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v12" />
<path d="M16 7l-4-4" />
<path d="M8 7l4-4" />
<circle cx="12" cy="20" r="1" />
</g>
</svg>''')
icon_square1 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 16V8l-2 2" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_brand_sass = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 10.523c2.46-.826 4.002-.826 4.002-2.155c0-1.366-1.347-1.366-2.735-1.366c-1.91 0-3.352.49-4.537 1.748c-.848.902-1.027 2.449-.153 3.307c.973.956 3.206 1.789 2.884 3.493c-.233 1.235-1.469 1.823-2.617 1.202c-.782-.424-.454-1.746.626-2.512s2.822-.992 4.1-.24c.98.575 1.046 1.724.434 2.193" />
</g>
</svg>''')
icon_notes = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="3" width="14" height="18" rx="2" />
<path d="M9 7h6" />
<path d="M9 11h6" />
<path d="M9 15h4" />
</g>
</svg>''')
icon_hexagon_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.693 4.69l2.336-1.39a2.056 2.056 0 0 1 2 0l6 3.573H19a2 2 0 0 1 1 1.747v6.536c0 .246-.045.485-.13.707m-2.16 1.847l-4.739 3.027a2 2 0 0 1-1.942 0l-6-3.833A2 2 0 0 1 4 15.157V8.62a2 2 0 0 1 1.029-1.748l1.154-.687" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_brand_visual_studio = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 8l2-1l10 13l4-2V6l-4-2L6 17l-2-1z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_candy = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7.05 11.293l4.243-4.243a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-4.243 4.243a2 2 0 0 1-2.828 0L7.05 14.12a2 2 0 0 1 0-2.828z" />
<path d="M16.243 9.172l3.086-.772a1.5 1.5 0 0 0 .697-2.516L17.81 3.667a1.5 1.5 0 0 0-2.44.47L14.122 7.05" />
<path d="M9.172 16.243L8.4 19.329a1.5 1.5 0 0 1-2.516.697L3.667 17.81a1.5 1.5 0 0 1 .47-2.44l2.913-1.248" />
</g>
</svg>''')
icon_letter_case_toggle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6.5" cy="15.5" r="3.5" />
<path d="M14 19V8.5a3.5 3.5 0 0 1 7 0V19" />
<path d="M14 13h7" />
<path d="M10 12v7" />
</g>
</svg>''')
icon_square_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M10 10l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_paperclip = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3L18 10a3 3 0 0 0-6-6l-6.5 6.5a4.5 4.5 0 0 0 9 9L21 13" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_letter_case_lower = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6.5" cy="15.5" r="3.5" />
<path d="M10 12v7" />
<circle cx="17.5" cy="15.5" r="3.5" />
<path d="M21 12v7" />
</g>
</svg>''')
icon_calendar_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="5" width="16" height="16" rx="2" />
<path d="M16 3v4" />
<path d="M8 3v4" />
<path d="M4 11h16" />
<path d="M10 16h4" />
<path d="M12 14v4" />
</g>
</svg>''')
icon_bluetooth_connected = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 8l10 8l-5 4V4l5 4l-10 8" />
<path d="M4 12h1" />
<path d="M18 12h1" />
</g>
</svg>''')
icon_world_longitude = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M11.5 3a11.2 11.2 0 0 0 0 18" />
<path d="M12.5 3a11.2 11.2 0 0 1 0 18" />
<path d="M12 3v18" />
</g>
</svg>''')
icon_chart_pie = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 3.2A9 9 0 1 0 20.8 14a1 1 0 0 0-1-1H13a2 2 0 0 1-2-2V4a.9.9 0 0 0-1-.8" />
<path d="M15 3.5A9 9 0 0 1 20.5 9H16a1 1 0 0 1-1-1V3.5" />
</g>
</svg>''')
icon_maximize = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 8V6a2 2 0 0 1 2-2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2-2v-2" />
</g>
</svg>''')
icon_temperature_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13.5a4 4 0 1 0 4 0V5a2 2 0 0 0-4 0v8.5" />
<path d="M8 9h4" />
<path d="M16 9h6" />
<path d="M19 6v6" />
</g>
</svg>''')
icon_shape = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="5" r="2" />
<circle cx="19" cy="5" r="2" />
<circle cx="5" cy="19" r="2" />
<circle cx="19" cy="19" r="2" />
<path d="M5 7v10" />
<path d="M7 5h10" />
<path d="M7 19h10" />
<path d="M19 7v10" />
</g>
</svg>''')
icon_border_inner = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12h16" />
<path d="M12 4v16" />
<path d="M4 4v.01" />
<path d="M8 4v.01" />
<path d="M16 4v.01" />
<path d="M20 4v.01" />
<path d="M4 8v.01" />
<path d="M20 8v.01" />
<path d="M4 16v.01" />
<path d="M20 16v.01" />
<path d="M4 20v.01" />
<path d="M8 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
</g>
</svg>''')
icon_git_pull_request_draft = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="18" r="2" />
<circle cx="6" cy="6" r="2" />
<circle cx="18" cy="18" r="2" />
<path d="M6 8v8" />
<path d="M18 11h.01" />
<path d="M18 6h.01" />
</g>
</svg>''')
icon_report = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 5H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h5.697" />
<path d="M18 14v4h4" />
<path d="M18 11V7a2 2 0 0 0-2-2h-2" />
<rect x="8" y="3" width="6" height="4" rx="2" />
<circle cx="18" cy="18" r="4" />
<path d="M8 11h4" />
<path d="M8 15h3" />
</g>
</svg>''')
icon_cast = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 19h.01" />
<path d="M7 19a4 4 0 0 0-4-4" />
<path d="M11 19a8 8 0 0 0-8-8" />
<path d="M15 19h3a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3H6a3 3 0 0 0-2.8 2" />
</g>
</svg>''')
icon_brand_google_analytics = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="10" y="9" width="4" height="12" rx="1.105" />
<rect x="17" y="3" width="4" height="18" rx="1.105" />
<circle cx="5" cy="19" r="2" />
</g>
</svg>''')
icon_player_track_prev = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 5v14l-8-7z" />
<path d="M10 5v14l-8-7z" />
</g>
</svg>''')
icon_square_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 4h10a2 2 0 0 1 2 2v10m-.584 3.412A1.994 1.994 0 0 1 18 20H6a2 2 0 0 1-2-2V6c0-.552.224-1.052.586-1.414" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_video_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 10l4.553-2.276A1 1 0 0 1 21 8.618v6.764a1 1 0 0 1-1.447.894L15 14v-4z" />
<rect x="3" y="6" width="12" height="12" rx="2" />
<path d="M7 12h4" />
</g>
</svg>''')
icon_helmet = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 4a9 9 0 0 1 5.656 16H6.344A9 9 0 0 1 12 4z" />
<path d="M20 9h-8.8a1 1 0 0 0-.968 1.246c.507 2 1.596 3.418 3.268 4.254c2 1 4.333 1.5 7 1.5" />
</g>
</svg>''')
icon_lasso = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.028 13.252C3.371 12.28 3 11.174 3 10c0-3.866 4.03-7 9-7s9 3.134 9 7s-4.03 7-9 7c-1.913 0-3.686-.464-5.144-1.255" />
<circle cx="5" cy="15" r="2" />
<path d="M5 17c0 1.42.316 2.805 1 4" />
</g>
</svg>''')
icon_brand_netflix = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9 20V4l7 16V4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_mood_tongue = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M10 14v2a2 2 0 0 0 4 0v-2m1.5 0h-7" />
</g>
</svg>''')
icon_forklift = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="17" r="2" />
<circle cx="14" cy="17" r="2" />
<path d="M7 17h5" />
<path d="M3 17v-6h13v6" />
<path d="M5 11V7h4" />
<path d="M9 11V5h4l3 6" />
<path d="M22 15h-3V5" />
<path d="M16 13h3" />
</g>
</svg>''')
icon_arrows_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 7h18" />
<path d="M6 20l-3-3l3-3" />
<path d="M6 4L3 7l3 3" />
<path d="M3 17h18" />
</g>
</svg>''')
icon_bath = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-3a1 1 0 0 1 1-1z" />
<path d="M6 12V5a2 2 0 0 1 2-2h3v2.25" />
<path d="M4 21l1-1.5" />
<path d="M20 21l-1-1.5" />
</g>
</svg>''')
icon_door = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 12v.01" />
<path d="M3 21h18" />
<path d="M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16" />
</g>
</svg>''')
icon_letter_t = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 4h12" />
<path d="M12 4v16" />
</g>
</svg>''')
icon_arrow_back_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9 13L5 9l4-4M5 9h11a4 4 0 0 1 0 8h-1" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_number3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12a4 4 0 1 0-4-4" />
<path d="M8 16a4 4 0 1 0 4-4" />
</g>
</svg>''')
icon_markdown = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M7 15V9l2 2l2-2v6" />
<path d="M14 13l2 2l2-2m-2 2V9" />
</g>
</svg>''')
icon_battery = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 7h11a2 2 0 0 1 2 2v.5a.5.5 0 0 0 .5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5a.5.5 0 0 0-.5.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_container = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 4v.01" />
<path d="M20 20v.01" />
<path d="M20 16v.01" />
<path d="M20 12v.01" />
<path d="M20 8v.01" />
<rect x="8" y="4" width="8" height="16" rx="1" />
<path d="M4 4v.01" />
<path d="M4 20v.01" />
<path d="M4 16v.01" />
<path d="M4 12v.01" />
<path d="M4 8v.01" />
</g>
</svg>''')
icon_arrow_big_left_lines = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 15v3.586a1 1 0 0 1-1.707.707l-6.586-6.586a1 1 0 0 1 0-1.414l6.586-6.586A1 1 0 0 1 12 5.414V9h3v6h-3z" />
<path d="M21 15V9" />
<path d="M18 15V9" />
</g>
</svg>''')
icon_temperature_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13.5a4 4 0 1 0 4 0V5a2 2 0 0 0-4 0v8.5" />
<path d="M8 9h4" />
<path d="M16 9h6" />
</g>
</svg>''')
icon_chart_donut3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v5m4 4h5" />
<path d="M8.929 14.582L5.5 17.5" />
<circle cx="12" cy="12" r="4" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_brand_kickstarter = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M11 9l2.975-4.65C14.59 3.45 15.38 3 16.352 3c.79 0 1.474.286 2.054.858c.576.574.866 1.256.866 2.054c0 .588-.153 1.109-.46 1.559L16 11.5l3.465 4.912c.356.46.535.998.535 1.613a2.92 2.92 0 0 1-.843 2.098c-.561.584-1.242.877-2.04.877c-.876 0-1.545-.29-2.005-.87L11 14.433V17.5c0 .876-.313 1.69-.611 2.175C9.846 20.558 9.039 21 8 21c-.944 0-1.753-.327-2.271-.974c-.486-.6-.729-1.392-.729-2.38V6.275c0-.934.247-1.706.74-2.313C6.252 3.321 7.087 3 8 3c.868 0 1.821.321 2.4.962c.323.356.515.714.6 1.08c.052.224 0 .643 0 1.26V9z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_satellite = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3.707 6.293l2.586-2.586a1 1 0 0 1 1.414 0l5.586 5.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1-1.414 0L3.707 7.707a1 1 0 0 1 0-1.414z" />
<path d="M6 10l-3 3l3 3l3-3" />
<path d="M10 6l3-3l3 3l-3 3" />
<path d="M12 12l1.5 1.5" />
<path d="M14.5 17a2.5 2.5 0 0 0 2.5-2.5" />
<path d="M15 21a6 6 0 0 0 6-6" />
</g>
</svg>''')
icon_letter_e = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 4H7v16h10" />
<path d="M7 12h8" />
</g>
</svg>''')
icon_lollipop = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="14" cy="10" r="7" />
<path d="M21 10a3.5 3.5 0 0 0-7 0" />
<path d="M14 10a3.5 3.5 0 0 1-7 0" />
<path d="M14 17a3.5 3.5 0 0 0 0-7" />
<path d="M14 3a3.5 3.5 0 0 0 0 7" />
<path d="M3 21l6-6" />
</g>
</svg>''')
icon_binary = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 10V5h-1m8 14v-5h-1" />
<rect x="15" y="5" width="3" height="5" rx=".5" />
<rect x="10" y="14" width="3" height="5" rx=".5" />
<path d="M6 10h.01M6 19h.01" />
</g>
</svg>''')
icon_wifi0 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 18h.01" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_building_store = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h18" />
<path d="M3 7v1a3 3 0 0 0 6 0V7m0 1a3 3 0 0 0 6 0V7m0 1a3 3 0 0 0 6 0V7H3l2-4h14l2 4" />
<path d="M5 21V10.85" />
<path d="M19 21V10.85" />
<path d="M9 21v-4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4" />
</g>
</svg>''')
icon_brand_stripe = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M11.453 8.056c0-.623.518-.979 1.442-.979c1.69 0 3.41.343 4.605.923l.5-4c-.948-.449-2.82-1-5.5-1c-1.895 0-3.373.087-4.5 1c-1.172.956-2 2.33-2 4c0 3.03 1.958 4.906 5 6c1.961.69 3 .743 3 1.5c0 .735-.851 1.5-2 1.5c-1.423 0-3.963-.609-5.5-1.5l-.5 4c1.321.734 3.474 1.5 6 1.5c2.004 0 3.957-.468 5.084-1.36C18.347 18.661 19 17.372 19 15.5c0-3.096-1.915-4.547-5.003-5.637c-1.646-.605-2.544-1.07-2.544-1.807z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_vercel = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3 19h18L12 4z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_viewport_wide = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 12H3l3-3m0 6l-3-3" />
<path d="M14 12h7l-3-3m0 6l3-3" />
<path d="M3 6V3h18v3" />
<path d="M3 18v3h18v-3" />
</g>
</svg>''')
icon_currency_taka = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="16.5" cy="15.5" r="1" />
<path d="M7 7a2 2 0 1 1 4 0v9a3 3 0 0 0 6 0v-.5" />
<path d="M8 11h6" />
</g>
</svg>''')
icon_presentation = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 4h18" />
<path d="M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4" />
<path d="M12 16v4" />
<path d="M9 20h6" />
<path d="M8 12l3-3l2 2l3-3" />
</g>
</svg>''')
icon_pentagon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M13.2 3.394l7.033 5.237a2 2 0 0 1 .7 2.247l-2.973 8.764A2 2 0 0 1 16.066 21h-8.12a2 2 0 0 1-1.9-1.373L3.15 10.862a2 2 0 0 1 .696-2.225L10.804 3.4a2 2 0 0 1 2.397-.006z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_camera_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="13" r="3" />
<path d="M5 7h1a2 2 0 0 0 2-2a1 1 0 0 1 1-1h3m9 6v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<path d="M15 6h6" />
</g>
</svg>''')
icon_arrow_big_left_line = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 15v3.586a1 1 0 0 1-1.707.707l-6.586-6.586a1 1 0 0 1 0-1.414l6.586-6.586A1 1 0 0 1 12 5.414V9h6v6h-6z" />
<path d="M21 15V9" />
</g>
</svg>''')
icon_brightness = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 3v18" />
<path d="M12 9l4.65-4.65" />
<path d="M12 14.3l7.37-7.37" />
<path d="M12 19.6l8.85-8.85" />
</g>
</svg>''')
icon_eye_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M10.584 10.587a2 2 0 0 0 2.828 2.83" />
<path d="M9.363 5.365A9.466 9.466 0 0 1 12 5c4 0 7.333 2.333 10 7c-.778 1.361-1.612 2.524-2.503 3.488m-2.14 1.861C15.726 18.449 13.942 19 12 19c-4 0-7.333-2.333-10-7c1.369-2.395 2.913-4.175 4.632-5.341" />
</g>
</svg>''')
icon_list_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3.5 5.5L5 7l2.5-2.5" />
<path d="M3.5 11.5L5 13l2.5-2.5" />
<path d="M3.5 17.5L5 19l2.5-2.5" />
<path d="M11 6h9" />
<path d="M11 12h9" />
<path d="M11 18h9" />
</g>
</svg>''')
icon_layout_board_split = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 12h8" />
<path d="M12 15h8" />
<path d="M12 9h8" />
<path d="M12 4v16" />
</g>
</svg>''')
icon_app_window = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M6 8h.01" />
<path d="M9 8h.01" />
</g>
</svg>''')
icon_square0 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1-4 0v-4a2 2 0 0 1 2-2z" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_letter_f = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 4H7v16" />
<path d="M7 12h8" />
</g>
</svg>''')
icon_strikethrough = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14" />
<path d="M16 6.5A4 2 0 0 0 12 5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1-4-1.5" />
</g>
</svg>''')
icon_antenna_bars5 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 18v-3" />
<path d="M10 18v-6" />
<path d="M14 18V9" />
<path d="M18 18V6" />
</g>
</svg>''')
icon_vector_triangle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="10" y="4" width="4" height="4" rx="1" />
<rect x="3" y="17" width="4" height="4" rx="1" />
<rect x="17" y="17" width="4" height="4" rx="1" />
<path d="M6.5 17.1l5-9.1" />
<path d="M17.5 17.1l-5-9.1" />
<path d="M7 19h10" />
</g>
</svg>''')
icon_brand_google = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M17.788 5.108A9 9 0 1 0 21 12h-8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_table_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 4h10a2 2 0 0 1 2 2v10m-.588 3.417c-.362.36-.86.583-1.412.583H6a2 2 0 0 1-2-2V6c0-.552.224-1.053.586-1.414" />
<path d="M4 10h6m4 0h6" />
<path d="M10 4v2m0 4v10" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_code = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 8l-4 4l4 4" />
<path d="M17 8l4 4l-4 4" />
<path d="M14 4l-4 16" />
</g>
</svg>''')
icon_scissors = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="7" r="3" />
<circle cx="6" cy="17" r="3" />
<path d="M8.6 8.6L19 19" />
<path d="M8.6 15.4L19 5" />
</g>
</svg>''')
icon_user_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
<path d="M16 11h6" />
</g>
</svg>''')
icon_face_id_error = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 8V6a2 2 0 0 1 2-2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2-2v-2" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M9.5 15.05a3.5 3.5 0 0 1 5 0" />
</g>
</svg>''')
icon_antenna_bars2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 18v-3" />
<path d="M10 18v.01" />
<path d="M14 18v.01" />
<path d="M18 18v.01" />
</g>
</svg>''')
icon_vector = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="4" height="4" rx="1" />
<rect x="17" y="3" width="4" height="4" rx="1" />
<rect x="17" y="17" width="4" height="4" rx="1" />
<rect x="3" y="17" width="4" height="4" rx="1" />
<path d="M5 7v10" />
<path d="M19 7v10" />
<path d="M7 5h10" />
<path d="M7 19h10" />
</g>
</svg>''')
icon_math_symbols = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12h18" />
<path d="M12 3v18" />
<path d="M16.5 4.5l3 3" />
<path d="M19.5 4.5l-3 3" />
<path d="M6 4v4" />
<path d="M4 6h4" />
<path d="M18 16h.01" />
<path d="M18 20h.01" />
<path d="M4 18h4" />
</g>
</svg>''')
icon_arrow_ramp_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 3v8.707" />
<path d="M11 7L7 3L3 7" />
<path d="M17 14l4-4l-4-4" />
<path d="M7 21a11 11 0 0 1 11-11h3" />
</g>
</svg>''')
icon_page_break = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M19 18v1a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-1" />
<path d="M3 14h3m4.5 0h3m4.5 0h3" />
<path d="M5 10V5a2 2 0 0 1 2-2h7l5 5v2" />
</g>
</svg>''')
icon_letter_c = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 9a5 5 0 0 0-5-5h-2a5 5 0 0 0-5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5-5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_rocket = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3-5a9 9 0 0 0 6-8a3 3 0 0 0-3-3a9 9 0 0 0-8 6a6 6 0 0 0-5 3" />
<path d="M7 14a6 6 0 0 0-3 6a6 6 0 0 0 6-3" />
<circle cx="15" cy="9" r="1" />
</g>
</svg>''')
icon_arrow_bar_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12h10" />
<path d="M4 12l4 4" />
<path d="M4 12l4-4" />
<path d="M20 4v16" />
</g>
</svg>''')
icon_circle_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 12h6" />
<path d="M12 9v6" />
</g>
</svg>''')
icon_keyboard_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2m4 0h10a2 2 0 0 1 2 2v8c0 .554-.226 1.056-.59 1.418" />
<path d="M6 10v.01" />
<path d="M10 10v.01" />
<path d="M14 10v.01" />
<path d="M18 10v.01" />
<path d="M6 14v.01" />
<path d="M18 14v.01" />
<path d="M10 14h4" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_device_laptop = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 19h18" />
<rect x="5" y="6" width="14" height="10" rx="1" />
</g>
</svg>''')
icon_layout_sidebar_right_collapse = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M15 4v16" />
<path d="M9 10l2 2l-2 2" />
</g>
</svg>''')
icon_arrow_narrow_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14" />
<path d="M5 12l4 4" />
<path d="M5 12l4-4" />
</g>
</svg>''')
icon_adjustments = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="10" r="2" />
<path d="M6 4v4" />
<path d="M6 12v8" />
<circle cx="12" cy="16" r="2" />
<path d="M12 4v10" />
<path d="M12 18v2" />
<circle cx="18" cy="7" r="2" />
<path d="M18 4v1" />
<path d="M18 9v11" />
</g>
</svg>''')
icon_stairs_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20h4v-4h4v-4h4V8h4" />
<path d="M11 4l-7 7V7m4 4H4" />
</g>
</svg>''')
icon_switch_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 3l4 4l-4 4" />
<path d="M10 7h10" />
<path d="M8 13l-4 4l4 4" />
<path d="M4 17h9" />
</g>
</svg>''')
icon_device_computer_camera = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="10" r="7" />
<circle cx="12" cy="10" r="3" />
<path d="M8 16l-2.091 3.486A1 1 0 0 0 6.766 21h10.468a1 1 0 0 0 .857-1.514L16 16" />
</g>
</svg>''')
icon_checkup_list = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M9 14h.01" />
<path d="M9 17h.01" />
<path d="M12 16l1 1l3-3" />
</g>
</svg>''')
icon_chart_pie4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12l-6.5 5.5" />
<path d="M12 3v9h9" />
<circle cx="12" cy="12" r="9" />
<path d="M12 12l5 7.5" />
</g>
</svg>''')
icon_hand_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M8 13.5V8m.44-3.562A1.5 1.5 0 0 1 11 5.5V7m0 4.008V12m0-6.5v-2a1.5 1.5 0 1 1 3 0V10m0-4.5a1.5 1.5 0 0 1 3 0V12m0-4.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2c-2.114-.292-3.956-1.397-5-3l-2.7-5.25a1.7 1.7 0 0 1 2.75-2l.9 1.75" />
</g>
</svg>''')
icon_shield = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 3a12 12 0 0 0 8.5 3A12 12 0 0 1 12 21A12 12 0 0 1 3.5 6A12 12 0 0 0 12 3" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_ball_basketball = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M5.65 5.65l12.7 12.7" />
<path d="M5.65 18.35l12.7-12.7" />
<path d="M12 3a9 9 0 0 0 9 9" />
<path d="M3 12a9 9 0 0 1 9 9" />
</g>
</svg>''')
icon_diamonds = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M10.831 20.413l-5.375-6.91c-.608-.783-.608-2.223 0-3.005l5.375-6.911a1.457 1.457 0 0 1 2.338 0l5.375 6.91c.608.783.608 2.223 0 3.005l-5.375 6.911a1.457 1.457 0 0 1-2.338 0z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_pennant = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 21h4" />
<path d="M10 21V3" />
<path d="M10 4l9 4l-9 4" />
</g>
</svg>''')
icon_wave_sine = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M21 12h-2c-.894 0-1.662-.857-1.761-2c-.296-3.45-.749-6-2.749-6s-2.5 3.582-2.5 8s-.5 8-2.5 8s-2.452-2.547-2.749-6c-.1-1.147-.867-2-1.763-2h-2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_box_multiple2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
<path d="M12 8a2 2 0 1 1 4 0c0 .591-.417 1.318-.816 1.858L12 14.001h4" />
</g>
</svg>''')
icon_arrow_right_square = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 12h14" />
<path d="M18 15l3-3l-3-3" />
<path d="M3 10h4v4H3z" />
</g>
</svg>''')
icon_shield_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 12l2 2l4-4" />
<path d="M12 3a12 12 0 0 0 8.5 3A12 12 0 0 1 12 21A12 12 0 0 1 3.5 6A12 12 0 0 0 12 3" />
</g>
</svg>''')
icon_hand_finger = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13V4.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M11 11.5v-2a1.5 1.5 0 1 1 3 0V12" />
<path d="M14 10.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
</g>
</svg>''')
icon_medal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 4v3M8 4v6m8-6v6" />
<path d="M12 18.5L9 20l.5-3.5l-2-2l3-.5l1.5-3l1.5 3l3 .5l-2 2L15 20z" />
</g>
</svg>''')
icon_ball_american_football = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 9l-6 6" />
<path d="M10 12l2 2" />
<path d="M12 10l2 2" />
<path d="M8 21a5 5 0 0 0-5-5" />
<path d="M16 3C8.82 3 3 8.82 3 16a5 5 0 0 0 5 5c7.18 0 13-5.82 13-13a5 5 0 0 0-5-5" />
<path d="M16 3a5 5 0 0 0 5 5" />
</g>
</svg>''')
icon_replace = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="6" height="6" rx="1" />
<rect x="15" y="15" width="6" height="6" rx="1" />
<path d="M21 11V8a2 2 0 0 0-2-2h-6l3 3m0-6l-3 3" />
<path d="M3 13v3a2 2 0 0 0 2 2h6l-3-3m0 6l3-3" />
</g>
</svg>''')
icon_ice_cream = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 21.5V17" />
<path d="M8 17h8V7a4 4 0 1 0-8 0v10z" />
<path d="M8 10.5L16 7" />
<path d="M8 14.5l8-3.5" />
</g>
</svg>''')
icon_aspect_ratio = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M7 12V9h3" />
<path d="M17 12v3h-3" />
</g>
</svg>''')
icon_screen_share = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12v3a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h9" />
<path d="M7 20h10" />
<path d="M9 16v4" />
<path d="M15 16v4" />
<path d="M17 4h4v4" />
<path d="M16 9l5-5" />
</g>
</svg>''')
icon_lemon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.536 3.393c3.905 3.906 3.905 10.237 0 14.143c-3.906 3.905-10.237 3.905-14.143 0L17.536 3.393" />
<path d="M5.868 15.06a6.5 6.5 0 0 0 9.193-9.192" />
<path d="M10.464 10.464l4.597 4.597" />
<path d="M10.464 10.464v6.364" />
<path d="M10.464 10.464h6.364" />
</g>
</svg>''')
icon_plane_departure = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.639 10.258l4.83-1.294a2 2 0 0 1 1.035 3.863L6.015 16.71l-4.45-5.02l2.897-.776l2.45 1.414l2.897-.776l-3.743-6.244l2.898-.777z" />
<path d="M3 21h18" />
</g>
</svg>''')
icon_truck_delivery = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M5 17H3v-4M2 5h11v12m-4 0h6m4 0h2v-6h-8m0-5h5l3 5" />
<path d="M3 9h4" />
</g>
</svg>''')
icon_browser_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="1" />
<path d="M4 8h16" />
<path d="M8 4v4" />
<path d="M10 16l4-4" />
<path d="M14 16l-4-4" />
</g>
</svg>''')
icon_moped = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="18" cy="17" r="2" />
<path d="M5 16v1a2 2 0 0 0 4 0v-5H6a3 3 0 0 0-3 3v1h10a6 6 0 0 1 5-4V7a2 2 0 0 0-2-2h-1" />
<path d="M6 9h3" />
</g>
</svg>''')
icon_brightness_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<path d="M12 5V3" />
<path d="M17 7l1.4-1.4" />
<path d="M19 12h2" />
<path d="M17 17l1.4 1.4" />
<path d="M12 19v2" />
<path d="M7 17l-1.4 1.4" />
<path d="M6 12H4" />
<path d="M7 7L5.6 5.6" />
</g>
</svg>''')
icon_biohazard = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="2" />
<path d="M11.939 14c0 .173.048.351.056.533v.217a4.75 4.75 0 0 1-4.533 4.745h-.217m-4.75-4.75a4.75 4.75 0 0 1 7.737-3.693m6.513 8.443a4.75 4.75 0 0 1-4.69-5.503h-.06m1.764-2.944a4.75 4.75 0 0 1 7.731 3.477v.217m-11.195-3.813a4.75 4.75 0 0 1-1.828-7.624l.164-.172m6.718 0a4.75 4.75 0 0 1-1.665 7.798" />
</g>
</svg>''')
icon_device_mobile_rotated = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g transform="rotate(90 12 12)" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="4" width="10" height="16" rx="1" />
<path d="M11 5h2" />
<path d="M12 17v.01" />
</g>
</svg>''')
icon_tallymark3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 5v14" />
<path d="M12 5v14" />
<path d="M16 5v14" />
</g>
</svg>''')
icon_zodiac_libra = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 20h14" />
<path d="M5 17h5v-.3a7 7 0 1 1 4 0v.3h5" />
</g>
</svg>''')
icon_brand_youtube = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="4" />
<path d="M10 9l5 3l-5 3z" />
</g>
</svg>''')
icon_currency_bahraini = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 10v1a4 4 0 0 0 4 4h2a2 2 0 0 0 2-2v-3" />
<path d="M7 19.01V19" />
<path d="M14 15.01V15" />
<path d="M17 15h2.004a2 2 0 0 0 1.649-3.131L18 8" />
</g>
</svg>''')
icon_bike = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="18" r="3" />
<circle cx="19" cy="18" r="3" />
<path d="M12 19v-4l-3-3l5-4l2 3h3" />
<circle cx="17" cy="5" r="1" />
</g>
</svg>''')
icon_float_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect width="6" height="6" x="14" y="5" rx="1" />
<path d="M4 7h6" />
<path d="M4 11h6" />
<path d="M4 15h16" />
<path d="M4 19h16" />
</g>
</svg>''')
icon_woman = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="5" r="2" />
<path d="M10 22v-4H8l2-6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1l2 6h-2v4" />
</g>
</svg>''')
icon_copyleft = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M10 9.75a3.016 3.016 0 0 1 4.163.173a2.993 2.993 0 0 1 0 4.154A3.016 3.016 0 0 1 10 14.25" />
</g>
</svg>''')
icon_moon2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16.418 4.157a8 8 0 0 0 0 15.686" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_chart_pie2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v9h9" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_pokeball = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9" cy="9" r="9" transform="translate(3 3)" />
<circle cx="12" cy="12" r="3" />
<path d="M3 12h6m6 0h6" />
</g>
</svg>''')
icon_corner_down_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 6v6a3 3 0 0 0 3 3h10l-4-4m0 8l4-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_submarine = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 11v6h2l1-1.5L9 17h10a3 3 0 0 0 0-6H9h0l-3 1.5L5 11H3z" />
<path d="M17 11l-1-3h-5l-1 3" />
<path d="M13 8V6a1 1 0 0 1 1-1h1" />
</g>
</svg>''')
icon_chart_circles = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9.5" cy="9.5" r="5.5" />
<circle cx="14.5" cy="14.5" r="5.5" />
</g>
</svg>''')
icon_soccer_field = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<path d="M3 9h3v6H3z" />
<path d="M18 9h3v6h-3z" />
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M12 5v14" />
</g>
</svg>''')
icon_pool = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1" />
<path d="M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1" />
<path d="M15 12V4.5a1.5 1.5 0 0 1 3 0" />
<path d="M9 12V4.5a1.5 1.5 0 0 0-3 0" />
<path d="M15 5H9" />
<path d="M9 10h6" />
</g>
</svg>''')
icon_backhoe = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="4" cy="17" r="2" />
<circle cx="13" cy="17" r="2" />
<path d="M13 19H4" />
<path d="M4 15h9" />
<path d="M8 12V7h2a3 3 0 0 1 3 3v5" />
<path d="M5 15v-2a1 1 0 0 1 1-1h7" />
<path d="M21.12 9.88L18 5l-5 5" />
<path d="M21.12 9.88A3 3 0 0 1 19 15a3 3 0 0 1-2.12-.88l4.24-4.24z" />
</g>
</svg>''')
icon_quote = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 11H6a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v6c0 2.667-1.333 4.333-4 5" />
<path d="M19 11h-4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v6c0 2.667-1.333 4.333-4 5" />
</g>
</svg>''')
icon_layout_align_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 4v16" />
<rect x="4" y="9" width="12" height="6" rx="2" />
</g>
</svg>''')
icon_sort_ascending2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 9l3-3l3 3" />
<rect x="5" y="5" width="5" height="5" rx=".5" />
<rect x="5" y="14" width="5" height="5" rx=".5" />
<path d="M17 6v12" />
</g>
</svg>''')
icon_scooter_electric = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="18" cy="17" r="2" />
<circle cx="6" cy="17" r="2" />
<path d="M8 17h5a6 6 0 0 1 5-5V7a2 2 0 0 0-2-2h-1" />
<path d="M10 4L8 8h3l-2 4" />
</g>
</svg>''')
icon_corner_left_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 18h-6a3 3 0 0 1-3-3V5L5 9m8 0L9 5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_number5 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8 20h4a4 4 0 1 0 0-8H8V4h8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_clear_all = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 6h12" />
<path d="M6 12h12" />
<path d="M4 18h12" />
</g>
</svg>''')
icon_ab = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 16v-5.5a2.5 2.5 0 0 1 5 0V16m0-4H3" />
<path d="M12 6v12" />
<path d="M16 16V8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3" />
</g>
</svg>''')
icon_brand_tumblr = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M14 21h4v-4h-4v-6h4V7h-4V3h-4v1a3 3 0 0 1-3 3H6v4h4v6a4 4 0 0 0 4 4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_track = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 15L15 4m5 5L9 20m-4-8l7 7M8.5 8.5l7 7M12 5l7 7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_mask_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19.42 19.41A2 2 0 0 1 18 20H6a2 2 0 0 1-2-2V6c0-.554.225-1.055.588-1.417M8 4h10a2 2 0 0 1 2 2v10" />
<path d="M9.885 9.872a3 3 0 1 0 4.245 4.24m.582-3.396a3.012 3.012 0 0 0-1.438-1.433" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_shopping_cart = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="19" r="2" />
<circle cx="17" cy="19" r="2" />
<path d="M17 17H6V3H4" />
<path d="M6 5l14 1l-1 7H6" />
</g>
</svg>''')
icon_zodiac_cancer = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="12" r="3" />
<circle cx="18" cy="12" r="3" />
<path d="M3 12a10 6.5 0 0 1 14-6.5" />
<path d="M21 12a10 6.5 0 0 1-14 6.5" />
</g>
</svg>''')
icon_brand_slack = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12V6a2 2 0 0 1 4 0v6m0-2a2 2 0 1 1 2 2h-6" />
<path d="M12 12h6a2 2 0 0 1 0 4h-6m2 0a2 2 0 1 1-2 2v-6" />
<path d="M12 12v6a2 2 0 0 1-4 0v-6m0 2a2 2 0 1 1-2-2h6" />
<path d="M12 12H6a2 2 0 0 1 0-4h6m-2 0a2 2 0 1 1 2-2v6" />
</g>
</svg>''')
icon_accessible = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M10 16.5l2-3l2 3m-2-3v-2l3-1m-6 0l3 1" />
<circle cx="12" cy="7.5" r=".5" fill="currentColor" />
</g>
</svg>''')
icon_brand_facebook = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 10v4h3v7h4v-7h3l1-4h-4V8a1 1 0 0 1 1-1h3V3h-3a5 5 0 0 0-5 5v2H7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_microphone2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15.002 12.9A5 5 0 1 0 11.1 9" />
<path d="M15.002 12.9L11.1 9.001l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588-7.515z" />
</g>
</svg>''')
icon_prescription = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 19V3h4.5a4.5 4.5 0 1 1 0 9H6" />
<path d="M19 21l-9-9" />
<path d="M13 21l6-6" />
</g>
</svg>''')
icon_number1 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M13 20V4L8 9" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_chevrons_down_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 5v8h8" />
<path d="M7 9v8h8" />
</g>
</svg>''')
icon_alert_triangle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 9v2m0 4v.01" />
<path d="M5 19h14a2 2 0 0 0 1.84-2.75L13.74 4a2 2 0 0 0-3.5 0l-7.1 12.25A2 2 0 0 0 4.89 19" />
</g>
</svg>''')
icon_spacing_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 20h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" />
<path d="M4 20h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4" />
<path d="M12 8v8" />
</g>
</svg>''')
icon_battery_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M11 7h6a2 2 0 0 1 2 2v.5a.5.5 0 0 0 .5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5a.5.5 0 0 0-.5.5v.5m-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1" />
</g>
</svg>''')
icon_brand_gravatar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5.64 5.632A9 9 0 1 0 12 3v7.714" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_file = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
</g>
</svg>''')
icon_mood_happy = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 9h.01" />
<path d="M15 9h.01" />
<path d="M8 13a4 4 0 1 0 8 0m0 0H8" />
</g>
</svg>''')
icon_selector = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 9l4-4l4 4" />
<path d="M16 15l-4 4l-4-4" />
</g>
</svg>''')
icon_rotate2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 4.55a8 8 0 0 0-6 14.9M9 15v5H4" />
<path d="M18.37 7.16v.01" />
<path d="M13 19.94v.01" />
<path d="M16.84 18.37v.01" />
<path d="M19.37 15.1v.01" />
<path d="M19.94 11v.01" />
</g>
</svg>''')
icon_device_speaker = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="3" width="14" height="18" rx="2" />
<circle cx="12" cy="14" r="3" />
<path d="M12 7v.01" />
</g>
</svg>''')
icon_cheese = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.519 20.008L21 20v-3.5a2 2 0 1 1 0-4V9H4.278" />
<path d="M21 9l-9.385-4.992c-2.512.12-4.758 1.42-6.327 3.425C3.865 9.253 3 11.654 3 14.287c0 2.117.56 4.085 1.519 5.721" />
<path d="M15 13v.01" />
<path d="M8 13v.01" />
<path d="M11 16v.01" />
</g>
</svg>''')
icon_axis_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 13v.01" />
<path d="M4 9v.01" />
<path d="M4 5v.01" />
<path d="M17 20l3-3l-3-3" />
<path d="M4 17h16" />
</g>
</svg>''')
icon_currency_krone_czech = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 6v12" />
<path d="M5 12c3.5 0 6-3 6-6" />
<path d="M5 12c3.5 0 6 3 6 6" />
<path d="M19 6l-2 2l-2-2" />
<path d="M19 12h-2a3 3 0 0 0 0 6h2" />
</g>
</svg>''')
icon_layers_intersect2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="4" width="12" height="12" rx="2" />
<rect x="4" y="8" width="12" height="12" rx="2" />
<path d="M9 15l6-6" />
</g>
</svg>''')
icon_tractor = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="15" r="4" />
<path d="M7 15v.01" />
<circle cx="19" cy="17" r="2" />
<path d="M10.5 17H17" />
<path d="M20 15.2V11a1 1 0 0 0-1-1h-6l-2-5H5v6.5" />
<path d="M18 5h-1a1 1 0 0 0-1 1v4" />
</g>
</svg>''')
icon_brand_pocket = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h14a2 2 0 0 1 2 2v6a9 9 0 0 1-18 0V6a2 2 0 0 1 2-2" />
<path d="M8 11l4 4l4-4" />
</g>
</svg>''')
icon_align_center = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h16" />
<path d="M8 12h8" />
<path d="M6 18h12" />
</g>
</svg>''')
icon_folder_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M19 19H5a2 2 0 0 1-2-2V6a2 2 0 0 1 1.172-1.821M8 4h1l3 3h7a2 2 0 0 1 2 2v8" />
</g>
</svg>''')
icon_currency_dollar_australian = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 18L6.279 6.524a.75.75 0 0 1 1.442 0L11 18" />
<path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />
<path d="M17 20v-2" />
<path d="M18 6V4" />
<path d="M4.5 14h5" />
</g>
</svg>''')
icon_zodiac_gemini = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3a21 21 0 0 0 18 0" />
<path d="M3 21a21 21 0 0 1 18 0" />
<path d="M7 4.5v15" />
<path d="M17 4.5v15" />
</g>
</svg>''')
icon_checks = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 12l5 5L22 7" />
<path d="M2 12l5 5m5-5l5-5" />
</g>
</svg>''')
icon_world_download = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12a9 9 0 1 0-9 9" />
<path d="M3.6 9h16.8" />
<path d="M3.6 15H12" />
<path d="M11.578 3a17 17 0 0 0 0 18" />
<path d="M12.5 3c1.719 2.755 2.5 5.876 2.5 9" />
<path d="M18 14v7m-3-3l3 3l3-3" />
</g>
</svg>''')
icon_chevron_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 6l-6 6l6 6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_drop_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10.07 15.34c1.115.88 2.74.88 3.855 0c1.115-.88 1.398-2.388.671-3.575L12 8l-2.602 3.765c-.726 1.187-.443 2.694.672 3.575z" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_barbell = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 12h1" />
<path d="M6 8H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2" />
<path d="M6 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z" />
<path d="M9 12h6" />
<path d="M15 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1z" />
<path d="M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-2" />
<path d="M22 12h-1" />
</g>
</svg>''')
icon_zodiac_pisces = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 3a21 21 0 0 1 0 18" />
<path d="M19 3a21 21 0 0 0 0 18" />
<path d="M5 12h14" />
</g>
</svg>''')
icon_chevron_up_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8 16V8h8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_box_multiple0 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 6a2 2 0 0 1 2 2v4a2 2 0 1 1-4 0V8a2 2 0 0 1 2-2z" />
<rect x="7" y="3" width="14" height="14" rx="2" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_stethoscope = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 4H5a2 2 0 0 0-2 2v3.5h0a5.5 5.5 0 0 0 11 0V6a2 2 0 0 0-2-2h-1" />
<path d="M8 15a6 6 0 1 0 12 0v-3" />
<path d="M11 3v2" />
<path d="M6 3v2" />
<circle cx="20" cy="10" r="2" />
</g>
</svg>''')
icon_slice = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3 19L18 4l3 3l-6 6l2 2a14 14 0 0 1-14 4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_discord = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9" cy="12" r="1" />
<circle cx="15" cy="12" r="1" />
<path d="M7.5 7.5c3.5-1 5.5-1 9 0" />
<path d="M7 16.5c3.5 1 6.5 1 10 0" />
<path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833-1.667 3.5-3c.667-1.667.5-5.833-1.5-11.5c-1.457-1.015-3-1.34-4.5-1.5l-1 2.5" />
<path d="M8.5 17c0 1-1.356 3-1.832 3c-1.429 0-2.698-1.667-3.333-3c-.635-1.667-.476-5.833 1.428-11.5C6.151 4.485 7.545 4.16 9 4l1 2.5" />
</g>
</svg>''')
icon_brand_firefox = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.028 7.82a9 9 0 1 0 12.823-3.4C15.215 3.4 13.787 3.4 12 3.4h-1.647" />
<path d="M4.914 9.485c-1.756-1.569-.805-5.38.109-6.17c.086.896.585 1.208 1.111 1.685c.88-.275 1.313-.282 1.867 0c.82-.91 1.694-2.354 2.628-2.093C9.547 4.648 10.559 6.64 12 7.08c-.17.975-1.484 1.913-2.76 2.686c-1.296.938-.722 1.85 0 2.234c.949.506 3.611-.995 4.545.354c-1.698.102-1.536 3.107-3.983 2.727c2.523.957 4.345.462 5.458-.34c1.965-1.52 2.879-3.542 2.879-5.557c-.014-1.398.194-2.695-1.26-4.75" />
</g>
</svg>''')
icon_droplet = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197-8l-5.2 8z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_message_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 21V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8l-4 4" />
<path d="M10 11h4" />
<path d="M12 9v4" />
</g>
</svg>''')
icon_video_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 10l4.553-2.276A1 1 0 0 1 21 8.618v6.764a1 1 0 0 1-1.447.894L15 14v-4z" />
<rect x="3" y="6" width="12" height="12" rx="2" />
<path d="M7 12h4" />
<path d="M9 10v4" />
</g>
</svg>''')
icon_cut = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="17" r="3" />
<circle cx="17" cy="17" r="3" />
<path d="M9.15 14.85L18 4" />
<path d="M6 4l8.85 10.85" />
</g>
</svg>''')
icon_chart_line = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 19h16" />
<path d="M4 15l4-6l4 2l4-5l4 4" />
</g>
</svg>''')
icon_currency_forint = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 4H7a3 3 0 0 0-3 3v12" />
<path d="M10 11H4" />
<path d="M16 4v13a2 2 0 0 0 2 2h2" />
<path d="M19 9h-5" />
</g>
</svg>''')
icon_mood_crazy_happy = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M7 8.5l3 3" />
<path d="M7 11.5l3-3" />
<path d="M14 8.5l3 3" />
<path d="M14 11.5l3-3" />
<path d="M9.5 15a3.5 3.5 0 0 0 5 0" />
</g>
</svg>''')
icon_thumb_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 11v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h3a4 4 0 0 0 4-4V6a2 2 0 0 1 4 0v5h3a2 2 0 0 1 2 2l-1 5a2 3 0 0 1-2 2h-7a3 3 0 0 1-3-3" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_file_code = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M10 13l-1 2l1 2" />
<path d="M14 13l1 2l-1 2" />
</g>
</svg>''')
icon_ball_baseball = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5.636 18.364A9 9 0 1 0 18.364 5.636A9 9 0 0 0 5.636 18.364z" />
<path d="M12.495 3.02a9 9 0 0 1-9.475 9.475" />
<path d="M20.98 11.505a9 9 0 0 0-9.475 9.475" />
<path d="M9 9l2 2" />
<path d="M13 13l2 2" />
<path d="M11 7l2 1" />
<path d="M7 11l1 2" />
<path d="M16 11l1 2" />
<path d="M11 16l2 1" />
</g>
</svg>''')
icon_old = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 21l-1-4l-2-3V8" />
<path d="M5 14l-1-3l4-3l3 2l3 .5" />
<circle cx="8" cy="4" r="1" />
<path d="M7 17l-2 4" />
<path d="M16 21v-8.5a1.5 1.5 0 0 1 3 0v.5" />
</g>
</svg>''')
icon_zoom_in = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="10" r="7" />
<path d="M7 10h6" />
<path d="M10 7v6" />
<path d="M21 21l-6-6" />
</g>
</svg>''')
icon_database_export = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="12" cy="6" rx="8" ry="3" />
<path d="M4 6v6c0 1.657 3.582 3 8 3a19.84 19.84 0 0 0 3.302-.267M20 12V6" />
<path d="M4 12v6c0 1.599 3.335 2.905 7.538 2.995M20 14v-2m-6 7h7m-3-3l3 3l-3 3" />
</g>
</svg>''')
icon_text_direction_rtl = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 4H9.5a3.5 3.5 0 0 0 0 7h.5" />
<path d="M14 15V4" />
<path d="M10 15V4" />
<path d="M5 19h14" />
<path d="M7 21l-2-2l2-2" />
</g>
</svg>''')
icon_currency_cent = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16.007 7.54A5.965 5.965 0 0 0 11.999 6a5.996 5.996 0 0 0-5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4.004-1.536" />
<path d="M12 20v-2" />
<path d="M12 6V4" />
</g>
</svg>''')
icon_pencil = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20h4L18.5 9.5a1.5 1.5 0 0 0-4-4L4 16v4" />
<path d="M13.5 6.5l4 4" />
</g>
</svg>''')
icon_corner_right_up_double = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 19h6a3 3 0 0 0 3-3V9" />
<path d="M10 13l4-4l4 4m-8-5l4-4l4 4" />
</g>
</svg>''')
icon_arrows_double_nw_se = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 21L3 10" />
<path d="M3 14v-4h4" />
<path d="M17 14h4v-4" />
<path d="M10 3l11 11" />
</g>
</svg>''')
icon_haze = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12h1" />
<path d="M12 3v1" />
<path d="M20 12h1" />
<path d="M5.6 5.6l.7.7" />
<path d="M18.4 5.6l-.7.7" />
<path d="M8 12a4 4 0 1 1 8 0" />
<path d="M3 16h18" />
<path d="M3 20h18" />
</g>
</svg>''')
icon_layout_columns = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M12 4v16" />
</g>
</svg>''')
icon_corner_up_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 18v-6a3 3 0 0 0-3-3H5l4-4m0 8L5 9" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_vimeo = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3 8.5l1 1S5.5 8.398 6 9c.509.609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5C14.5 18 20 14 21 8c.444-2.661-1-4-2.5-4c-2 0-4.047 1.202-4.5 4c2.05-1.254 2.551 1.003 1.5 3c-1.052 2.005-2 3-2.5 3c-.49 0-.924-1.165-1.5-3.5c-.59-2.42-.5-6.5-3-6.5S3 8.5 3 8.5z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_archive = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="4" rx="2" />
<path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8" />
<path d="M10 12h4" />
</g>
</svg>''')
icon_brand_reddit = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 8c2.648 0 5.028.826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59-4.03 6.5-9 6.5c-4.875 0-8.845-2.8-9-6.294l-1-.206a2.5 2.5 0 0 1 2.326-4.36C5.973 8.827 8.353 8 11.001 8z" />
<path d="M12 8l1-5l6 1" />
<circle cx="19" cy="4" r="1" />
<circle cx="9" cy="13" r=".5" fill="currentColor" />
<circle cx="15" cy="13" r=".5" fill="currentColor" />
<path d="M10 17c.667.333 1.333.5 2 .5s1.333-.167 2-.5" />
</g>
</svg>''')
icon_folder_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" />
<path d="M10 11l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_battery_charging = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 7h1a2 2 0 0 1 2 2v.5a.5.5 0 0 0 .5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5a.5.5 0 0 0-.5.5v.5a2 2 0 0 1-2 2h-2" />
<path d="M8 7H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1" />
<path d="M12 8l-2 4h3l-2 4" />
</g>
</svg>''')
icon_building_bridge2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 7h12a2 2 0 0 1 2 2v9a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a4 4 0 0 0-8 0v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a2 2 0 0 1 2-2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_growth = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M16.5 15a4.5 4.5 0 0 0-4.5 4.5m4.5-8.5a4.5 4.5 0 0 0-4.5 4.5M16.5 7a4.5 4.5 0 0 0-4.5 4.5M8 15c2.21 0 4 2.015 4 4.5M8 11c2.21 0 4 2.015 4 4.5M8 7c2.21 0 4 2.015 4 4.5M12 4v6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_patreon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3h3v18H3z" />
<circle cx="15" cy="9.5" r="6.5" />
</g>
</svg>''')
icon_cloud_snow = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 18a4.6 4.4 0 0 1 0-9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" />
<path d="M11 15v.01m0 3v.01m0 3v.01m4-4v.01m0 3v.01" />
</g>
</svg>''')
icon_cone = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse transform="matrix(1 0 0 -1 0 34)" cx="12" cy="17" rx="7" ry="3" />
<path d="M19 17v-.5L12 4L5 16.5v.5" />
</g>
</svg>''')
icon_brand_twitch = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 5v11a1 1 0 0 0 1 1h2v4l4-4h5.584c.266 0 .52-.105.707-.293l2.415-2.414c.187-.188.293-.442.293-.708V5a1 1 0 0 0-1-1h-14a1 1 0 0 0-1 1z" />
<path d="M16 8v4" />
<path d="M12 8v4" />
</g>
</svg>''')
icon_message_dots = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 21V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8l-4 4" />
<path d="M12 11v.01" />
<path d="M8 11v.01" />
<path d="M16 11v.01" />
</g>
</svg>''')
icon_nurse = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 6c2.941 0 5.685.847 8 2.31L18 18H6L4 8.309A14.93 14.93 0 0 1 12 6z" />
<path d="M10 12h4" />
<path d="M12 10v4" />
</g>
</svg>''')
icon_underline = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 5v5a5 5 0 0 0 10 0V5" />
<path d="M5 19h14" />
</g>
</svg>''')
icon_mask = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_box_multiple3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
<path d="M14 10a2 2 0 1 0-2-2" />
<path d="M12 12a2 2 0 1 0 2-2" />
</g>
</svg>''')
icon_keyboard_hide = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="3" width="20" height="12" rx="2" />
<path d="M6 7h0" />
<path d="M10 7h0" />
<path d="M14 7h0" />
<path d="M18 7h0" />
<path d="M6 11v.01" />
<path d="M18 11v.01" />
<path d="M10 11h4" />
<path d="M10 21l2-2l2 2" />
</g>
</svg>''')
icon_arrow_top_tail = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 18V3" />
<path d="M15 6l-3-3l-3 3" />
<path d="M15 21l-3-3l-3 3" />
</g>
</svg>''')
icon_at = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="4" />
<path d="M16 12v1.5a2.5 2.5 0 0 0 5 0V12a9 9 0 1 0-5.5 8.28" />
</g>
</svg>''')
icon_border_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12h16" />
<path d="M4 4v.01" />
<path d="M8 4v.01" />
<path d="M12 4v.01" />
<path d="M16 4v.01" />
<path d="M20 4v.01" />
<path d="M4 8v.01" />
<path d="M12 8v.01" />
<path d="M20 8v.01" />
<path d="M4 16v.01" />
<path d="M12 16v.01" />
<path d="M20 16v.01" />
<path d="M4 20v.01" />
<path d="M8 20v.01" />
<path d="M12 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
</g>
</svg>''')
icon_brand_whatsapp = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21l1.65-3.8a9 9 0 1 1 3.4 2.9L3 21" />
<path d="M9 10a.5.5 0 0 0 1 0V9a.5.5 0 0 0-1 0v1a5 5 0 0 0 5 5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1" />
</g>
</svg>''')
icon_gauge = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<circle cx="12" cy="12" r="1" />
<path d="M13.41 10.59L16 8" />
<path d="M7 12a5 5 0 0 1 5-5" />
</g>
</svg>''')
icon_eyeglass = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 4H6L3 14" />
<path d="M16 4h2l3 10" />
<path d="M10 16h4" />
<path d="M21 16.5a3.5 3.5 0 0 1-7 0V14h7v2.5" />
<path d="M10 16.5a3.5 3.5 0 0 1-7 0V14h7v2.5" />
</g>
</svg>''')
icon_browser_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="1" />
<path d="M4 8h16" />
<path d="M8 4v4" />
<path d="M9.5 14.5L11 16l3-3" />
</g>
</svg>''')
icon_multiplier15_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 16V8l-2 2" />
<path d="M10 16h2a2 2 0 1 0 0-4h-2V8h4" />
<path d="M7 16v.01" />
<path d="M17 16l4-4" />
<path d="M21 16l-4-4" />
</g>
</svg>''')
icon_brand_safari = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 16l2-6l6-2l-2 6l-6 2" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_fold = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v6l3-3M9 6l3 3" />
<path d="M12 21v-6l3 3m-6 0l3-3" />
<path d="M4 12h1" />
<path d="M9 12h1" />
<path d="M14 12h1" />
<path d="M19 12h1" />
</g>
</svg>''')
icon_firetruck = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M7 18h8m4 0h2v-6a5 5 0 0 0-5-5h-1l1.5 5H21" />
<path d="M12 18V7h3" />
<path d="M3 17v-5h9" />
<path d="M3 9l18-6" />
<path d="M6 12V8" />
</g>
</svg>''')
icon_cloud_upload = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 18a4.6 4.4 0 0 1 0-9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" />
<path d="M9 15l3-3l3 3" />
<path d="M12 12v9" />
</g>
</svg>''')
icon_square = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_number7 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8 4h8l-4 16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_opera = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<ellipse cx="12" cy="12" rx="3" ry="5" />
</g>
</svg>''')
icon_box_multiple7 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<path d="M12 6h4l-2 8" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_database_import = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="12" cy="6" rx="8" ry="3" />
<path d="M4 6v8m5.009.783c.924.14 1.933.217 2.991.217c4.418 0 8-1.343 8-3V6" />
<path d="M11.252 20.987c.246.009.496.013.748.013c4.418 0 8-1.343 8-3v-6M2 19h7m-3-3l3 3l-3 3" />
</g>
</svg>''')
icon_phone_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2" />
<path d="M16 4l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_player_eject = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14l-7-8z" />
<rect x="5" y="16" width="14" height="4" rx="1" />
</g>
</svg>''')
icon_letter_y = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 4l5 9l5-9" />
<path d="M12 13v7" />
</g>
</svg>''')
icon_stack2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 4L4 8l8 4l8-4l-8-4" />
<path d="M4 12l8 4l8-4" />
<path d="M4 16l8 4l8-4" />
</g>
</svg>''')
icon_headphones = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="13" rx="2" width="5" height="7" />
<rect x="15" y="13" rx="2" width="5" height="7" />
<path d="M4 15v-3a8 8 0 0 1 16 0v3" />
</g>
</svg>''')
icon_arrows_minimize = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 9h4V5" />
<path d="M3 3l6 6" />
<path d="M5 15h4v4" />
<path d="M3 21l6-6" />
<path d="M19 9h-4V5" />
<path d="M15 9l6-6" />
<path d="M19 15h-4v4" />
<path d="M15 15l6 6" />
</g>
</svg>''')
icon_registered = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M10 15V9h2a2 2 0 1 1 0 4h-2" />
<path d="M14 15l-2-2" />
</g>
</svg>''')
icon_plane = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7H9l2-7H7l-2 2H2l2-4l-2-4h3l2 2h4L9 3h3z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_capture = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 8V6a2 2 0 0 1 2-2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2-2v-2" />
<circle cx="12" cy="12" r="3" />
</g>
</svg>''')
icon_bluetooth = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 8l10 8l-5 4V4l5 4l-10 8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_tank = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="12" width="18" height="6" rx="3" />
<path d="M6 12l1-5h5l3 5" />
<path d="M21 9h-7.8" />
</g>
</svg>''')
icon_line_height = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 8l3-3l3 3" />
<path d="M3 16l3 3l3-3" />
<path d="M6 5v14" />
<path d="M13 6h7" />
<path d="M13 12h7" />
<path d="M13 18h7" />
</g>
</svg>''')
icon_flask2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6.1 15h11.8" />
<path d="M14 3v7.342A6.002 6.002 0 0 1 15.318 21H8.683A6.002 6.002 0 0 1 10 10.34V3h4z" />
<path d="M9 3h6" />
</g>
</svg>''')
icon_square3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12a2 2 0 1 0-2-2" />
<path d="M10 14a2 2 0 1 0 2-2" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_layout_board = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 9h8" />
<path d="M12 15h8" />
<path d="M12 4v16" />
</g>
</svg>''')
icon_arrow_wave_right_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 13.998h4v-4" />
<path d="M3 11.998c.887 1.284 2.48 2.033 4 2c1.52.033 3.113-.716 4-2s2.48-2.033 4-2c1.52-.033 3 1 4 2l2 2" />
</g>
</svg>''')
icon_run = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="13" cy="4" r="1" />
<path d="M4 17l5 1l.75-1.5" />
<path d="M15 21v-4l-4-3l1-6" />
<path d="M7 12V9l5-1l3 3l3 1" />
</g>
</svg>''')
icon_outlet = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="9" cy="12" r=".5" fill="currentColor" />
<circle cx="15" cy="12" r=".5" fill="currentColor" />
</g>
</svg>''')
icon_dna2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 3v1c-.01 3.352-1.68 6.023-5.008 8.014c-3.328 1.99 3.336-2.005.008-.014c-3.328 1.99-4.997 4.662-5.008 8.014v1" />
<path d="M17 21.014v-1c-.01-3.352-1.68-6.023-5.008-8.014c-3.328-1.99 3.336 2.005.008.014C8.672 10.023 7.003 7.352 6.992 4V3" />
<path d="M7 4h10" />
<path d="M7 20h10" />
<path d="M8 8h8" />
<path d="M8 16h8" />
</g>
</svg>''')
icon_device_audio_tape = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M3 17l4-3h10l4 3" />
<circle cx="7.5" cy="9.5" r=".5" fill="currentColor" />
<circle cx="16.5" cy="9.5" r=".5" fill="currentColor" />
</g>
</svg>''')
icon_gavel = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 10l7.383 7.418c.823.82.823 2.148 0 2.967a2.11 2.11 0 0 1-2.976 0L10 13" />
<path d="M6 9l4 4" />
<path d="M13 10L9 6" />
<path d="M3 21h7" />
<path d="M6.793 15.793l-3.586-3.586a1 1 0 0 1 0-1.414L5.5 8.5L6 9l3-3l-.5-.5l2.293-2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414L13.5 10.5L13 10l-3 3l.5.5l-2.293 2.293a1 1 0 0 1-1.414 0z" />
</g>
</svg>''')
icon_truck_return = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M5 17H3V6a1 1 0 0 1 1-1h9v6H8l2 2m0-4l-2 2" />
<path d="M9 17h6" />
<path d="M13 6h5l3 5v6h-2" />
</g>
</svg>''')
icon_corner_up_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 18v-6a3 3 0 0 1 3-3h10l-4-4m0 8l4-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_layout_align_middle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12h5" />
<path d="M15 12h5" />
<rect x="9" y="6" width="6" height="12" rx="2" />
</g>
</svg>''')
icon_arrow_bar_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 12H10" />
<path d="M20 12l-4 4" />
<path d="M20 12l-4-4" />
<path d="M4 4v16" />
</g>
</svg>''')
icon_ripple = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 7c3-2 6-2 9 0s6 2 9 0" />
<path d="M3 17c3-2 6-2 9 0s6 2 9 0" />
<path d="M3 12c3-2 6-2 9 0s6 2 9 0" />
</g>
</svg>''')
icon_file_invoice = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M9 7h1" />
<path d="M9 13h6" />
<path d="M13 17h2" />
</g>
</svg>''')
icon_picture_in_picture_on = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v4" />
<rect x="14" y="14" width="7" height="5" rx="1" />
<path d="M7 9l4 4" />
<path d="M8 13h3v-3" />
</g>
</svg>''')
icon_camera_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.29 4.296A1 1 0 0 1 9 4h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.179 2.824c-.25.113-.528.176-.821.176H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1c.292 0 .568-.062.818-.175" />
<path d="M10.436 10.44a3 3 0 1 0 4.126 4.122" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_flag2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 14h14V5H5v16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_camera = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 7h1a2 2 0 0 0 2-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<circle cx="12" cy="13" r="3" />
</g>
</svg>''')
icon_urgent = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 16v-4a4 4 0 0 1 8 0v4" />
<path d="M3 12h1m8-9v1m8 8h1M5.6 5.6l.7.7m12.1-.7l-.7.7" />
<rect x="6" y="16" width="12" height="4" rx="1" />
</g>
</svg>''')
icon_scooter = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="18" cy="17" r="2" />
<circle cx="6" cy="17" r="2" />
<path d="M8 17h5a6 6 0 0 1 5-5V7a2 2 0 0 0-2-2h-1" />
</g>
</svg>''')
icon_currency_dogecoin = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 12h6" />
<path d="M9 6v12" />
<path d="M6 18h6a6 6 0 1 0 0-12H6" />
</g>
</svg>''')
icon_mug = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.083 5h10.834A1.08 1.08 0 0 1 16 6.077v8.615C16 17.072 14.06 19 11.667 19H7.333C4.94 19 3 17.071 3 14.692V6.077A1.08 1.08 0 0 1 4.083 5" />
<path d="M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334C21 13.955 19.88 15 18.5 15H16" />
</g>
</svg>''')
icon_mood_nervous = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M8 16l2-2l2 2l2-2l2 2" />
</g>
</svg>''')
icon_layout2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="6" height="5" rx="2" />
<rect x="4" y="13" width="6" height="7" rx="2" />
<rect x="14" y="4" width="6" height="7" rx="2" />
<rect x="14" y="15" width="6" height="5" rx="2" />
</g>
</svg>''')
icon_cursor_text = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 12h4" />
<path d="M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3" />
<path d="M15 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3" />
</g>
</svg>''')
icon_bookmark = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9 4h6a2 2 0 0 1 2 2v14l-5-3l-5 3V6a2 2 0 0 1 2-2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_folder_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" />
<path d="M12 10v6" />
<path d="M9 13h6" />
</g>
</svg>''')
icon_shadow_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68-2.32A9 9 0 0 0 7.956 3.957" />
<path d="M16 12h2" />
<path d="M13 15h2" />
<path d="M13 18h1" />
<path d="M13 9h4" />
<path d="M13 6h1" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_mail_forward = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 18H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v7.5" />
<path d="M3 6l9 6l9-6" />
<path d="M15 18h6" />
<path d="M18 15l3 3l-3 3" />
</g>
</svg>''')
icon_arrow_big_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1-1.414 0l-6.586-6.586A1 1 0 0 1 5.414 12H9V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_file_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M10 12l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_mood_neutral = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
</g>
</svg>''')
icon_circle_half2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 3v18" />
<path d="M12 14l7-7" />
<path d="M12 19l8.5-8.5" />
<path d="M12 9l4.5-4.5" />
</g>
</svg>''')
icon_seeding = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 10a6 6 0 0 0-6-6H3v2a6 6 0 0 0 6 6h3" />
<path d="M12 14a6 6 0 0 1 6-6h3v1a6 6 0 0 1-6 6h-3" />
<path d="M12 20V10" />
</g>
</svg>''')
icon_git_fork = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="18" r="2" />
<circle cx="7" cy="6" r="2" />
<circle cx="17" cy="6" r="2" />
<path d="M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V8" />
<path d="M12 12v4" />
</g>
</svg>''')
icon_bell_z = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6" />
<path d="M9 17v1a3 3 0 0 0 6 0v-1" />
<path d="M10 9h4l-4 4h4" />
</g>
</svg>''')
icon_mouse = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="6" y="3" width="12" height="18" rx="4" />
<path d="M12 7v4" />
</g>
</svg>''')
icon_pacman = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5.636 5.636a9 9 0 0 1 13.397.747L13.414 12l5.619 5.617A9 9 0 1 1 5.636 5.636z" />
<circle cx="11.5" cy="7.5" r="1" fill="currentColor" />
</g>
</svg>''')
icon_list = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 6h11" />
<path d="M9 12h11" />
<path d="M9 18h11" />
<path d="M5 6v.01" />
<path d="M5 12v.01" />
<path d="M5 18v.01" />
</g>
</svg>''')
icon_wind = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 8h8.5a2.5 2.5 0 1 0-2.34-3.24" />
<path d="M3 12h15.5a2.5 2.5 0 1 1-2.34 3.24" />
<path d="M4 16h5.5a2.5 2.5 0 1 1-2.34 3.24" />
</g>
</svg>''')
icon_wave_square = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3 12h5v8h4V4h4v8h5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrow_bottom_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 7v14" />
<path d="M9 18l3 3l3-3" />
<circle cx="12" cy="5" r="2" />
</g>
</svg>''')
icon_cloud_rain = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 18a4.6 4.4 0 0 1 0-9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" />
<path d="M11 13v2m0 3v2m4-5v2m0 3v2" />
</g>
</svg>''')
icon_receipt_tax = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 14l6-6" />
<circle cx="9.5" cy="8.5" r=".5" fill="currentColor" />
<circle cx="14.5" cy="13.5" r=".5" fill="currentColor" />
<path d="M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16l-3-2l-2 2l-2-2l-2 2l-2-2l-3 2" />
</g>
</svg>''')
icon_hanger = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 7a3 3 0 1 0-3 3v2m0 0l-8.624 5.488A.82.82 0 0 0 3.816 19h16.368a.82.82 0 0 0 .44-1.512L12 12z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_chevron_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 9l6 6l6-6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_pyramid = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 17l9 4l9-4l-9-14z" />
<path d="M12 3v18" />
</g>
</svg>''')
icon_clipboard = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
</g>
</svg>''')
icon_dots = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="12" r="1" />
<circle cx="12" cy="12" r="1" />
<circle cx="19" cy="12" r="1" />
</g>
</svg>''')
icon_device_desktop_analytics = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="12" rx="1" />
<path d="M7 20h10" />
<path d="M9 16v4" />
<path d="M15 16v4" />
<path d="M9 12V8" />
<path d="M12 12v-1" />
<path d="M15 12v-2" />
<path d="M12 12v-1" />
</g>
</svg>''')
icon_file_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 5v4a1 1 0 0 0 1 1h4" />
<path d="M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7l-5-5H5a2 2 0 0 0-2 2z" />
</g>
</svg>''')
icon_battery2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 7h11a2 2 0 0 1 2 2v.5a.5.5 0 0 0 .5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5a.5.5 0 0 0-.5.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<path d="M7 10v4" />
<path d="M10 10v4" />
</g>
</svg>''')
icon_stairs = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 18h4v-4h4v-4h4V6h4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_ce = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 4a8 8 0 1 0 0 16" />
<path d="M20 4a8 8 0 1 0 0 16" />
<path d="M12 12h8" />
</g>
</svg>''')
icon_list_search = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="15" cy="15" r="4" />
<path d="M18.5 18.5L21 21" />
<path d="M4 6h16" />
<path d="M4 12h4" />
<path d="M4 18h4" />
</g>
</svg>''')
icon_cookie = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13v.01" />
<path d="M12 17v.01" />
<path d="M12 12v.01" />
<path d="M16 14v.01" />
<path d="M11 8v.01" />
<path d="M13.148 3.476l2.667 1.104a4 4 0 0 0 4.656 6.14l.053.132a3 3 0 0 1 0 2.296c-.497.786-.838 1.404-1.024 1.852c-.189.456-.409 1.194-.66 2.216a3 3 0 0 1-1.624 1.623c-1.048.263-1.787.483-2.216.661c-.475.197-1.092.538-1.852 1.024a3 3 0 0 1-2.296 0C10.05 20.021 9.433 19.68 9 19.5c-.471-.195-1.21-.415-2.216-.66a3 3 0 0 1-1.623-1.624c-.265-1.052-.485-1.79-.661-2.216c-.198-.479-.54-1.096-1.024-1.852a3 3 0 0 1 0-2.296c.48-.744.82-1.361 1.024-1.852c.171-.413.391-1.152.66-2.216a3 3 0 0 1 1.624-1.623C7.816 4.905 8.554 4.685 9 4.5c.458-.19 1.075-.531 1.852-1.024a3 3 0 0 1 2.296 0z" />
</g>
</svg>''')
icon_brand_notion = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M7 7h3l6 6" />
<path d="M8 7v10" />
<path d="M7 17h2" />
<path d="M15 7h2" />
<path d="M16 7v10h-1l-7-7" />
</g>
</svg>''')
icon_mail_opened = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 9l9 6l9-6l-9-6l-9 6" />
<path d="M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9" />
<path d="M3 19l6-6" />
<path d="M15 13l6 6" />
</g>
</svg>''')
icon_spade = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 3l4.919 4.5c.61.587 1.177 1.177 1.703 1.771a5.527 5.527 0 0 1 .264 6.979c-1.18 1.56-3.338 1.92-4.886.75v1l1 3H9l1-3v-1c-1.54 1.07-3.735.772-4.886-.75a5.527 5.527 0 0 1 .264-6.979A30.883 30.883 0 0 1 7.081 7.5A1541.72 1541.72 0 0 1 12 3z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_meta = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 10.174C13.766 7.39 15.315 6 16.648 6c2 0 3.263 2.213 4 5.217c.704 2.869.5 6.783-2 6.783c-1.114 0-2.648-1.565-4.148-3.652a27.627 27.627 0 0 1-2.5-4.174z" />
<path d="M12 10.174C10.234 7.39 8.685 6 7.352 6c-2 0-3.263 2.213-4 5.217c-.704 2.869-.5 6.783 2 6.783C6.466 18 8 16.435 9.5 14.348c1-1.391 1.833-2.783 2.5-4.174z" />
</g>
</svg>''')
icon_crown_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 18H5L3.135 8.673a.25.25 0 0 1 .4-.244L8 12l1.6-2.4m1.596-2.394L12 6l4 6l4.464-3.571a.25.25 0 0 1 .401.244l-1.363 6.818" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_brand_android = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 10v6" />
<path d="M20 10v6" />
<path d="M7 9h10v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a5 5 0 0 1 10 0" />
<path d="M8 3l1 2" />
<path d="M16 3l-1 2" />
<path d="M9 18v3" />
<path d="M15 18v3" />
</g>
</svg>''')
icon_home = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12H3l9-9l9 9h-2" />
<path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7" />
<path d="M9 21v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6" />
</g>
</svg>''')
icon_frame = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 7h16" />
<path d="M4 17h16" />
<path d="M7 4v16" />
<path d="M17 4v16" />
</g>
</svg>''')
icon_flip_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v18" />
<path d="M16 7v10h5L16 7" />
<path d="M8 7v10H3L8 7" />
</g>
</svg>''')
icon_clipboard_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M10 12l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_circle9 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="10" r="2" />
<path d="M10 14a2 2 0 1 0 4 0v-4" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_books = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="4" width="4" height="16" rx="1" />
<rect x="9" y="4" width="4" height="16" rx="1" />
<path d="M5 8h4" />
<path d="M9 16h4" />
<g transform="rotate(-13 27.054 -55.827)">
<rect width="4" height="16" rx="1" />
<path d="M0 4h4" />
<path d="M0 12h4" />
</g>
</g>
</svg>''')
icon_eye_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="2" />
<path d="M12 19c-4 0-7.333-2.333-10-7c2.667-4.667 6-7 10-7s7.333 2.333 10 7c-.42.736-.858 1.414-1.311 2.033" />
<path d="M15 19l2 2l4-4" />
</g>
</svg>''')
icon_tools_kitchen = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 3h8l-1 9H5z" />
<path d="M7 18h2v3H7z" />
<path d="M20 3v12h-5c-.023-3.681.184-7.406 5-12z" />
<path d="M20 15v6h-1v-3" />
<path d="M8 12v6" />
</g>
</svg>''')
icon_minimize = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 19v-2a2 2 0 0 1 2-2h2" />
<path d="M15 5v2a2 2 0 0 0 2 2h2" />
<path d="M5 15h2a2 2 0 0 1 2 2v2" />
<path d="M5 9h2a2 2 0 0 0 2-2V5" />
</g>
</svg>''')
icon_device_cctv = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="18" height="4" rx="1" />
<circle cx="12" cy="14" r="4" />
<path d="M19 7v7a7 7 0 0 1-14 0V7" />
<path d="M12 14h.01" />
</g>
</svg>''')
icon_overline = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 9v5a5 5 0 0 0 10 0V9" />
<path d="M5 5h14" />
</g>
</svg>''')
icon_arrows_join2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 7h1.948c1.913 0 3.705.933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5H21" />
<path d="M3 17h1.95a5.854 5.854 0 0 0 4.798-2.5a5.854 5.854 0 0 1 4.798-2.5H20" />
<path d="M18 15l3-3l-3-3" />
</g>
</svg>''')
icon_steering_wheel = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<circle cx="12" cy="12" r="2" />
<path d="M12 14v7" />
<path d="M10 12l-6.75-2" />
<path d="M14 12l6.75-2" />
</g>
</svg>''')
icon_letter_h = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 4v16" />
<path d="M7 12h10" />
<path d="M7 4v16" />
</g>
</svg>''')
icon_bell_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M17 17H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 1.279-3.716M9.351 5.35c.209-.127.425-.244.649-.35a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3" />
<path d="M9 17v1a3 3 0 0 0 6 0v-1" />
</g>
</svg>''')
icon_language = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 5h7" />
<path d="M9 3v2c0 4.418-2.239 8-5 8" />
<path d="M5 9c-.003 2.144 2.952 3.908 6.7 4" />
<path d="M12 20l4-9l4 9" />
<path d="M19.1 18h-6.2" />
</g>
</svg>''')
icon_arrows_diagonal_minimize2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 10h-4V6" />
<path d="M20 4l-6 6" />
<path d="M6 14h4v4" />
<path d="M10 14l-6 6" />
</g>
</svg>''')
icon_cloud_lock = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 18a3.5 3.5 0 0 0 0-7h-1c.397-1.768-.285-3.593-1.788-4.787c-1.503-1.193-3.6-1.575-5.5-1S7.397 7.232 7 9c-2.199-.088-4.155 1.326-4.666 3.373c-.512 2.047.564 4.154 2.566 5.027" />
<rect x="8" y="15" width="8" height="5" rx="1" />
<path d="M10 15v-2a2 2 0 1 1 4 0v2" />
</g>
</svg>''')
icon_flask = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 3h6" />
<path d="M10 9h4" />
<path d="M10 3v6L6 20a.7.7 0 0 0 .5 1h11a.7.7 0 0 0 .5-1L14 9V3" />
</g>
</svg>''')
icon_clock = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 7v5l3 3" />
</g>
</svg>''')
icon_square_rotated = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M10.5 20.4l-6.9-6.9c-.781-.781-.781-2.219 0-3l6.9-6.9c.781-.781 2.219-.781 3 0l6.9 6.9c.781.781.781 2.219 0 3l-6.9 6.9c-.781.781-2.219.781-3 0z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_text_direction_ltr = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 19h14" />
<path d="M17 21l2-2l-2-2" />
<path d="M16 4H9.5a3.5 3.5 0 0 0 0 7h.5" />
<path d="M14 15V4" />
<path d="M10 15V4" />
</g>
</svg>''')
icon_zoom_question = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="10" r="7" />
<path d="M21 21l-6-6" />
<path d="M10 13v.01" />
<path d="M10 10a1.5 1.5 0 1 0-1.14-2.474" />
</g>
</svg>''')
icon_picture_in_picture = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v4" />
<rect x="14" y="14" width="7" height="5" rx="1" />
</g>
</svg>''')
icon_brand_appstore = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M8 16l1.106-1.99m1.4-2.522L13 7" />
<path d="M7 14h5m2.9 0H17" />
<path d="M16 16l-2.51-4.518m-1.487-2.677L11 7" />
</g>
</svg>''')
icon_square8 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="10" r="2" />
<circle cx="12" cy="14" r="2" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_chevrons_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 11l5-5l5 5" />
<path d="M7 17l5-5l5 5" />
</g>
</svg>''')
icon_device_desktop_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 4h12a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1m-4 0H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1" />
<path d="M7 20h10" />
<path d="M9 16v4" />
<path d="M15 16v4" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_sort_ascending_letters = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 10V5c0-1.38.62-2 2-2s2 .62 2 2v5m0-3h-4" />
<path d="M19 21h-4l4-7h-4" />
<path d="M4 15l3 3l3-3" />
<path d="M7 6v12" />
</g>
</svg>''')
icon_businessplan = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="16" cy="6" rx="5" ry="3" />
<path d="M11 6v4c0 1.657 2.239 3 5 3s5-1.343 5-3V6" />
<path d="M11 10v4c0 1.657 2.239 3 5 3s5-1.343 5-3v-4" />
<path d="M11 14v4c0 1.657 2.239 3 5 3s5-1.343 5-3v-4" />
<path d="M7 9H4.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3H3" />
<path d="M5 15v1m0-8v1" />
</g>
</svg>''')
icon_award = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="9" r="6" />
<path d="M12.002 15.003l3.4 5.89L17 17.66l3.598.232l-3.4-5.889" />
<path d="M6.802 12.003l-3.4 5.89L7 17.66l1.598 3.232l3.4-5.889" />
</g>
</svg>''')
icon_chart_donut = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 3.2A9 9 0 1 0 20.8 14a1 1 0 0 0-1-1H16a4.1 4.1 0 1 1-5-5V4a.9.9 0 0 0-1-.8" />
<path d="M15 3.5A9 9 0 0 1 20.5 9H16a9 9 0 0 0-1-1V3.5" />
</g>
</svg>''')
icon_bell_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6" />
<path d="M9 17v1a3 3 0 0 0 6 0v-1" />
<path d="M10 11h4" />
<path d="M12 9v4" />
</g>
</svg>''')
icon_table_import = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 13.5V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6M4 10h16M10 4v11.5M2 19h7m-3-3l3 3l-3 3" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_linkedin = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M8 11v5" />
<path d="M8 8v.01" />
<path d="M12 16v-5" />
<path d="M16 16v-3a2 2 0 0 0-4 0" />
</g>
</svg>''')
icon_truck = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M5 17H3V6a1 1 0 0 1 1-1h9v12m-4 0h6m4 0h2v-6h-8m0-5h5l3 5" />
</g>
</svg>''')
icon_ad2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11.933 5H5v16h13v-8" />
<path d="M14 17H9" />
<path d="M9 13h5V9H9z" />
<path d="M15 5V3" />
<path d="M18 6l2-2" />
<path d="M19 9h2" />
</g>
</svg>''')
icon_heading = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 12h10" />
<path d="M7 5v14" />
<path d="M17 5v14" />
<path d="M15 19h4" />
<path d="M15 5h4" />
<path d="M5 19h4" />
<path d="M5 5h4" />
</g>
</svg>''')
icon_prison = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 4v16" />
<path d="M14 4v16" />
<path d="M6 4v5" />
<path d="M6 15v5" />
<path d="M10 4v5" />
<path d="M11 9H5v6h6z" />
<path d="M10 15v5" />
<path d="M8 12h-.01" />
</g>
</svg>''')
icon_external_link = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 7H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-5" />
<path d="M10 14L20 4" />
<path d="M15 4h5v5" />
</g>
</svg>''')
icon_wand = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 21L21 6l-3-3L3 18l3 3" />
<path d="M15 6l3 3" />
<path d="M9 3a2 2 0 0 0 2 2a2 2 0 0 0-2 2a2 2 0 0 0-2-2a2 2 0 0 0 2-2" />
<path d="M19 13a2 2 0 0 0 2 2a2 2 0 0 0-2 2a2 2 0 0 0-2-2a2 2 0 0 0 2-2" />
</g>
</svg>''')
icon_adjustments_alt = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 8h4v4H4z" />
<path d="M6 4v4" />
<path d="M6 12v8" />
<path d="M10 14h4v4h-4z" />
<path d="M12 4v10" />
<path d="M12 18v2" />
<path d="M16 5h4v4h-4z" />
<path d="M18 4v1" />
<path d="M18 9v11" />
</g>
</svg>''')
icon_heart = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M19.5 13.572L12 21l-7.5-7.428m0 0A5 5 0 1 1 12 7.006a5 5 0 1 1 7.5 6.572" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_section = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 20h.01" />
<path d="M4 20h.01" />
<path d="M8 20h.01" />
<path d="M12 20h.01" />
<path d="M16 20h.01" />
<path d="M20 4h.01" />
<path d="M4 4h.01" />
<path d="M8 4h.01" />
<path d="M12 4h.01" />
<path d="M16 4h0" />
<rect x="4" y="8" width="16" height="8" rx="1" />
</g>
</svg>''')
icon_square_root2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 12h1c1 0 1 1 2.016 3.527C17 18 17 19 18 19h1" />
<path d="M12 19c1.5 0 3-2 4-3.5s2.5-3.5 4-3.5" />
<path d="M3 12h1l3 8l3-16h10" />
</g>
</svg>''')
icon_hand_rock = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 11.5v-1a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 12V5.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
<path d="M14 10.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M8 13V4.5a1.5 1.5 0 0 1 3 0V12" />
</g>
</svg>''')
icon_step_into = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v12" />
<path d="M16 11l-4 4" />
<path d="M8 11l4 4" />
<circle cx="12" cy="20" r="1" />
</g>
</svg>''')
icon_arrows_cross = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 4h4v4" />
<path d="M15 9l5-5" />
<path d="M4 20l5-5" />
<path d="M16 20h4v-4" />
<path d="M4 4l16 16" />
</g>
</svg>''')
icon_edit_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 15l8.385-8.415a2.1 2.1 0 0 0-2.97-2.97L9 12v3h3z" />
<path d="M16 5l3 3" />
<path d="M9 7.07A7.002 7.002 0 0 0 10 21a7.002 7.002 0 0 0 6.929-5.999" />
</g>
</svg>''')
icon_caret_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 15l-6-6l-6 6h12" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_bed = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 7v11m0-4h18m0 4v-8a2 2 0 0 0-2-2h-8v6" />
<circle cx="7" cy="10" r="1" />
</g>
</svg>''')
icon_trending_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 17l6-6l4 4l8-8" />
<path d="M14 7h7v7" />
</g>
</svg>''')
icon_manual_gearbox = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="6" r="2" />
<circle cx="12" cy="6" r="2" />
<circle cx="19" cy="6" r="2" />
<circle cx="5" cy="18" r="2" />
<circle cx="12" cy="18" r="2" />
<path d="M5 8v8" />
<path d="M12 8v8" />
<path d="M19 8v2a2 2 0 0 1-2 2H5" />
</g>
</svg>''')
icon_arrow_bar_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 4v10" />
<path d="M12 4l4 4" />
<path d="M12 4L8 8" />
<path d="M4 20h16" />
</g>
</svg>''')
icon_shape2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="5" r="2" />
<circle cx="19" cy="19" r="2" />
<circle cx="19" cy="5" r="2" />
<circle cx="5" cy="19" r="2" />
<path d="M6.5 17.5l11-11M5 7v10M19 7v10" />
</g>
</svg>''')
icon_arrows_split = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 17h-8l-3.5-5H3" />
<path d="M21 7h-8l-3.495 5" />
<path d="M18 10l3-3l-3-3" />
<path d="M18 20l3-3l-3-3" />
</g>
</svg>''')
icon_sport_billard = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="10" r="2" />
<circle cx="12" cy="14" r="2" />
<circle cx="12" cy="12" r="8" />
</g>
</svg>''')
icon_chart_arrows = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 18h14" />
<path d="M9 9l3 3l-3 3" />
<path d="M14 15l3 3l-3 3" />
<path d="M3 3v18" />
<path d="M3 12h9" />
<path d="M18 3l3 3l-3 3" />
<path d="M3 6h18" />
</g>
</svg>''')
icon_map_pin_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M9.44 9.435a3 3 0 0 0 4.126 4.124M15 11a3 3 0 0 0-3-3" />
<path d="M8.048 4.042A8 8 0 0 1 18.96 14.95m-1.8 2.206L13.415 20.9a2 2 0 0 1-2.827 0l-4.244-4.243a8 8 0 0 1-.48-10.79" />
</g>
</svg>''')
icon_hash = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 9h14" />
<path d="M5 15h14" />
<path d="M11 4L7 20" />
<path d="M17 4l-4 16" />
</g>
</svg>''')
icon_artboard = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="8" width="8" height="8" rx="1" />
<path d="M3 8h1" />
<path d="M3 16h1" />
<path d="M8 3v1" />
<path d="M16 3v1" />
<path d="M20 8h1" />
<path d="M20 16h1" />
<path d="M8 20v1" />
<path d="M16 20v1" />
</g>
</svg>''')
icon_shirt = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 4l6 2v5h-3v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-8H3V6l6-2a3 3 0 0 0 6 0" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_nytimes = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11.036 5.058a8.001 8.001 0 1 0 8.706 9.965" />
<path d="M12 21V10l-7.5 4" />
<path d="M17.5 3a2.5 2.5 0 1 1 0 5l-11-5a2.5 2.5 0 0 0-.67 4.91" />
<path d="M9 12v8" />
<path d="M16 13h-.01" />
</g>
</svg>''')
icon_parachute = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 12a10 10 0 1 0-20 0" />
<path d="M22 12c0-1.66-1.46-3-3.25-3c-1.8 0-3.25 1.34-3.25 3c0-1.66-1.57-3-3.5-3s-3.5 1.34-3.5 3c0-1.66-1.46-3-3.25-3C3.45 9 2 10.34 2 12" />
<path d="M2 12l10 10l-3.5-10" />
<path d="M15.5 12L12 22l10-10" />
</g>
</svg>''')
icon_brand_doctrine = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="14" r="7" />
<path d="M9 14h6" />
<path d="M12 11l3 3l-3 3" />
<path d="M10 3l6.9 6" />
</g>
</svg>''')
icon_badges = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 17v-4l-5 3l-5-3v4l5 3z" />
<path d="M17 8V4l-5 3l-5-3v4l5 3z" />
</g>
</svg>''')
icon_shadow = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M13 12h5" />
<path d="M13 15h4" />
<path d="M13 18h1" />
<path d="M13 9h4" />
<path d="M13 6h1" />
</g>
</svg>''')
icon_square6 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle transform="rotate(180 12 14)" cx="12" cy="14" r="2" />
<path d="M14 10a2 2 0 1 0-4 0v4" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_keyboard = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="6" width="20" height="12" rx="2" />
<path d="M6 10h0" />
<path d="M10 10h0" />
<path d="M14 10h0" />
<path d="M18 10h0" />
<path d="M6 14v.01" />
<path d="M18 14v.01" />
<path d="M10 14h4" />
</g>
</svg>''')
icon_letter_g = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 9a5 5 0 0 0-5-5h-2a5 5 0 0 0-5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5-5v-2h-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_color_swatch = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 3h-4a2 2 0 0 0-2 2v12a4 4 0 0 0 8 0V5a2 2 0 0 0-2-2" />
<path d="M13 7.35l-2-2a2 2 0 0 0-2.828 0L5.344 8.178a2 2 0 0 0 0 2.828l9 9" />
<path d="M7.3 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h12" />
<path d="M17 17v.01" />
</g>
</svg>''')
icon_brand_netbeans = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1-1.029 1.748l-6 3.833a2 2 0 0 1-1.942 0l-6-3.833A2 2 0 0 1 4 15.157V8.62a2 2 0 0 1 1.029-1.748l6-3.572a2.056 2.056 0 0 1 2 0l6 3.573H19z" />
<path d="M15.5 9.43a1 1 0 0 1 .5.874v3.268a1 1 0 0 1-.515.874l-3 1.917a1 1 0 0 1-.97 0l-3-1.917A1 1 0 0 1 8 13.573v-3.269a1 1 0 0 1 .514-.874l3-1.786c.311-.173.69-.173 1 0l3 1.787H15.5z" />
<path d="M12 21v-9L4.5 7.5" />
<path d="M12 12l7.5-4.5" />
<path d="M12 3v4.5" />
<path d="M19.5 16L16 14" />
<path d="M8 14l-3.5 2" />
</g>
</svg>''')
icon_square_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 12h6" />
</g>
</svg>''')
icon_square_dot = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="12" cy="12" r="1" />
</g>
</svg>''')
icon_gas_station = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0V9l-3-3" />
<path d="M4 20V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v14" />
<path d="M3 20h12" />
<path d="M18 7v1a1 1 0 0 0 1 1h1" />
<path d="M4 11h10" />
</g>
</svg>''')
icon_arrow_big_down_lines = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1-1.414 0l-6.586-6.586A1 1 0 0 1 5.414 12H9V9h6v3z" />
<path d="M15 3H9" />
<path d="M15 6H9" />
</g>
</svg>''')
icon_arrow_right_tail = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 15l3-3l-3-3" />
<path d="M3 15l3-3l-3-3" />
<path d="M6 12h15" />
</g>
</svg>''')
icon_line_dashed = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h2" />
<path d="M17 12h2" />
<path d="M11 12h2" />
</g>
</svg>''')
icon_helicopter = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 10l1 2h6" />
<path d="M12 9a2 2 0 0 0-2 2v3c0 1.1.9 2 2 2h7a2 2 0 0 0 2-2c0-3.31-3.13-5-7-5h-2z" />
<path d="M13 9V6" />
<path d="M5 6h15" />
<path d="M15 9.1V13h5.5" />
<path d="M15 19v-3" />
<path d="M19 19h-8" />
</g>
</svg>''')
icon_unlink = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 14a3.5 3.5 0 0 0 5 0l4-4a3.5 3.5 0 0 0-5-5l-.5.5" />
<path d="M14 10a3.5 3.5 0 0 0-5 0l-4 4a3.5 3.5 0 0 0 5 5l.5-.5" />
<path d="M16 21v-2" />
<path d="M19 16h2" />
<path d="M3 8h2" />
<path d="M8 3v2" />
</g>
</svg>''')
icon_brand_css3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 4l-2 14.5l-6 2l-6-2L4 4z" />
<path d="M8.5 8h7L11 12h4l-.5 3.5l-2.5.75l-2.5-.75l-.1-.5" />
</g>
</svg>''')
icon_ball_bowling = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M11 9v.01" />
<path d="M15 8v.01" />
<path d="M14 12v.01" />
</g>
</svg>''')
icon_rotate_rectangle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M10.09 4.01l.496-.495a2 2 0 0 1 2.828 0l7.071 7.07a2 2 0 0 1 0 2.83l-7.07 7.07a2 2 0 0 1-2.83 0l-7.07-7.07a2 2 0 0 1 0-2.83L7.05 7.05H3.062m3.988 3.988V7.05" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_tinder = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18.918 8.174c2.56 4.982.501 11.656-5.38 12.626C5.836 22.487.698 13.084 6.484 7.571C6.793 7.266 7.645 6.476 8 6.222c0 .528.27 3.475 1 3.167c3 0 4-4.222 3.587-7.389c2.7 1.411 4.987 3.376 6.331 6.174z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_microscope = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 21h14" />
<path d="M6 18h2" />
<path d="M7 18v3" />
<path d="M9 11l3 3l6-6l-3-3z" />
<path d="M10.5 12.5L9 14" />
<path d="M17 3l3 3" />
<path d="M12 21a6 6 0 0 0 3.715-10.712" />
</g>
</svg>''')
icon_pepper = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 11c0 2.21-2.239 4-5 4s-5-1.79-5-4a8 8 0 1 0 16 0a3 3 0 0 0-6 0" />
<path d="M16 8c0-2 2-4 4-4" />
</g>
</svg>''')
icon_border_style2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 18v.01" />
<path d="M8 18v.01" />
<path d="M12 18v.01" />
<path d="M16 18v.01" />
<path d="M20 18v.01" />
<path d="M18 12h2" />
<path d="M11 12h2" />
<path d="M4 12h2" />
<path d="M4 6h16" />
</g>
</svg>''')
icon_soup = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 19h18" />
<path d="M3 11h18a8 8 0 0 1-8 8h-2a8 8 0 0 1-8-8z" />
<path d="M9 8V5" />
<path d="M12 5v3" />
<path d="M15 5v3" />
</g>
</svg>''')
icon_layout_distribute_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16" />
<path d="M4 20h16" />
<rect x="6" y="9" width="12" height="6" rx="2" />
</g>
</svg>''')
icon_crutches = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="3" width="8" height="4" rx="2" />
<path d="M11 21h2" />
<path d="M12 21v-4.092a3 3 0 0 1 .504-1.664l.992-1.488A3 3 0 0 0 14 12.092V7" />
<path d="M12 21v-4.092a3 3 0 0 0-.504-1.664l-.992-1.488A3 3 0 0 1 10 12.092V7" />
<path d="M10 11h4" />
</g>
</svg>''')
icon_pray = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="5" r="1" />
<path d="M7 20h8l-4-4V9l4 3l2-2" />
</g>
</svg>''')
icon_circle3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12a2 2 0 1 0-2-2" />
<path d="M10 14a2 2 0 1 0 2-2" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_contrast = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 17a5 5 0 0 0 0-10v10" />
</g>
</svg>''')
icon_indent_increase = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 6H9" />
<path d="M20 12h-7" />
<path d="M20 18H9" />
<path d="M4 8l4 4l-4 4" />
</g>
</svg>''')
icon_toggle_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="16" cy="12" r="2" />
<rect x="2" y="6" width="20" height="12" rx="6" />
</g>
</svg>''')
icon_lock_access = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 8V6a2 2 0 0 1 2-2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2-2v-2" />
<rect x="8" y="11" width="8" height="5" rx="1" />
<path d="M10 11V9a2 2 0 1 1 4 0v2" />
</g>
</svg>''')
icon_square_rotated_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16.964 16.952l-3.462 3.461c-.782.783-2.222.783-3.004 0l-6.911-6.91c-.783-.783-.783-2.223 0-3.005l3.455-3.456m2.003-2.003l1.453-1.452c.782-.783 2.222-.783 3.004 0l6.911 6.91c.783.783.783 2.223 0 3.005l-1.448 1.45" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_files = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 3v4a1 1 0 0 0 1 1h4" />
<path d="M18 17h-7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4l5 5v7a2 2 0 0 1-2 2z" />
<path d="M16 17v2a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_text_wrap = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h16" />
<path d="M4 18h5" />
<path d="M4 12h13a3 3 0 0 1 0 6h-4l2-2m0 4l-2-2" />
</g>
</svg>''')
icon_trending_down3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734A5 5 0 0 0 17.603 16H21" />
<path d="M18 19l3-3l-3-3" />
</g>
</svg>''')
icon_ballon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 8a2 2 0 0 0-2-2" />
<path d="M6 8a6 6 0 1 1 12 0c0 4.97-2.686 9-6 9s-6-4.03-6-9" />
<path d="M12 17v1a2 2 0 0 1-2 2H7a2 2 0 0 0-2 2" />
</g>
</svg>''')
icon_arrows_sort = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 9l4-4l4 4M7 5v14" />
<path d="M21 15l-4 4l-4-4m4 4V5" />
</g>
</svg>''')
icon_code_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 12h6" />
<path d="M12 9v6" />
<path d="M6 19a2 2 0 0 1-2-2v-4l-1-1l1-1V7a2 2 0 0 1 2-2" />
<path d="M18 19a2 2 0 0 0 2-2v-4l1-1l-1-1V7a2 2 0 0 0-2-2" />
</g>
</svg>''')
icon_box_model2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 8h8v8H8z" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_brand_php = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="12" cy="12" rx="10" ry="9" />
<path d="M5.5 15l.395-1.974L6.5 10h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1-.986.836H6" />
<path d="M15.5 15l.395-1.974L16.5 10h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1-.986.836H16" />
<path d="M12 7.5L11 13" />
<path d="M11.6 10H14l-.5 3" />
</g>
</svg>''')
icon_question_mark = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 8a3.5 3 0 0 1 3.5-3h1A3.5 3 0 0 1 16 8a3 3 0 0 1-2 3a3 4 0 0 0-2 4" />
<path d="M12 19v.01" />
</g>
</svg>''')
icon_mountain = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 20h18L14.079 5.388a2.3 2.3 0 0 0-4.158 0L3 20z" />
<path d="M7.5 11l2 2.5L12 11l2 3l2.5-2" />
</g>
</svg>''')
icon_brand_spotify = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M8 11.973c2.5-1.473 5.5-.973 7.5.527" />
<path d="M9 15c1.5-1 4-1 5 .5" />
<path d="M7 9c2-1 6-2 10 .5" />
</g>
</svg>''')
icon_layers_linked = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 8.268A2 2 0 0 1 20 10v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h3" />
<path d="M5.003 15.734A2 2 0 0 1 4 14V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3" />
</g>
</svg>''')
icon_brand_bing = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 3l4 1.5v12l6-2.5l-2-1l-1-4l7 2.5V16L9 21l-4-2z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_alert_octagon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.7 3h6.6c.3 0 .5.1.7.3L20.7 8c.2.2.3.4.3.7v6.6c0 .3-.1.5-.3.7L16 20.7c-.2.2-.4.3-.7.3H8.7c-.3 0-.5-.1-.7-.3L3.3 16c-.2-.2-.3-.4-.3-.7V8.7c0-.3.1-.5.3-.7L8 3.3c.2-.2.4-.3.7-.3z" />
<path d="M12 8v4" />
<path d="M12 16h.01" />
</g>
</svg>''')
icon_separator_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 4v16" />
<path d="M8 8l-4 4l4 4" />
<path d="M16 16l4-4l-4-4" />
</g>
</svg>''')
icon_wallet = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 8V5a1 1 0 0 0-1-1H6a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1-1 1H6a2 2 0 0 1-2-2V6" />
<path d="M20 12v4h-4a2 2 0 0 1 0-4h4" />
</g>
</svg>''')
icon_triangle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 19h14a2 2 0 0 0 1.84-2.75L13.74 4a2 2 0 0 0-3.5 0l-7.1 12.25A2 2 0 0 0 4.89 19" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_play_card = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect transform="rotate(90 12 12)" x="3" y="5" width="18" height="14" rx="2" />
<path d="M8 6h.01" />
<path d="M16 18h.01" />
<path d="M12 16l-3-4l3-4l3 4z" />
</g>
</svg>''')
icon_antenna_bars3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 18v-3" />
<path d="M10 18v-6" />
<path d="M14 18v.01" />
<path d="M18 18v.01" />
</g>
</svg>''')
icon_player_record = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><circle cx="12" cy="12" r="7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_settings_automation = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 0 0-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066-2.573c-.94-1.543.826-3.31 2.37-2.37c1 .608 2.296.07 2.572-1.065z" />
<path d="M10 9v6l5-3z" />
</g>
</svg>''')
icon_car = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M5 17H3v-6l2-5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0H9m-6-6h15m-6 0V6" />
</g>
</svg>''')
icon_video_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M15 11v-1l4.553-2.276A1 1 0 0 1 21 8.618v6.764a1 1 0 0 1-.675.946" />
<path d="M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1" />
</g>
</svg>''')
icon_arrow_autofit_content = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 4L3 7l3 3" />
<path d="M18 4l3 3l-3 3" />
<rect x="4" y="14" width="16" height="6" rx="2" />
<path d="M10 7H3" />
<path d="M21 7h-7" />
</g>
</svg>''')
icon_sort_descending_numbers = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 15l3 3l3-3" />
<path d="M7 6v12" />
<path d="M17 14a2 2 0 0 1 2 2v3a2 2 0 1 1-4 0v-3a2 2 0 0 1 2-2z" />
<circle cx="17" cy="5" r="2" />
<path d="M19 5v3a2 2 0 0 1-2 2h-1.5" />
</g>
</svg>''')
icon_lamp = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 20h6" />
<path d="M12 20v-8" />
<path d="M5 12h14l-4-8H9z" />
</g>
</svg>''')
icon_file_euro = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M12 14H9" />
<path d="M14.004 11.172a3 3 0 1 0-.001 5.656" />
</g>
</svg>''')
icon_circle0 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1-4 0v-4a2 2 0 0 1 2-2z" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_device_computer_camera_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6.15 6.153a7 7 0 0 0 9.696 9.696m2-2a7 7 0 0 0-9.699-9.695" />
<path d="M9.13 9.122a3 3 0 0 0 3.743 3.749m2-2a3 3 0 0 0-3.737-3.736" />
<path d="M8 16l-2.091 3.486A1 1 0 0 0 6.766 21h10.468a1 1 0 0 0 .857-1.514L16 16" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_friends = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="5" r="2" />
<path d="M5 22v-5l-1-1v-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4l-1 1v5" />
<circle cx="17" cy="5" r="2" />
<path d="M15 22v-4h-2l2-6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1l2 6h-2v4" />
</g>
</svg>''')
icon_download = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2" />
<path d="M7 11l5 5l5-5" />
<path d="M12 4v12" />
</g>
</svg>''')
icon_file_dislike = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="14" width="3" height="5" rx="1" />
<path d="M6 15a1 1 0 0 1 1-1h3.756a1 1 0 0 1 .958.713l1.2 3c.09.303.133.63-.056.884c-.188.254-.542.403-.858.403h-2v2.467a1.1 1.1 0 0 1-2.015.61L6 19v-4z" />
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M5 11V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2h-2.5" />
</g>
</svg>''')
icon_brand_paypal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M10 13h2.5c2.5 0 5-2.5 5-5c0-3-1.9-5-5-5H7c-.5 0-1 .5-1 1L4 18c0 .5.5 1 1 1h2.8L9 14c.1-.6.4-1 1-1zm7.5-5.8C19.2 8.2 20 10 20 12c0 2.5-2.5 4.5-5 4.5h-2.6l-.6 3.6a1 1 0 0 1-1 .8H8.1a.5.5 0 0 1-.5-.6l.2-1.4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_crop = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 5v10a1 1 0 0 0 1 1h10" />
<path d="M5 8h10a1 1 0 0 1 1 1v10" />
</g>
</svg>''')
icon_brand_pinterest = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 20l4-9" />
<path d="M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75-1.554 3.75-4a5 5 0 1 0-9.7 1.7" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_emergency_bed = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="16" cy="18" r="2" />
<circle cx="8" cy="18" r="2" />
<path d="M4 8l2.1 2.8A3 3 0 0 0 8.5 12H20" />
<path d="M10 6h4" />
<path d="M12 4v4" />
<path d="M12 12v2l-2.5 2.5" />
<path d="M14.5 16.5L12 14" />
</g>
</svg>''')
icon_current_location = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<circle cx="12" cy="12" r="8" />
<path d="M12 2v2" />
<path d="M12 20v2" />
<path d="M20 12h2" />
<path d="M2 12h2" />
</g>
</svg>''')
icon_layout_kanban = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h6" />
<path d="M14 4h6" />
<rect x="4" y="8" width="6" height="12" rx="2" />
<rect x="14" y="8" width="6" height="6" rx="2" />
</g>
</svg>''')
icon_arrow_narrow_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 5v14" />
<path d="M16 9l-4-4" />
<path d="M8 9l4-4" />
</g>
</svg>''')
icon_link = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 14a3.5 3.5 0 0 0 5 0l4-4a3.5 3.5 0 0 0-5-5l-.5.5" />
<path d="M14 10a3.5 3.5 0 0 0-5 0l-4 4a3.5 3.5 0 0 0 5 5l.5-.5" />
</g>
</svg>''')
icon_news = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1-4 0V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v12a3 3 0 0 0 3 3h11" />
<path d="M8 8h4" />
<path d="M8 12h4" />
<path d="M8 16h4" />
</g>
</svg>''')
icon_tournament = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5" />
<path d="M5 14h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5" />
<path d="M10 7h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-4" />
<path d="M15 12h5" />
</g>
</svg>''')
icon_stairs_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20h4v-4h4v-4h4V8h4" />
<path d="M4 11l7-7v4M7 4h4" />
</g>
</svg>''')
icon_pinned_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M15 4.5l-3.249 3.249m-2.57 1.433L7 10l-1.5 1.5l7 7L14 17l.82-2.186m1.43-2.563L19.5 9" />
<path d="M9 15l-4.5 4.5" />
<path d="M14.5 4L20 9.5" />
</g>
</svg>''')
icon_letter_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 4l10 16" />
<path d="M17 4L7 20" />
</g>
</svg>''')
icon_radio = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3L4.629 6.749A1 1 0 0 0 4 7.677V19a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H4.5" />
<path d="M4 12h16" />
<path d="M7 12v-2" />
<path d="M17 16v.01" />
<path d="M13 16v.01" />
</g>
</svg>''')
icon_chevron_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9 6l6 6l-6 6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_square4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 16V8l-4 6h5" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_bolt_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M15.212 15.21L11 21v-7H5l3.79-5.21m1.685-2.32L13 3v6m1 1h5l-2.104 2.893" />
</g>
</svg>''')
icon_alien = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 17a2.5 2.5 0 0 0 2 0" />
<path d="M12 3C7.336 3 4.604 5.331 4.138 8.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064c1.666 1 3.664 1 5.33 0a10.777 10.777 0 0 0 3.199-3.064a11.89 11.89 0 0 0 2-8.592C19.4 5.33 16.668 3 12.004 3z" />
<path d="M8 11l2 2" />
<path d="M16 11l-2 2" />
</g>
</svg>''')
icon_letter_a = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 20V8a4 4 0 0 1 4-4h2a4 4 0 0 1 4 4v12" />
<path d="M7 13h10" />
</g>
</svg>''')
icon_phone_outgoing = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2" />
<path d="M15 9l5-5" />
<path d="M16 4h4v4" />
</g>
</svg>''')
icon_lungs = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6.081 20C7.693 20 9 18.665 9 17.02V7.257C9 6.563 8.448 6 7.768 6c-.205 0-.405.052-.584.15l-.13.083C5.594 7.292 4.622 8.88 3.65 12.057c-.42 1.37-.636 2.962-.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203.007z" />
<path d="M17.92 20C16.307 20 15 18.665 15 17.02V7.257C15 6.563 15.552 6 16.233 6c.204 0 .405.052.584.15l.13.083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37.636 2.962.648 4.775c.012 1.675-1.261 3.054-2.878 3.161L17.92 20z" />
<path d="M9 12a3 3 0 0 0 3-3a3 3 0 0 0 3 3" />
<path d="M12 4v5" />
</g>
</svg>''')
icon_smart_home = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 8.71l-5.333-4.148a2.666 2.666 0 0 0-3.274 0L5.059 8.71a2.665 2.665 0 0 0-1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.2c0-.823-.38-1.6-1.03-2.105" />
<path d="M16 15c-2.21 1.333-5.792 1.333-8 0" />
</g>
</svg>''')
icon_arrows_right_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 17l4 4l4-4" />
<path d="M7 21V10a3 3 0 0 1 3-3h11" />
<path d="M17 11l4-4l-4-4" />
</g>
</svg>''')
icon_circle4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 16V8l-4 6h5" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_recycle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 17l-2 2l2 2m-2-2h9a2 2 0 0 0 1.75-2.75l-.55-1" />
<path d="M8.536 11l-.732-2.732L5.072 9m2.732-.732l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141.024" />
<path d="M15.464 11l2.732.732L18.928 9m-.732 2.732l-4.5-7.794a2 2 0 0 0-3.256-.14l-.591.976" />
</g>
</svg>''')
icon_charging_pile = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 7l-1 1" />
<path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0V9l-3-3" />
<path d="M4 20V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v14" />
<path d="M9 11.5L7.5 14h3L9 16.5" />
<path d="M3 20h12" />
<path d="M4 8h10" />
</g>
</svg>''')
icon_kering = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 15v-3.5a2.5 2.5 0 1 1 5 0V15m0-2h-5" />
<path d="M3 9l3 6l3-6" />
<path d="M9 20l6-16" />
</g>
</svg>''')
icon_pinned = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 4v6l-2 4v2h10v-2l-2-4V4" />
<path d="M12 16v5" />
<path d="M8 4h8" />
</g>
</svg>''')
icon_message = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 21V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8l-4 4" />
<path d="M8 9h8" />
<path d="M8 13h6" />
</g>
</svg>''')
icon_traffic_cone = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20h16" />
<path d="M9.4 10h5.2" />
<path d="M7.8 15h8.4" />
<path d="M6 20l5-15h2l5 15" />
</g>
</svg>''')
icon_chart_bar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="12" width="6" height="8" rx="1" />
<rect x="9" y="8" width="6" height="12" rx="1" />
<rect x="15" y="4" width="6" height="16" rx="1" />
<path d="M4 20h14" />
</g>
</svg>''')
icon_focus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r=".5" fill="currentColor" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_border_top = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16" />
<path d="M4 8v.01" />
<path d="M12 8v.01" />
<path d="M20 8v.01" />
<path d="M4 12v.01" />
<path d="M8 12v.01" />
<path d="M12 12v.01" />
<path d="M16 12v.01" />
<path d="M20 12v.01" />
<path d="M4 16v.01" />
<path d="M12 16v.01" />
<path d="M20 16v.01" />
<path d="M4 20v.01" />
<path d="M8 20v.01" />
<path d="M12 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
</g>
</svg>''')
icon_zoom_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="10" r="7" />
<path d="M21 21l-6-6" />
<path d="M7 10l2 2l4-4" />
</g>
</svg>''')
icon_arrow_down_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 7l10 10" />
<path d="M17 8v9H8" />
</g>
</svg>''')
icon_virus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="5" />
<path d="M12 7V3m-1 0h2" />
<path d="M15.536 8.464l2.828-2.828m-.707-.707l1.414 1.414" />
<path d="M17 12h4m0-1v2" />
<path d="M15.536 15.536l2.828 2.828m.707-.707l-1.414 1.414" />
<path d="M12 17v4m1 0h-2" />
<path d="M8.464 15.536l-2.828 2.828m.707.707L4.93 17.657" />
<path d="M7 12H3m0 1v-2" />
<path d="M8.464 8.464L5.636 5.636m-.707.707L6.343 4.93" />
</g>
</svg>''')
icon_arrow_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14" />
<path d="M13 18l6-6" />
<path d="M13 6l6 6" />
</g>
</svg>''')
icon_corner_left_down_double = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 4h-6a3 3 0 0 0-3 3v7" />
<path d="M13 10l-4 4l-4-4m8 5l-4 4l-4-4" />
</g>
</svg>''')
icon_chart_arcs = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="1" />
<path d="M16.924 11.132a5 5 0 1 0-4.056 5.792" />
<path d="M3 12a9 9 0 1 0 9-9" />
</g>
</svg>''')
icon_float_center = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect width="6" height="6" x="9" y="5" rx="1" />
<path d="M4 7h1" />
<path d="M4 11h1" />
<path d="M19 7h1" />
<path d="M19 11h1" />
<path d="M4 15h16" />
<path d="M4 19h16" />
</g>
</svg>''')
icon_egg = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5.514 14.639C5.514 18.152 8.418 21 12 21s6.486-2.848 6.486-6.361a12.574 12.574 0 0 0-3.243-9.012A4.025 4.025 0 0 0 12 4a4.025 4.025 0 0 0-3.243 1.627a12.574 12.574 0 0 0-3.243 9.012" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_building_monument = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 18l2-13l2-2l2 2l2 13" />
<path d="M5 21v-3h14v3" />
<path d="M3 21h18" />
</g>
</svg>''')
icon_switch_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 8l4-4l4 4" />
<path d="M7 4v9" />
<path d="M13 16l4 4l4-4" />
<path d="M17 10v10" />
</g>
</svg>''')
icon_trending_up2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 5l3 3l-3 3" />
<path d="M3 18h5l7-10h6" />
</g>
</svg>''')
icon_arrow_bar_to_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20h16" />
<path d="M12 14V4" />
<path d="M12 14l4-4" />
<path d="M12 14l-4-4" />
</g>
</svg>''')
icon_border_bottom = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 20H4" />
<path d="M4 4v.01" />
<path d="M8 4v.01" />
<path d="M12 4v.01" />
<path d="M16 4v.01" />
<path d="M20 4v.01" />
<path d="M4 8v.01" />
<path d="M12 8v.01" />
<path d="M20 8v.01" />
<path d="M4 12v.01" />
<path d="M8 12v.01" />
<path d="M12 12v.01" />
<path d="M16 12v.01" />
<path d="M20 12v.01" />
<path d="M4 16v.01" />
<path d="M12 16v.01" />
<path d="M20 16v.01" />
</g>
</svg>''')
icon_player_stop = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="14" rx="2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_license = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 21H6a3 3 0 0 1-3-3v-1h10v2a2 2 0 0 0 4 0V5a2 2 0 1 1 2 2h-2m2-4H8a3 3 0 0 0-3 3v11" />
<path d="M9 7h4" />
<path d="M9 11h4" />
</g>
</svg>''')
icon_arrow_left_tail = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 12H3" />
<path d="M6 9l-3 3l3 3" />
<path d="M21 9l-3 3l3 3" />
</g>
</svg>''')
icon_shape3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="5" r="2" />
<circle cx="19" cy="19" r="2" />
<circle cx="19" cy="5" r="2" />
<circle cx="5" cy="19" r="2" />
<path d="M7 5h10M5 7v10M19 7v10" />
</g>
</svg>''')
icon_parking = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 16V8h4a2 2 0 0 1 0 4H9" />
</g>
</svg>''')
icon_bolt = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M13 3v7h6l-8 11v-7H5l8-11" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_receipt_refund = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16l-3-2l-2 2l-2-2l-2 2l-2-2l-3 2" />
<path d="M15 14v-2a2 2 0 0 0-2-2H9l2-2m0 4l-2-2" />
</g>
</svg>''')
icon_hierarchy2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 3h4v4h-4z" />
<path d="M3 17h4v4H3z" />
<path d="M17 17h4v4h-4z" />
<path d="M7 17l5-4l5 4" />
<path d="M12 7v6" />
</g>
</svg>''')
icon_api = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 13h5" />
<path d="M12 16V8h3a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-3" />
<path d="M20 8v8" />
<path d="M9 16v-5.5a2.5 2.5 0 0 0-5 0V16" />
</g>
</svg>''')
icon_zodiac_aquarius = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 10l3-3l3 3l3-3l3 3l3-3l3 3" />
<path d="M3 17l3-3l3 3l3-3l3 3l3-3l3 3" />
</g>
</svg>''')
icon_bulldozer = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="4" cy="17" r="2" />
<circle cx="13" cy="17" r="2" />
<path d="M18 13v6h3" />
<path d="M13 19H4" />
<path d="M4 15h9" />
<path d="M8 12V7h2a3 3 0 0 1 3 3v5" />
<path d="M5 15v-2a1 1 0 0 1 1-1h7" />
<path d="M18 17h-3" />
</g>
</svg>''')
icon_bluetooth_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M16.438 16.45L12 20v-8m0-4V4l5 4l-2.776 2.22m-2.222 1.779l-5 4" />
</g>
</svg>''')
icon_device_desktop = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="12" rx="1" />
<path d="M7 20h10" />
<path d="M9 16v4" />
<path d="M15 16v4" />
</g>
</svg>''')
icon_scuba_mask = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 7h12a1 1 0 0 1 1 1v4.5a2.5 2.5 0 0 1-2.5 2.5H14a2 2 0 0 1-2-2a2 2 0 1 0-4 0a2 2 0 0 1-2 2h-.5A2.5 2.5 0 0 1 3 12.5V8a1 1 0 0 1 1-1z" />
<path d="M10 17a2 2 0 0 0 2 2h3.5a5.5 5.5 0 0 0 5.5-5.5V4" />
</g>
</svg>''')
icon_file_shredder = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M5 12V5a2 2 0 0 1 2-2h7l5 5v4" />
<path d="M3 12h18" />
<path d="M6 16v2" />
<path d="M10 16v6" />
<path d="M14 16v2" />
<path d="M18 16v4" />
</g>
</svg>''')
icon_calendar_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19.823 19.824A2 2 0 0 1 18 21H6a2 2 0 0 1-2-2V7a2 2 0 0 1 1.175-1.823M9 5h9a2 2 0 0 1 2 2v9" />
<path d="M16 3v4" />
<path d="M8 3v1" />
<path d="M4 11h7m4 0h5" />
<path d="M11 15h1" />
<path d="M12 15v3" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_multiplier05_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 16h2a2 2 0 1 0 0-4H8V8h4" />
<path d="M5 16v.01" />
<path d="M15 16l4-4" />
<path d="M19 16l-4-4" />
</g>
</svg>''')
icon_id = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="16" rx="3" />
<circle cx="9" cy="10" r="2" />
<path d="M15 8h2" />
<path d="M15 12h2" />
<path d="M7 16h10" />
</g>
</svg>''')
icon_mood_boy = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 4.5a9 9 0 0 1 3.864 5.89a2.5 2.5 0 0 1-.29 4.36a9 9 0 0 1-17.137 0a2.5 2.5 0 0 1-.29-4.36a9 9 0 0 1 3.746-5.81" />
<path d="M9.5 16a3.5 3.5 0 0 0 5 0" />
<path d="M8.5 2C10 3 11 5.5 11 7" />
<path d="M12.5 2c1.5 2 2 3.5 2 5" />
<path d="M9 12h.01" />
<path d="M15 12h.01" />
</g>
</svg>''')
icon_trash_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 7h16" />
<path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12" />
<path d="M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" />
<path d="M10 12l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_dots_diagonal2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="7" r="1" />
<circle cx="12" cy="12" r="1" />
<circle cx="17" cy="17" r="1" />
</g>
</svg>''')
icon_vaccine_bottle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="3" width="6" height="3" rx="1" />
<path d="M10 6v.98c0 .877-.634 1.626-1.5 1.77c-.866.144-1.5.893-1.5 1.77V19a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-8.48c0-.877-.634-1.626-1.5-1.77A1.795 1.795 0 0 1 14 6.98V6" />
<path d="M7 12h10" />
<path d="M7 18h10" />
<path d="M11 15h2" />
</g>
</svg>''')
icon_butterfly = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11.995 18.176a3 3 0 1 1-4.953-2.449l-.025.023A4.502 4.502 0 0 1 8.5 7c1.414 0 2.675.652 3.5 1.671a4.5 4.5 0 1 1 4.983 7.079A3 3 0 1 1 12 18z" />
<path d="M12 19V9" />
<path d="M9 3l3 2l3-2" />
</g>
</svg>''')
icon_device_mobile = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="4" width="10" height="16" rx="1" />
<path d="M11 5h2" />
<path d="M12 17v.01" />
</g>
</svg>''')
icon_phone = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_building_community = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 9l5 5v7H8v-4m0 4H3v-7l5-5m1 1V4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v17h-8" />
<path d="M13 7v.01" />
<path d="M17 7v.01" />
<path d="M17 11v.01" />
<path d="M17 15v.01" />
</g>
</svg>''')
icon_currency_dollar_canadian = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />
<path d="M10 18H9A6 6 0 1 1 9 6h1" />
<path d="M17 20v-2" />
<path d="M18 6V4" />
</g>
</svg>''')
icon_home2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12H3l9-9l9 9h-2" />
<path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7" />
<path d="M10 12h4v4h-4z" />
</g>
</svg>''')
icon_filter_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M9 5h9.5a1 1 0 0 1 .5 1.5l-4.049 4.454M14 14v5l-4-3v-4L5 6.5a1 1 0 0 1 .18-1.316" />
</g>
</svg>''')
icon_equal_not = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 9h14M5 15h14m0-10L5 19" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_calendar_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="5" width="16" height="16" rx="2" />
<path d="M16 3v4" />
<path d="M8 3v4" />
<path d="M4 11h16" />
<path d="M10 16h4" />
</g>
</svg>''')
icon_glass_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 21h8" />
<path d="M12 15v6" />
<path d="M7 3h10l1 7a4.511 4.511 0 0 1-1.053 2.94m-2.386 1.625A7.48 7.48 0 0 1 12 15c-3.314 0-6-1.988-6-5l.5-3.495" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_sausage = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5.5 5.5A2.5 2.5 0 0 0 3 8c0 7.18 5.82 13 13 13a2.5 2.5 0 1 0 0-5a8 8 0 0 1-8-8a2.5 2.5 0 0 0-2.5-2.5z" />
<path d="M5.195 5.519L3.952 3.53A1 1 0 0 1 4.8 2h1.392a1 1 0 0 1 .848 1.53L5.795 5.52" />
<path d="M18.482 18.225l1.989-1.243a1 1 0 0 1 1.53.848v1.392a1 1 0 0 1-1.53.848l-1.991-1.245" />
</g>
</svg>''')
icon_discount2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 15l6-6" />
<circle cx="9.5" cy="9.5" r=".5" fill="currentColor" />
<circle cx="14.5" cy="14.5" r=".5" fill="currentColor" />
<path d="M5 7.2A2.2 2.2 0 0 1 7.2 5h1a2.2 2.2 0 0 0 1.55-.64l.7-.7a2.2 2.2 0 0 1 3.12 0l.7.7a2.2 2.2 0 0 0 1.55.64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7.7a2.2 2.2 0 0 1 0 3.12l-.7.7a2.2 2.2 0 0 0-.64 1.55v1a2.2 2.2 0 0 1-2.2 2.2h-1a2.2 2.2 0 0 0-1.55.64l-.7.7a2.2 2.2 0 0 1-3.12 0l-.7-.7a2.2 2.2 0 0 0-1.55-.64h-1a2.2 2.2 0 0 1-2.2-2.2v-1a2.2 2.2 0 0 0-.64-1.55l-.7-.7a2.2 2.2 0 0 1 0-3.12l.7-.7A2.2 2.2 0 0 0 5 8.2v-1" />
</g>
</svg>''')
icon_lego = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9.5 11h.01" />
<path d="M14.5 11h.01" />
<path d="M9.5 15a3.5 3.5 0 0 0 5 0" />
<path d="M7 5h1V3h8v2h1a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3v1H7v-1a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3" />
</g>
</svg>''')
icon_player_skip_back = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 5v14L8 12z" />
<path d="M4 5v14" />
</g>
</svg>''')
icon_fold_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 11v8l3-3m-6 0l3 3" />
<path d="M9 7h1" />
<path d="M14 7h1" />
<path d="M19 7h1" />
<path d="M4 7h1" />
</g>
</svg>''')
icon_ball_volleyball = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 12a8 8 0 0 0 8 4M7.5 13.5A12 12 0 0 0 16 20" />
<path d="M12 12a8 8 0 0 0-7.464 4.928m8.415-9.575a12 12 0 0 0-9.88 4.111" />
<path d="M12 12a8 8 0 0 0-.536-8.928m4.085 12.075a12 12 0 0 0 1.38-10.611" />
</g>
</svg>''')
icon_octagon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8.7 3h6.6c.3 0 .5.1.7.3L20.7 8c.2.2.3.4.3.7v6.6c0 .3-.1.5-.3.7L16 20.7c-.2.2-.4.3-.7.3H8.7c-.3 0-.5-.1-.7-.3L3.3 16c-.2-.2-.3-.4-.3-.7V8.7c0-.3.1-.5.3-.7L8 3.3c.2-.2.4-.3.7-.3z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_apple_arcade = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="5" r="2" />
<path d="M20 12.5v4.75a.734.734 0 0 1-.055.325a.704.704 0 0 1-.348.366l-5.462 2.58a4.998 4.998 0 0 1-4.27 0l-5.462-2.58a.705.705 0 0 1-.401-.691L4 12.5" />
<path d="M4.431 12.216l5.634-2.332a5.065 5.065 0 0 1 3.87 0l5.634 2.332a.692.692 0 0 1 .028 1.269l-5.462 2.543a5.064 5.064 0 0 1-4.27 0l-5.462-2.543a.691.691 0 0 1 .028-1.27z" />
<path d="M12 7v6" />
</g>
</svg>''')
icon_device_watch = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="6" y="6" width="12" height="12" rx="3" />
<path d="M9 18v3h6v-3" />
<path d="M9 6V3h6v3" />
</g>
</svg>''')
icon_chart_arcs3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="1" />
<path d="M7 12a5 5 0 1 0 5-5" />
<path d="M6.29 18.957A9 9 0 1 0 12 3" />
</g>
</svg>''')
icon_note = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 20l7-7" />
<path d="M13 20v-6a1 1 0 0 1 1-1h6V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7" />
</g>
</svg>''')
icon_circle2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 10a2 2 0 1 1 4 0c0 .591-.417 1.318-.816 1.858L10 16.001h4" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_info_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 8h.01" />
<path d="M11 12h1v4h1" />
</g>
</svg>''')
icon_sunset = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" />
<path d="M3 21h18" />
<path d="M12 3v6l3-3M9 6l3 3" />
</g>
</svg>''')
icon_pin = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 4.5l-4 4L7 10l-1.5 1.5l7 7L14 17l1.5-4l4-4" />
<path d="M9 15l-4.5 4.5" />
<path d="M14.5 4L20 9.5" />
</g>
</svg>''')
icon_droplet_filled = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197-8l-5.2 8z" />
<path d="M12 3v17" />
<path d="M12 12l3.544-3.544" />
<path d="M12 17.3l5.558-5.558" />
</g>
</svg>''')
icon_tallymark2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5v14" />
<path d="M14 5v14" />
</g>
</svg>''')
icon_curling = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="9" width="16" height="10" rx="4" />
<path d="M4 14h16" />
<path d="M8 5h6a2 2 0 0 1 2 2v2" />
</g>
</svg>''')
icon_motorbike = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="16" r="3" />
<circle cx="19" cy="16" r="3" />
<path d="M7.5 14h5l4-4H6m1.5 4l4-4" />
<path d="M13 6h2l1.5 3l2 4" />
</g>
</svg>''')
icon_arrow_forward_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 13l4-4l-4-4m4 4H8a4 4 0 0 0 0 8h1" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_currency_dinar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 20.01V20" />
<path d="M6 13l2.386-.9a1 1 0 0 0-.095-1.902l-1.514-.404a1 1 0 0 1-.102-1.9L9 7" />
<path d="M3 14v1a3 3 0 0 0 3 3h4.161a3 3 0 0 0 2.983-3.32L12 4" />
<path d="M16 17l1 1h2.004a2 2 0 0 0 1.649-3.131L18 11" />
</g>
</svg>''')
icon_macro = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 15a6 6 0 1 0 12 0" />
<path d="M18 15a6 6 0 0 0-6 6" />
<path d="M12 21a6 6 0 0 0-6-6" />
<path d="M12 21V11" />
<path d="M12 11a5 5 0 0 1-5-5V3l3 2l2-2l2 2l3-2v3a5 5 0 0 1-5 5z" />
</g>
</svg>''')
icon_brand_angular = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5.428 17.245l6.076 3.471a1 1 0 0 0 .992 0l6.076-3.471a1 1 0 0 0 .495-.734l1.323-9.704a1 1 0 0 0-.658-1.078l-7.4-2.612a1 1 0 0 0-.665 0L4.268 5.73a1 1 0 0 0-.658 1.078l1.323 9.704a1 1 0 0 0 .495.734z" />
<path d="M9 15l3-8l3 8" />
<path d="M10 13h4" />
</g>
</svg>''')
icon_tallymarks = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 5v14" />
<path d="M10 5v14" />
<path d="M14 5v14" />
<path d="M18 5v14" />
<path d="M3 17L21 7" />
</g>
</svg>''')
icon_phone_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21L21 3" />
<path d="M5.831 14.161A15.946 15.946 0 0 1 3 6a2 2 0 0 1 2-2h4l2 5l-2.5 1.5c.108.22.223.435.345.645m1.751 2.277A11.03 11.03 0 0 0 13.5 15.5L15 13l5 2v4a2 2 0 0 1-2 2a15.963 15.963 0 0 1-10.344-4.657" />
</g>
</svg>''')
icon_subscript = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 7l8 10m-8 0l8-10" />
<path d="M21 20h-4l3.5-4a1.73 1.73 0 0 0-3.5-2" />
</g>
</svg>''')
icon_device_gamepad = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="6" width="20" height="12" rx="2" />
<path d="M6 12h4m-2-2v4" />
<path d="M15 11v.01" />
<path d="M18 13v.01" />
</g>
</svg>''')
icon_bone = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 3a3 3 0 0 1 3 3a3 3 0 1 1-2.12 5.122l-4.758 4.758a3 3 0 1 1-5.117 2.297L6 18l-.176-.005a3 3 0 1 1 2.298-5.115l4.758-4.758A3 3 0 0 1 15 3z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_apple = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="14" r="7" />
<path d="M12 11V5a2 2 0 0 1 2-2h2v1a2 2 0 0 1-2 2h-2" />
<path d="M10 10.5c1.333.667 2.667.667 4 0" />
</g>
</svg>''')
icon_border_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20V4" />
<path d="M8 4v.01" />
<path d="M12 4v.01" />
<path d="M16 4v.01" />
<path d="M20 4v.01" />
<path d="M12 8v.01" />
<path d="M20 8v.01" />
<path d="M8 12v.01" />
<path d="M12 12v.01" />
<path d="M16 12v.01" />
<path d="M20 12v.01" />
<path d="M12 16v.01" />
<path d="M20 16v.01" />
<path d="M8 20v.01" />
<path d="M12 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
</g>
</svg>''')
icon_dots_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="1" />
<circle cx="12" cy="19" r="1" />
<circle cx="12" cy="5" r="1" />
</g>
</svg>''')
icon_view360 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<ellipse cx="12" cy="12" rx="4" ry="9" />
<ellipse cx="12" cy="12" rx="4" ry="9" transform="rotate(90 12 12)" />
</g>
</svg>''')
icon_magnet = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 13V5a2 2 0 0 1 2-2h1a2 2 0 0 1 2 2v8a2 2 0 0 0 6 0V5a2 2 0 0 1 2-2h1a2 2 0 0 1 2 2v8a8 8 0 0 1-16 0" />
<path d="M4 8h5" />
<path d="M15 8h4" />
</g>
</svg>''')
icon_grain = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="4.5" cy="9.5" r="1" />
<circle cx="9.5" cy="4.5" r="1" />
<circle cx="9.5" cy="14.5" r="1" />
<circle cx="4.5" cy="19.5" r="1" />
<circle cx="14.5" cy="9.5" r="1" />
<circle cx="19.5" cy="4.5" r="1" />
<circle cx="14.5" cy="19.5" r="1" />
<circle cx="19.5" cy="14.5" r="1" />
</g>
</svg>''')
icon_marquee2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 6V5a1 1 0 0 1 1-1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1-1 1h-1m-5 0h-2m-5 0H5a1 1 0 0 1-1-1v-1m0-5v-2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_layout_rows = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 12h16" />
</g>
</svg>''')
icon_inbox = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 13h3l3 3h4l3-3h3" />
</g>
</svg>''')
icon_click = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12h3" />
<path d="M12 3v3" />
<path d="M7.8 7.8L5.6 5.6" />
<path d="M16.2 7.8l2.2-2.2" />
<path d="M7.8 16.2l-2.2 2.2" />
<path d="M12 12l9 3l-4 2l-2 4l-3-9" />
</g>
</svg>''')
icon_eye = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="2" />
<path d="M22 12c-2.667 4.667-6 7-10 7s-7.333-2.333-10-7c2.667-4.667 6-7 10-7s7.333 2.333 10 7" />
</g>
</svg>''')
icon_message_circle2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 20l1.3-3.9A9 8 0 1 1 7.7 19L3 20" />
<path d="M12 12v.01" />
<path d="M8 12v.01" />
<path d="M16 12v.01" />
</g>
</svg>''')
icon_layout_distribute_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4v16" />
<path d="M20 4v16" />
<rect x="9" y="6" width="6" height="12" rx="2" />
</g>
</svg>''')
icon_music = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="17" r="3" />
<circle cx="16" cy="17" r="3" />
<path d="M9 17V4h10v13" />
<path d="M9 8h10" />
</g>
</svg>''')
icon_tallymark4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 5v14" />
<path d="M10 5v14" />
<path d="M14 5v14" />
<path d="M18 5v14" />
</g>
</svg>''')
icon_parentheses = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 4a12.25 12.25 0 0 0 0 16" />
<path d="M17 4a12.25 12.25 0 0 1 0 16" />
</g>
</svg>''')
icon_transfer_in = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 18v3h16V7l-8-4l-8 4v3" />
<path d="M4 14h9" />
<path d="M10 11l3 3l-3 3" />
</g>
</svg>''')
icon_arrow_big_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M20 15h-8v3.586a1 1 0 0 1-1.707.707l-6.586-6.586a1 1 0 0 1 0-1.414l6.586-6.586A1 1 0 0 1 12 5.414V9h8a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_karate = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="18" cy="4" r="1" />
<path d="M3 9l4.5 1l3 2.5" />
<path d="M13 21v-8l3-5.5" />
<path d="M8 4.5l4 2l4 1l4 3.5l-2 3.5" />
</g>
</svg>''')
icon_loader = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 6V3" />
<path d="M16.25 7.75L18.4 5.6" />
<path d="M18 12h3" />
<path d="M16.25 16.25l2.15 2.15" />
<path d="M12 18v3" />
<path d="M7.75 16.25L5.6 18.4" />
<path d="M6 12H3" />
<path d="M7.75 7.75L5.6 5.6" />
</g>
</svg>''')
icon_arrow_top_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 17V3" />
<path d="M15 6l-3-3l-3 3" />
<circle cx="12" cy="19" r="2" />
</g>
</svg>''')
icon_arrow_down_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M8 12l4 4" />
<path d="M12 8v8" />
<path d="M16 12l-4 4" />
</g>
</svg>''')
icon_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 5v14" />
<path d="M5 12h14" />
</g>
</svg>''')
icon_brand_stackoverflow = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1" />
<path d="M8 16h8" />
<path d="M8.322 12.582l7.956.836" />
<path d="M8.787 9.168l7.826 1.664" />
<path d="M10.096 5.764l7.608 2.472" />
</g>
</svg>''')
icon_caret_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 9l6 6l6-6H6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_minus_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 5v14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_picture_in_picture_top = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 5H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4" />
<rect transform="matrix(1 0 0 -1 0 15)" x="14" y="5" width="7" height="5" rx="1" />
</g>
</svg>''')
icon_refresh_alert = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 11A8.1 8.1 0 0 0 4.5 9M4 5v4h4" />
<path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" />
<path d="M12 9v3" />
<path d="M12 15h.01" />
</g>
</svg>''')
icon_device_mobile_message = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 3h10v8h-3l-4 2v-2h-3z" />
<path d="M15 16v4a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h2" />
<path d="M10 18v.01" />
</g>
</svg>''')
icon_plug_connected = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1-5-5L7 12z" />
<path d="M17 12l-5-5l1.5-1.5a3.536 3.536 0 1 1 5 5L17 12z" />
<path d="M3 21l2.5-2.5" />
<path d="M18.5 5.5L21 3" />
<path d="M10 11l-2 2" />
<path d="M13 14l-2 2" />
</g>
</svg>''')
icon_letter_i = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 4v16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_servicemark = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 9H6.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3H5" />
<path d="M13 15V9l3 4l3-4v6" />
</g>
</svg>''')
icon_mars = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="14" r="5" />
<path d="M19 5l-5.4 5.4" />
<path d="M19 5h-5" />
<path d="M19 5v5" />
</g>
</svg>''')
icon_gift = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="8" width="18" height="4" rx="1" />
<path d="M12 8v13" />
<path d="M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7" />
<path d="M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5a2.5 2.5 0 0 1 0 5" />
</g>
</svg>''')
icon_brand_deviantart = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 3v4l-3.857 6H18v4h-6.429L9 21H6v-4l3.857-6H6V7h6.429L15 3z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_squares_filled = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="8" width="12" height="12" rx="2" />
<path d="M8 14.5l6.492-6.492" />
<path d="M13.496 20.004L20 13.5l-6.504 6.504z" />
<path d="M8.586 19.414L19.413 8.587" />
<path d="M16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2" />
</g>
</svg>''')
icon_apps = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="6" height="6" rx="1" />
<rect x="4" y="14" width="6" height="6" rx="1" />
<rect x="14" y="14" width="6" height="6" rx="1" />
<path d="M14 7h6" />
<path d="M17 4v6" />
</g>
</svg>''')
icon_radius_top_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 5h6a8 8 0 0 1 8 8v6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_layout_bottombar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 15h16" />
</g>
</svg>''')
icon_git_pull_request = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="18" r="2" />
<circle cx="6" cy="6" r="2" />
<circle cx="18" cy="18" r="2" />
<path d="M6 8v8" />
<path d="M11 6h5a2 2 0 0 1 2 2v8" />
<path d="M14 9l-3-3l3-3" />
</g>
</svg>''')
icon_exchange = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="18" r="2" />
<circle cx="19" cy="6" r="2" />
<path d="M19 8v5a5 5 0 0 1-5 5h-3l3-3m0 6l-3-3" />
<path d="M5 16v-5a5 5 0 0 1 5-5h3l-3-3m0 6l3-3" />
</g>
</svg>''')
icon_mood_sad = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" />
</g>
</svg>''')
icon_zoom_money = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="10" r="7" />
<path d="M21 21l-6-6" />
<path d="M12 7H9.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3H8" />
<path d="M10 13v1m0-8v1" />
</g>
</svg>''')
icon_square_toggle_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 12H2" />
<path d="M4 14V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8" />
<path d="M18 20a2 2 0 0 0 2-2" />
<path d="M4 18a2 2 0 0 0 2 2" />
<path d="M14 20h-4" />
</g>
</svg>''')
icon_arrows_up_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 3v18" />
<path d="M10 6L7 3L4 6" />
<path d="M20 18l-3 3l-3-3" />
<path d="M17 21V3" />
</g>
</svg>''')
icon_mushroom = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 11.1C20 6.626 16.418 3 12 3s-8 3.626-8 8.1a.9.9 0 0 0 .9.9h14.2a.9.9 0 0 0 .9-.9z" />
<path d="M10 12v7a2 2 0 1 0 4 0v-7" />
</g>
</svg>''')
icon_number0 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 16V8" />
<path d="M12 20a4 4 0 0 0 4-4V8a4 4 0 1 0-8 0v8a4 4 0 0 0 4 4z" />
</g>
</svg>''')
icon_currency_ethereum = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 12l6-9l6 9l-6 9z" />
<path d="M6 12l6-3l6 3l-6 2z" />
</g>
</svg>''')
icon_confetti = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 5h2" />
<path d="M5 4v2" />
<path d="M11.5 4L11 6" />
<path d="M18 5h2" />
<path d="M19 4v2" />
<path d="M15 9l-1 1" />
<path d="M18 13l2-.5" />
<path d="M18 19h2" />
<path d="M19 18v2" />
<path d="M14 16.518L7.482 10l-4.39 9.58a1.003 1.003 0 0 0 1.329 1.329L14 16.519z" />
</g>
</svg>''')
icon_chevrons_up_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 15V7h8" />
<path d="M11 19v-8h8" />
</g>
</svg>''')
icon_world = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M3.6 9h16.8" />
<path d="M3.6 15h16.8" />
<path d="M11.5 3a17 17 0 0 0 0 18" />
<path d="M12.5 3a17 17 0 0 1 0 18" />
</g>
</svg>''')
icon_trending_up3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 5l3 3l-3 3" />
<path d="M3 18h2.397a5 5 0 0 0 4.096-2.133l4.014-5.734A5 5 0 0 1 17.603 8H21" />
</g>
</svg>''')
icon_currency_tugrik = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 6h10" />
<path d="M12 6v13" />
<path d="M8 17l8-3" />
<path d="M16 10l-8 3" />
</g>
</svg>''')
icon_box_multiple9 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<circle cx="14" cy="8" r="2" />
<path d="M12 12a2 2 0 1 0 4 0V8" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_currency_frank = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 5h-6a2 2 0 0 0-2 2v12" />
<path d="M7 15h4" />
<path d="M9 11h7" />
</g>
</svg>''')
icon_calculator = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="3" width="16" height="18" rx="2" />
<rect x="8" y="7" width="8" height="3" rx="1" />
<path d="M8 14v.01" />
<path d="M12 14v.01" />
<path d="M16 14v.01" />
<path d="M8 17v.01" />
<path d="M12 17v.01" />
<path d="M16 17v.01" />
</g>
</svg>''')
icon_creative_commons = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M10.5 10.5a2.187 2.187 0 0 0-2.914.116a1.928 1.928 0 0 0 0 2.768a2.188 2.188 0 0 0 2.914.116" />
<path d="M16.5 10.5a2.187 2.187 0 0 0-2.914.116a1.928 1.928 0 0 0 0 2.768a2.188 2.188 0 0 0 2.914.116" />
</g>
</svg>''')
icon_pills = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="8" cy="8" r="5" />
<circle cx="17" cy="17" r="4" />
<path d="M4.5 4.5l7 7" />
<path d="M19.5 14.5l-5 5" />
</g>
</svg>''')
icon_exposure = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4.6 19.4L19.4 4.6" />
<path d="M7 9h4M9 7v4" />
<path d="M13 16h4" />
</g>
</svg>''')
icon_circle_dashed = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.56 3.69a9 9 0 0 0-2.92 1.95" />
<path d="M3.69 8.56A9 9 0 0 0 3 12" />
<path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />
<path d="M8.56 20.31A9 9 0 0 0 12 21" />
<path d="M15.44 20.31a9 9 0 0 0 2.92-1.95" />
<path d="M20.31 15.44A9 9 0 0 0 21 12" />
<path d="M20.31 8.56a9 9 0 0 0-1.95-2.92" />
<path d="M15.44 3.69A9 9 0 0 0 12 3" />
</g>
</svg>''')
icon_terminal2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 9l3 3l-3 3" />
<path d="M13 15h3" />
<rect x="3" y="4" width="18" height="16" rx="2" />
</g>
</svg>''')
icon_caravan = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="17" r="2" />
<path d="M21 17h-8" />
<path d="M9 17H4a1 1 0 0 1-1-1V7a2 2 0 0 1 2-2h10l4 4v8" />
<rect x="6" y="8" width="6" height="4" rx="1" />
</g>
</svg>''')
icon_ball_football = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 7l4.76 3.45L15 16H9l-1.76-5.55z" />
<path d="M12 7V3m3 13l2.5 3m-.74-8.55L20.5 9M9.06 16.05L6.5 19m.74-8.55L3.5 9" />
</g>
</svg>''')
icon_arrow_big_down_line = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1-1.414 0l-6.586-6.586A1 1 0 0 1 5.414 12H9V6h6v6z" />
<path d="M15 3H9" />
</g>
</svg>''')
icon_message2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 20l-3-3H7a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-2l-3 3" />
<path d="M8 9h8" />
<path d="M8 13h6" />
</g>
</svg>''')
icon_heart_broken = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19.5 13.572L12 21l-7.5-7.428A5 5 0 1 1 12 7.006a5 5 0 1 1 7.5 6.572" />
<path d="M12 7l-2 4l4 3l-2 4v3" />
</g>
</svg>''')
icon_arrows_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 7l4-4l4 4" />
<path d="M8 17l4 4l4-4" />
<path d="M12 3v18" />
</g>
</svg>''')
icon_line_dotted = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12v.01" />
<path d="M8 12v.01" />
<path d="M12 12v.01" />
<path d="M16 12v.01" />
<path d="M20 12v.01" />
</g>
</svg>''')
icon_letter_b = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 20V4h6a4 4 0 0 1 0 8a4 4 0 0 1 0 8H7" />
<path d="M7 12h6" />
</g>
</svg>''')
icon_droplet_half2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197-8l-5.2 8z" />
<path d="M6 14h12" />
</g>
</svg>''')
icon_rotate_clockwise2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 4.55a8 8 0 0 1 6 14.9M15 15v5h5" />
<path d="M5.63 7.16v.01" />
<path d="M4.06 11v.01" />
<path d="M4.63 15.1v.01" />
<path d="M7.16 18.37v.01" />
<path d="M11 19.94v.01" />
</g>
</svg>''')
icon_browser = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="1" />
<path d="M4 8h16" />
<path d="M8 4v4" />
</g>
</svg>''')
icon_border_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 4v16" />
<path d="M4 4v.01" />
<path d="M8 4v.01" />
<path d="M16 4v.01" />
<path d="M20 4v.01" />
<path d="M4 8v.01" />
<path d="M20 8v.01" />
<path d="M4 12v.01" />
<path d="M8 12v.01" />
<path d="M16 12v.01" />
<path d="M20 12v.01" />
<path d="M4 16v.01" />
<path d="M20 16v.01" />
<path d="M4 20v.01" />
<path d="M8 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
</g>
</svg>''')
icon_clubs = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 1 3.164 6.447A4 4 0 1 1 14 15.645V17l1 4H9l1-4l.001-1.355a4 4 0 1 1-1.164-6.199A4 4 0 0 1 12 3z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_divide = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle fill="currentColor" cx="12" cy="6" r="1" />
<circle fill="currentColor" cx="12" cy="18" r="1" />
<path d="M5 12h14" />
</g>
</svg>''')
icon_no_derivatives = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 10h6" />
<path d="M9 14h6" />
</g>
</svg>''')
icon_ball_tennis = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M6 5.3a9 9 0 0 1 0 13.4" />
<path d="M18 5.3a9 9 0 0 0 0 13.4" />
</g>
</svg>''')
icon_user_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<circle cx="12" cy="10" r="3" />
<path d="M6.168 18.849A4 4 0 0 1 10 16h4a4 4 0 0 1 3.834 2.855" />
</g>
</svg>''')
icon_sun = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="4" />
<path d="M3 12h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7" />
</g>
</svg>''')
icon_superscript = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 7l8 10m-8 0l8-10" />
<path d="M21 11h-4l3.5-4A1.73 1.73 0 0 0 17 5" />
</g>
</svg>''')
icon_line = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="18" r="2" />
<circle cx="18" cy="6" r="2" />
<path d="M7.5 16.5l9-9" />
</g>
</svg>''')
icon_brand_codepen = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 15l9 6l9-6l-9-6l-9 6" />
<path d="M3 9l9 6l9-6l-9-6l-9 6" />
<path d="M3 9v6" />
<path d="M21 9v6" />
<path d="M12 3v6" />
<path d="M12 15v6" />
</g>
</svg>''')
icon_cloud_storm = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 18a4.6 4.4 0 0 1 0-9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" />
<path d="M13 14l-2 4h3l-2 4" />
</g>
</svg>''')
icon_hand_little_finger = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13v-2.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M11 11.5v-1a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 12V6.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
<path d="M14 10.5a1.5 1.5 0 0 1 3 0V12" />
</g>
</svg>''')
icon_star = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 17.75l-6.172 3.245l1.179-6.873l-5-4.867l6.9-1l3.086-6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_battery3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 7h11a2 2 0 0 1 2 2v.5a.5.5 0 0 0 .5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5a.5.5 0 0 0-.5.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<path d="M7 10v4" />
<path d="M10 10v4" />
<path d="M13 10v4" />
</g>
</svg>''')
icon_shredder = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="10" width="16" height="5" rx="1" />
<path d="M17 10V6a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v4m5 5v5m4-5v2m-8-2v3" />
</g>
</svg>''')
icon_color_picker = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 7l6 6" />
<path d="M4 16L15.7 4.3a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4L8 20H4v-4z" />
</g>
</svg>''')
icon_tabler3_d_cube_sphere = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 17.6l-2-1.1V14" />
<path d="M4 10V7.5l2-1.1" />
<path d="M10 4.1L12 3l2 1.1" />
<path d="M18 6.4l2 1.1V10" />
<path d="M20 14v2.5l-2 1.12" />
<path d="M14 19.9L12 21l-2-1.1" />
<path d="M12 12l2-1.1" />
<path d="M18 8.6l2-1.1" />
<path d="M12 12v2.5" />
<path d="M12 18.5V21" />
<path d="M12 12l-2-1.12" />
<path d="M6 8.6L4 7.5" />
</g>
</svg>''')
icon_arrow_top_bar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 21V3" />
<path d="M15 6l-3-3l-3 3" />
<path d="M9 21h6" />
</g>
</svg>''')
icon_letters_case = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="18" cy="16" r="3" />
<path d="M21 13v6" />
<path d="M3 19V9a4 4 0 0 1 4-4a4 4 0 0 1 4 4v10" />
<path d="M3 13h8" />
</g>
</svg>''')
icon_bulb = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12h1m8-9v1m8 8h1M5.6 5.6l.7.7m12.1-.7l-.7.7" />
<path d="M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0-1 3a2 2 0 0 1-4 0a3.5 3.5 0 0 0-1-3" />
<path d="M9.7 17h4.6" />
</g>
</svg>''')
icon_brand_skype = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1-5.953 5.953A9 9 0 0 1 3.397 9.35A4.5 4.5 0 0 1 9.35 3.396A8.987 8.987 0 0 1 12 3z" />
<path d="M8 14.5c.5 2 2.358 2.5 4 2.5c2.905 0 4-1.187 4-2.5c0-1.503-1.927-2.5-4-2.5s-4-.997-4-2.5C8 8.187 9.095 7 12 7c1.642 0 3.5.5 4 2.5" />
</g>
</svg>''')
icon_checkbox = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 11l3 3l8-8" />
<path d="M20 12v6a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h9" />
</g>
</svg>''')
icon_train = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 13c0-3.87-3.37-7-10-7H3" />
<path d="M3 15h16a2 2 0 0 0 2-2" />
<path d="M3 6v5h17.5" />
<path d="M3 10v4" />
<path d="M8 11V6" />
<path d="M13 11V6.5" />
<path d="M3 19h18" />
</g>
</svg>''')
icon_users = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
<path d="M16 3.13a4 4 0 0 1 0 7.75" />
<path d="M21 21v-2a4 4 0 0 0-3-3.85" />
</g>
</svg>''')
icon_transfer_out = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 19v2h16V7l-8-4l-8 4v2" />
<path d="M13 14H4" />
<path d="M7 11l-3 3l3 3" />
</g>
</svg>''')
icon_sticker = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 12l-2 .5A6 6 0 0 1 11.5 6l.5-2l8 8" />
<path d="M20 12a8 8 0 1 1-8-8" />
</g>
</svg>''')
icon_arrows_join = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 7h5l3.5 5H21" />
<path d="M3 17h5l3.495-5" />
<path d="M18 15l3-3l-3-3" />
</g>
</svg>''')
icon_road_sign = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10.5 20.4l-6.9-6.9c-.781-.781-.781-2.219 0-3l6.9-6.9c.781-.781 2.219-.781 3 0l6.9 6.9c.781.781.781 2.219 0 3l-6.9 6.9c-.781.781-2.219.781-3 0z" />
<path d="M9 14v-2c0-.59.414-1 1-1h5" />
<path d="M13 9l2 2l-2 2" />
</g>
</svg>''')
icon_shopping_cart_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="19" r="2" />
<circle cx="17" cy="19" r="2" />
<path d="M17 17H6V3H4" />
<path d="M6 5l6.005.429m7.138 6.573L19 13H6" />
<path d="M15 6h6m-3-3v6" />
</g>
</svg>''')
icon_currency_krone_danish = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 6v12" />
<path d="M5 12c3.5 0 6-3 6-6" />
<path d="M5 12c3.5 0 6 3 6 6" />
<path d="M15 10v8" />
<path d="M19 10a4 4 0 0 0-4 4" />
<path d="M20 18.01V18" />
</g>
</svg>''')
icon_brand_booking = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 18V8.5A4.5 4.5 0 0 1 8.5 4h7A4.5 4.5 0 0 1 20 8.5v7a4.5 4.5 0 0 1-4.5 4.5H6a2 2 0 0 1-2-2z" />
<path d="M8 12h3.5a2 2 0 1 1 0 4H8V9a1 1 0 0 1 1-1h1.5a2 2 0 1 1 0 4H9" />
<path d="M16 16h.01" />
</g>
</svg>''')
icon_crosshair = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 8V6a2 2 0 0 1 2-2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2-2v-2" />
<path d="M9 12h6" />
<path d="M12 9v6" />
</g>
</svg>''')
icon_layout_grid = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="6" height="6" rx="1" />
<rect x="14" y="4" width="6" height="6" rx="1" />
<rect x="4" y="14" width="6" height="6" rx="1" />
<rect x="14" y="14" width="6" height="6" rx="1" />
</g>
</svg>''')
icon_zodiac_leo = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 17a4 4 0 1 0 8 0" />
<circle cx="6" cy="16" r="3" />
<circle cx="11" cy="7" r="4" />
<path d="M7 7c0 3 2 5 2 9" />
<path d="M15 7c0 4-2 6-2 10" />
</g>
</svg>''')
icon_border_outer = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M12 8v.01" />
<path d="M8 12v.01" />
<path d="M12 12v.01" />
<path d="M16 12v.01" />
<path d="M12 16v.01" />
</g>
</svg>''')
icon_brand_telegram = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 10l-4 4l6 6l4-16l-18 7l4 2l2 6l3-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_menu2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h16" />
<path d="M4 12h16" />
<path d="M4 18h16" />
</g>
</svg>''')
icon_brand_producthunt = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 16V8h2.5a2.5 2.5 0 1 1 0 5H10" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_arrow_autofit_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8" />
<path d="M18 20V3" />
<path d="M15 6l3-3l3 3" />
</g>
</svg>''')
icon_tool = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 10h3V7L6.5 3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1-3 3l-6-6a6 6 0 0 1-8-8L7 10" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_headphones_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<rect x="4" y="13" width="5" height="7" rx="2" />
<path d="M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361.36-.86.583-1.411.583h-1a2 2 0 0 1-2-2v-3" />
<path d="M4 15v-3c0-2.21.896-4.21 2.344-5.658m2.369-1.638A8 8 0 0 1 20 12v3" />
</g>
</svg>''')
icon_drag_drop = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 11V9a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2" />
<path d="M13 13l9 3l-4 2l-2 4l-3-9" />
<path d="M3 3v.01" />
<path d="M7 3v.01" />
<path d="M11 3v.01" />
<path d="M15 3v.01" />
<path d="M3 7v.01" />
<path d="M3 11v.01" />
<path d="M3 15v.01" />
</g>
</svg>''')
icon_file_search = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M12 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v4.5" />
<circle cx="16.5" cy="17.5" r="2.5" />
<path d="M18.5 19.5L21 22" />
</g>
</svg>''')
icon_wifi2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 18h.01" />
<path d="M9.172 15.172a4 4 0 0 1 5.656 0" />
<path d="M6.343 12.343a8 8 0 0 1 11.314 0" />
</g>
</svg>''')
icon_shoe = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h5.426a1 1 0 0 1 .863.496l1.064 1.823a3 3 0 0 0 1.896 1.407l4.677 1.114A4 4 0 0 1 21 14.73V17a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z" />
<path d="M14 13l1-2" />
<path d="M8 18v-1a4 4 0 0 0-4-4H3" />
<path d="M10 12l1.5-3" />
</g>
</svg>''')
icon_percentage = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="17" cy="17" r="1" />
<circle cx="7" cy="7" r="1" />
<path d="M6 18L18 6" />
</g>
</svg>''')
icon_rotate_dot = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19.95 11a8 8 0 1 0-.5 4m.5 5v-5h-5" />
<circle cx="12" cy="12" r="1" />
</g>
</svg>''')
icon_circle_square = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9.5" cy="9.5" r="6.5" />
<rect x="10" y="10" width="11" height="11" rx="2" />
</g>
</svg>''')
icon_trident = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 6l2-2v3a7 7 0 0 0 14 0V4l2 2" />
<path d="M12 21V3l-2 2m4 0l-2-2" />
</g>
</svg>''')
icon_mood_smile = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M9.5 15a3.5 3.5 0 0 0 5 0" />
</g>
</svg>''')
icon_brand_tripadvisor = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6.5" cy="13.5" r="1.5" />
<circle cx="17.5" cy="13.5" r="1.5" />
<path d="M17.5 9a4.5 4.5 0 1 0 3.5 1.671L22 9h-4.5z" />
<path d="M6.5 9A4.5 4.5 0 1 1 3 10.671L2 9h4.5z" />
<path d="M10.5 15.5l1.5 2l1.5-2" />
<path d="M9 6.75c2-.667 4-.667 6 0" />
</g>
</svg>''')
icon_bus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="17" r="2" />
<circle cx="18" cy="17" r="2" />
<path d="M4 17H2V6a1 1 0 0 1 1-1h14a5 7 0 0 1 5 7v5h-2m-4 0H8" />
<path d="M16 5l1.5 7H22" />
<path d="M2 10h15" />
<path d="M7 5v5" />
<path d="M12 5v5" />
</g>
</svg>''')
icon_droplet_half = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197-8l-5.2 8z" />
<path d="M12 3v17" />
</g>
</svg>''')
icon_ladder = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 3v18" />
<path d="M16 3v18" />
<path d="M8 14h8" />
<path d="M8 10h8" />
<path d="M8 6h8" />
<path d="M8 18h8" />
</g>
</svg>''')
icon_wave_saw_tool = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3 12h5l4 8V4l4 8h5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_chevrons_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 7l-5 5l5 5" />
<path d="M17 7l-5 5l5 5" />
</g>
</svg>''')
icon_shield_chevron = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3a12 12 0 0 0 8.5 3A12 12 0 0 1 12 21A12 12 0 0 1 3.5 6A12 12 0 0 0 12 3" />
<path d="M4 14l8-3l8 3" />
</g>
</svg>''')
icon_gps = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 17l-1-4l-4-1l9-4z" />
</g>
</svg>''')
icon_cash = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="9" width="14" height="10" rx="2" />
<circle cx="14" cy="14" r="2" />
<path d="M17 9V7a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2" />
</g>
</svg>''')
icon_record_mail = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="12" r="3" />
<circle cx="17" cy="12" r="3" />
<path d="M7 15h10" />
</g>
</svg>''')
icon_phone_incoming = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2" />
<path d="M15 9l5-5" />
<path d="M15 5v4h4" />
</g>
</svg>''')
icon_template = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="4" rx="1" />
<rect x="4" y="12" width="6" height="8" rx="1" />
<path d="M14 12h6" />
<path d="M14 16h6" />
<path d="M14 20h6" />
</g>
</svg>''')
icon_rainbow = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 17c0-5.523-4.477-10-10-10S2 11.477 2 17" />
<path d="M18 17a6 6 0 1 0-12 0" />
<path d="M14 17a2 2 0 1 0-4 0" />
</g>
</svg>''')
icon_heartbeat = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19.5 13.572L12 21l-2.896-2.868m-6.117-8.104A5 5 0 0 1 12 7.006a5 5 0 1 1 7.5 6.572" />
<path d="M3 13h2l2 3l2-6l1 3h3" />
</g>
</svg>''')
icon_shield_lock = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3a12 12 0 0 0 8.5 3A12 12 0 0 1 12 21A12 12 0 0 1 3.5 6A12 12 0 0 0 12 3" />
<circle cx="12" cy="11" r="1" />
<path d="M12 12v2.5" />
</g>
</svg>''')
icon_router = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="13" width="18" height="8" rx="2" />
<path d="M17 17v.01" />
<path d="M13 17v.01" />
<path d="M15 13v-2" />
<path d="M11.75 8.75a4 4 0 0 1 6.5 0" />
<path d="M8.5 6.5a8 8 0 0 1 13 0" />
</g>
</svg>''')
icon_ban = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M5.7 5.7l12.6 12.6" />
</g>
</svg>''')
icon_brightness_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<path d="M12 5v.01" />
<path d="M17 7v.01" />
<path d="M19 12v.01" />
<path d="M17 17v.01" />
<path d="M12 19v.01" />
<path d="M7 17v.01" />
<path d="M5 12v.01" />
<path d="M7 7v.01" />
</g>
</svg>''')
icon_building_skyscraper = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h18" />
<path d="M5 21V7l8-4v18" />
<path d="M19 21V11l-6-4" />
<path d="M9 9v.01" />
<path d="M9 12v.01" />
<path d="M9 15v.01" />
<path d="M9 18v.01" />
</g>
</svg>''')
icon_battery_eco = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 9a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v.5a.5.5 0 0 0 .5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5a.5.5 0 0 0-.5.5v.5a2 2 0 0 1-2 2h-5.5" />
<path d="M3 16.143C3 13.303 5.09 11 7.667 11H10v.857C10 14.697 7.91 17 5.333 17H3v-.857z" />
<path d="M3 20v-3" />
</g>
</svg>''')
icon_brand_yahoo = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 6h5" />
<path d="M7 18h7" />
<path d="M4.5 6l5.5 7v5" />
<path d="M10 13l6-5" />
<path d="M12.5 8h5" />
<path d="M20 11v4" />
<path d="M20 18v.01" />
</g>
</svg>''')
icon_caret_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 6l-6 6l6 6V6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_building = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h18" />
<path d="M9 8h1" />
<path d="M9 12h1" />
<path d="M9 16h1" />
<path d="M14 8h1" />
<path d="M14 12h1" />
<path d="M14 16h1" />
<path d="M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16" />
</g>
</svg>''')
icon_bandage = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 12v.01" />
<path d="M10 12v.01" />
<path d="M12 10v.01" />
<path d="M12 14v.01" />
<path d="M4.5 12.5l8-8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1-7-7" />
</g>
</svg>''')
icon_brand_react_native = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6.357 9C3.72 9.68 2 10.845 2 12.175C2 14.282 6.405 16 11.85 16c.74 0 1.26-.039 1.95-.097" />
<path d="M9.837 15.9c-.413-.596-.806-1.133-1.18-1.8c-2.751-4.9-3.488-9.77-1.63-10.873c1.15-.697 3.047.253 4.974 2.254" />
<path d="M6.429 15.387c-.702 2.688-.56 4.716.56 5.395c1.783 1.08 5.387-1.958 8.043-6.804c.36-.67.683-1.329.968-1.978" />
<path d="M12 18.52c1.928 2 3.817 2.95 4.978 2.253c1.85-1.102 1.121-5.972-1.633-10.873c-.384-.677-.777-1.204-1.18-1.8" />
<path d="M17.66 15c2.612-.687 4.34-1.85 4.34-3.176C22 9.714 17.592 8 12.155 8c-.747 0-1.266.029-1.955.087" />
<path d="M8 12c.285-.66.607-1.308.968-1.978c2.647-4.844 6.253-7.89 8.046-6.801c1.11.679 1.262 2.706.56 5.393" />
<path d="M12.26 12.015h-.01c-.01.13-.12.24-.26.24a.263.263 0 0 1-.25-.26c0-.14.11-.25.24-.25h-.01c.13-.01.25.11.25.24" />
</g>
</svg>''')
icon_repeat = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12V9a3 3 0 0 1 3-3h13m-3-3l3 3l-3 3" />
<path d="M20 12v3a3 3 0 0 1-3 3H4m3 3l-3-3l3-3" />
</g>
</svg>''')
icon_ice_skating = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5.905 5h3.418a1 1 0 0 1 .928.629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717.926A2.084 2.084 0 0 1 20 13.286V14a1 1 0 0 1-1 1H5.105a1 1 0 0 1-.995-1.1l.8-8a1 1 0 0 1 .995-.9z" />
<path d="M3 19h17a1 1 0 0 0 1-1" />
<path d="M9 15v4" />
<path d="M15 15v4" />
</g>
</svg>''')
icon_compass = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 16l2-6l6-2l-2 6l-6 2" />
<circle cx="12" cy="12" r="9" />
<path d="M12 3v2" />
<path d="M12 19v2" />
<path d="M3 12h2" />
<path d="M19 12h2" />
</g>
</svg>''')
icon_file_info = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M11 14h1v4h1" />
<path d="M12 11h.01" />
</g>
</svg>''')
icon_math_function = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 10h1c1 0 1 1 2.016 3.527C18 16 18 17 19 17h1" />
<path d="M13 17c1.5 0 3-2 4-3.5s2.5-3.5 4-3.5" />
<path d="M3 19c0 1.5.5 2 2 2s2-4 3-9s1.5-9 3-9s2 .5 2 2" />
<path d="M5 12h6" />
</g>
</svg>''')
icon_brand_dribbble = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 3.6c5 6 7 10.5 7.5 16.2" />
<path d="M6.4 19c3.5-3.5 6-6.5 14.5-6.4" />
<path d="M3.1 10.75c5 0 9.814-.38 15.314-5" />
</g>
</svg>''')
icon_temperature = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 13.5a4 4 0 1 0 4 0V5a2 2 0 0 0-4 0v8.5" />
<path d="M10 9h4" />
</g>
</svg>''')
icon_float_none = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect width="6" height="6" x="4" y="5" rx="1" />
<path d="M4 15h16" />
<path d="M4 19h16" />
</g>
</svg>''')
icon_bulb_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0-1 3a2 2 0 0 1-4 0a3.5 3.5 0 0 0-1-3" />
<path d="M9.7 17h4.6" />
</g>
</svg>''')
icon_keyboard_show = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="3" width="20" height="12" rx="2" />
<path d="M6 7h0" />
<path d="M10 7h0" />
<path d="M14 7h0" />
<path d="M18 7h0" />
<path d="M6 11v.01" />
<path d="M18 11v.01" />
<path d="M10 11h4" />
<path d="M10 19l2 2l2-2" />
</g>
</svg>''')
icon_cloud = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 18a4.6 4.4 0 0 1 0-9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7H7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrow_big_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 9h8V5.414a1 1 0 0 1 1.707-.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586A1 1 0 0 1 12 18.586V15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_building_arch = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h18" />
<path d="M4 21V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v15" />
<path d="M9 21v-8a3 3 0 0 1 6 0v8" />
</g>
</svg>''')
icon_layers_subtract = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="4" width="12" height="12" rx="2" />
<path d="M16 16v2a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_snowflake = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 4l2 1l2-1m-2-2v6.5l3 1.72" />
<path d="M17.928 6.268l.134 2.232l1.866 1.232M20.66 7l-5.629 3.25l.01 3.458" />
<path d="M19.928 14.268L18.062 15.5l-.134 2.232M20.66 17l-5.629-3.25l-2.99 1.738" />
<path d="M14 20l-2-1l-2 1m2 2v-6.5l-3-1.72" />
<path d="M6.072 17.732L5.938 15.5l-1.866-1.232M3.34 17l5.629-3.25l-.01-3.458" />
<path d="M4.072 9.732L5.938 8.5l.134-2.232M3.34 7l5.629 3.25l2.99-1.738" />
</g>
</svg>''')
icon_dog_bowl = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 15l5.586-5.585A2 2 0 1 1 19 8a2 2 0 1 1-1.413 3.414L14 15" />
<path d="M12 13L8.414 9.415A2 2 0 1 0 5 8a2 2 0 1 0 1.413 3.414L10 15" />
<path d="M3 20h18c-.175-1.671-.046-3.345-2-5H5c-1.333 1-2 2.667-2 5z" />
</g>
</svg>''')
icon_letter_w = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 4l4 16l4-14l4 14l4-16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_currency_bitcoin = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 6h8a3 3 0 0 1 0 6a3 3 0 0 1 0 6H6" />
<path d="M8 6v12" />
<path d="M8 12h6" />
<path d="M9 3v3" />
<path d="M13 3v3" />
<path d="M9 18v3" />
<path d="M13 18v3" />
</g>
</svg>''')
icon_brand_html5 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 4l-2 14.5l-6 2l-6-2L4 4z" />
<path d="M15.5 8h-7l.5 4h6l-.5 3.5l-2.5.75l-2.5-.75l-.1-.5" />
</g>
</svg>''')
icon_package = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3" />
<path d="M12 12l8-4.5" />
<path d="M12 12v9" />
<path d="M12 12L4 7.5" />
<path d="M16 5.25l-8 4.5" />
</g>
</svg>''')
icon_corner_left_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 6h-6a3 3 0 0 0-3 3v10l-4-4m8 0l-4 4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_vector_beizer2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="4" height="4" rx="1" />
<rect x="17" y="17" width="4" height="4" rx="1" />
<path d="M7 5h7" />
<path d="M10 19h7" />
<circle cx="9" cy="19" r="1" />
<circle cx="15" cy="5" r="1" />
<path d="M7 5.5a5 6.5 0 0 1 5 6.5a5 6.5 0 0 0 5 6.5" />
</g>
</svg>''')
icon_currency_yen = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 19v-7L7 5m10 0l-5 7" />
<path d="M8 17h8" />
<path d="M8 13h8" />
</g>
</svg>''')
icon_search = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="10" r="7" />
<path d="M21 21l-6-6" />
</g>
</svg>''')
icon_brand_instagram = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="4" />
<circle cx="12" cy="12" r="3" />
<path d="M16.5 7.5v.001" />
</g>
</svg>''')
icon_tent = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M11 14l4 6h6L12 4L3 20h6l4-6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrows_diagonal_minimize = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 10h4V6" />
<path d="M4 4l6 6" />
<path d="M18 14h-4v4" />
<path d="M14 14l6 6" />
</g>
</svg>''')
icon_physotherapist = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 15l-1-3l4-2l4 1h3.5" />
<circle cx="4" cy="19" r="1" />
<circle cx="12" cy="6" r="1" />
<path d="M12 17v-7" />
<path d="M8 20h7l1-4l4-2" />
<path d="M18 20h3" />
</g>
</svg>''')
icon_sleigh = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 19h15a4 4 0 0 0 4-4" />
<path d="M16 15H7a4 4 0 0 1-4-4V5l1.243 1.243A6 6 0 0 0 8.485 8H12v2a2 2 0 0 0 2 2h.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 1 3 0V12a3 3 0 0 1-3 3z" />
<path d="M15 15v4" />
<path d="M7 15v4" />
</g>
</svg>''')
icon_row_insert_bottom = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 6v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z" />
<path d="M12 15v4" />
<path d="M14 17h-4" />
</g>
</svg>''')
icon_italic = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 5h6" />
<path d="M7 19h6" />
<path d="M14 5l-4 14" />
</g>
</svg>''')
icon_arrow_forward = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 11l4 4l-4 4m4-4H8a4 4 0 0 1 0-8h1" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_switch = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 4h4v4" />
<path d="M14.75 9.25L19 4" />
<path d="M5 19l4-4" />
<path d="M15 19h4v-4" />
<path d="M5 5l14 14" />
</g>
</svg>''')
icon_shopping_cart_discount = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="19" r="2" />
<circle cx="17" cy="19" r="2" />
<path d="M17 17H6V3H4" />
<path d="M20 6l-1 7H6" />
<path d="M10 10l6-6" />
<circle cx="10.5" cy="4.5" r=".5" />
<circle cx="15.5" cy="9.5" r=".5" />
</g>
</svg>''')
icon_git_pull_request_closed = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="18" r="2" />
<circle cx="6" cy="6" r="2" />
<circle cx="18" cy="18" r="2" />
<path d="M6 8v8" />
<path d="M18 11v5" />
<path d="M16 4l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_device_floppy = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 4h10l4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" />
<circle cx="12" cy="14" r="2" />
<path d="M14 4v4H8V4" />
</g>
</svg>''')
icon_details = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 19h14a2 2 0 0 0 1.84-2.75L13.74 4a2 2 0 0 0-3.5 0l-7.1 12.25A2 2 0 0 0 4.89 19" />
<path d="M12 3v16" />
</g>
</svg>''')
icon_user_exclamation = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
<path d="M19 7v3" />
<path d="M19 14v.01" />
</g>
</svg>''')
icon_no_creative_commons = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M10.5 10.5a2.187 2.187 0 0 0-2.914.116a1.928 1.928 0 0 0 0 2.768a2.188 2.188 0 0 0 2.914.116" />
<path d="M16.5 10.5a2.187 2.187 0 0 0-2.914.116a1.928 1.928 0 0 0 0 2.768a2.188 2.188 0 0 0 2.914.116" />
<path d="M6 6l1.5 1.5" />
<path d="M16.5 16.5L18 18" />
</g>
</svg>''')
icon_dice = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8.5" cy="8.5" r=".5" fill="currentColor" />
<circle cx="15.5" cy="8.5" r=".5" fill="currentColor" />
<circle cx="15.5" cy="15.5" r=".5" fill="currentColor" />
<circle cx="8.5" cy="15.5" r=".5" fill="currentColor" />
</g>
</svg>''')
icon_helicopter_landing = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 8v8" />
<path d="M9 12h6" />
<path d="M15 8v8" />
</g>
</svg>''')
icon_route = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="19" r="2" />
<circle cx="18" cy="5" r="2" />
<path d="M12 19h4.5a3.5 3.5 0 0 0 0-7h-8a3.5 3.5 0 0 1 0-7H12" />
</g>
</svg>''')
icon_sofa = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 11a2 2 0 0 1 2 2v1h12v-1a2 2 0 1 1 4 0v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5a2 2 0 0 1 2-2z" />
<path d="M4 11V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v3" />
<path d="M12 5v9" />
</g>
</svg>''')
icon_arrow_left_square = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 12H3" />
<path d="M6 9l-3 3l3 3" />
<path d="M21 14h-4v-4h4z" />
</g>
</svg>''')
icon_building_castle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 19v-2a3 3 0 0 0-6 0v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5h4v3h3V5h4v3h3V5h4v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" />
<path d="M3 11h18" />
</g>
</svg>''')
icon_world_latitude = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M4.6 7h14.8" />
<path d="M3 12h18" />
<path d="M4.6 17h14.8" />
</g>
</svg>''')
icon_layout_sidebar_left_expand = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 4v16" />
<path d="M14 10l2 2l-2 2" />
</g>
</svg>''')
icon_photo = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 8h.01" />
<rect x="4" y="4" width="16" height="16" rx="3" />
<path d="M4 15l4-4a3 5 0 0 1 3 0l5 5" />
<path d="M14 14l1-1a3 5 0 0 1 3 0l2 2" />
</g>
</svg>''')
icon_key = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="8" cy="15" r="4" />
<path d="M10.85 12.15L19 4" />
<path d="M18 5l2 2" />
<path d="M15 8l2 2" />
</g>
</svg>''')
icon_mailbox = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 21v-6.5a3.5 3.5 0 0 0-7 0V21h18v-6a4 4 0 0 0-4-4H6.5" />
<path d="M12 11V3h4l2 2l-2 2h-4" />
<path d="M6 15h1" />
</g>
</svg>''')
icon_tilt_shift = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.56 3.69a9 9 0 0 0-2.92 1.95" />
<path d="M3.69 8.56A9 9 0 0 0 3 12" />
<path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />
<path d="M8.56 20.31A9 9 0 0 0 12 21" />
<path d="M15.44 20.31a9 9 0 0 0 2.92-1.95" />
<path d="M20.31 15.44A9 9 0 0 0 21 12" />
<path d="M20.31 8.56a9 9 0 0 0-1.95-2.92" />
<path d="M15.44 3.69A9 9 0 0 0 12 3" />
<circle cx="12" cy="12" r="2" />
</g>
</svg>''')
icon_salt = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 13v.01" />
<path d="M10 16v.01" />
<path d="M14 16v.01" />
<path d="M7.5 8h9l-.281-2.248A2 2 0 0 0 14.234 4H9.766A2 2 0 0 0 7.78 5.752L7.5 8z" />
<path d="M7.5 8l-1.612 9.671A2 2 0 0 0 7.861 20h8.278a2 2 0 0 0 1.973-2.329L16.5 8" />
</g>
</svg>''')
icon_circle_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 12h6" />
</g>
</svg>''')
icon_pig = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 11v.01" />
<path d="M16 3v3.803A6.019 6.019 0 0 1 18.658 10h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1.342a6.008 6.008 0 0 1-1.658 2.473V18.5a1.5 1.5 0 0 1-3 0v-.583a6.04 6.04 0 0 1-1 .083h-4a6.04 6.04 0 0 1-1-.083v.583a1.5 1.5 0 0 1-3 0v-2L5 16.473A6 6 0 0 1 8.999 6h2.5l4.5-3z" />
</g>
</svg>''')
icon_bell_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6" />
<path d="M9 17v1a3 3 0 0 0 6 0v-1" />
<path d="M10 11h4" />
</g>
</svg>''')
icon_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 12h14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_bible = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 4v16H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12z" />
<path d="M19 16H7a2 2 0 0 0-2 2" />
<path d="M12 7v6" />
<path d="M10 9h4" />
</g>
</svg>''')
icon_feather = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20l10-10m0-5v5h5m-9-1v5h5m-9-1v5h5m-5-5l4-4l4-4" />
<path d="M19 10c.638-.636 1-1.515 1-2.486A3.515 3.515 0 0 0 16.483 4c-.97 0-1.847.367-2.483 1m-3 13l4-4l4-4" />
</g>
</svg>''')
icon_phone_call = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2" />
<path d="M15 7a2 2 0 0 1 2 2" />
<path d="M15 3a6 6 0 0 1 6 6" />
</g>
</svg>''')
icon_zodiac_capricorn = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4a3 3 0 0 1 3 3v9" />
<path d="M7 7a3 3 0 0 1 6 0v11a3 3 0 0 1-3 3" />
<circle cx="16" cy="17" r="3" />
</g>
</svg>''')
icon_speakerphone = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 8a3 3 0 0 1 0 6" />
<path d="M10 8v11a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-5" />
<path d="M12 8h0l4.524-3.77A.9.9 0 0 1 18 4.922v12.156a.9.9 0 0 1-1.476.692L12 14H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h8" />
</g>
</svg>''')
icon_column_insert_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z" />
<path d="M5 12h4" />
<path d="M7 10v4" />
</g>
</svg>''')
icon_border_radius = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12V8a4 4 0 0 1 4-4h4" />
<path d="M16 4v.01" />
<path d="M20 4v.01" />
<path d="M20 8v.01" />
<path d="M20 12v.01" />
<path d="M4 16v.01" />
<path d="M20 16v.01" />
<path d="M4 20v.01" />
<path d="M8 20v.01" />
<path d="M12 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
</g>
</svg>''')
icon_star_half = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 17.75l-6.172 3.245l1.179-6.873l-5-4.867l6.9-1l3.086-6.253z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_radius_top_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 19v-6a8 8 0 0 1 8-8h6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_layout_align_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4v16" />
<rect x="8" y="9" width="12" height="6" rx="2" />
</g>
</svg>''')
icon_currency_zloty = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 18H5l7-7H5" />
<path d="M17 18V5" />
<path d="M14 14.5l6-3.5" />
</g>
</svg>''')
icon_affiliate = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5.931 6.936l1.275 4.249m5.607 5.609l4.251 1.275" />
<path d="M11.683 12.317l5.759-5.759" />
<circle cx="5.5" cy="5.5" r="1.5" />
<circle cx="18.5" cy="5.5" r="1.5" />
<circle cx="18.5" cy="18.5" r="1.5" />
<circle cx="8.5" cy="15.5" r="4.5" />
</g>
</svg>''')
icon_triangle_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 19h14m1.986-2.014a2 2 0 0 0-.146-.736L13.74 4a2 2 0 0 0-3.5 0l-.825 1.424m-1.467 2.53L3.14 16.25A2 2 0 0 0 4.89 19" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_writing = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 17V5c0-1.121-.879-2-2-2s-2 .879-2 2v12l2 2l2-2z" />
<path d="M16 7h4" />
<path d="M18 19H5a2 2 0 1 1 0-4h4a2 2 0 1 0 0-4H6" />
</g>
</svg>''')
icon_camera_selfie = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 7h1a2 2 0 0 0 2-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<path d="M9.5 15a3.5 3.5 0 0 0 5 0" />
<path d="M15 11h.01" />
<path d="M9 11h.01" />
</g>
</svg>''')
icon_map = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 7l6-3l6 3l6-3v13l-6 3l-6-3l-6 3V7" />
<path d="M9 4v13" />
<path d="M15 7v13" />
</g>
</svg>''')
icon_heart_rate_monitor = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="12" rx="1" />
<path d="M7 20h10" />
<path d="M9 16v4" />
<path d="M15 16v4" />
<path d="M7 10h2l2 3l2-6l1 3h3" />
</g>
</svg>''')
icon_exclamation_mark = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 19v.01" />
<path d="M12 15V5" />
</g>
</svg>''')
icon_planet = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9c-.745 1.46-5.783-.259-11.255-3.838c-5.47-3.579-9.304-7.664-8.56-9.123c.464-.91 2.926-.444 5.803.805" />
<circle cx="12" cy="12" r="7" />
</g>
</svg>''')
icon_corner_right_down_double = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h6a3 3 0 0 1 3 3v7" />
<path d="M10 10l4 4l4-4m-8 5l4 4l4-4" />
</g>
</svg>''')
icon_drag_drop2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="8" width="12" height="12" rx="2" />
<path d="M4 4v.01" />
<path d="M8 4v.01" />
<path d="M12 4v.01" />
<path d="M16 4v.01" />
<path d="M4 8v.01" />
<path d="M4 12v.01" />
<path d="M4 16v.01" />
</g>
</svg>''')
icon_world_upload = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12a9 9 0 1 0-9 9" />
<path d="M3.6 9h16.8" />
<path d="M3.6 15H12" />
<path d="M11.578 3a17 17 0 0 0 0 18" />
<path d="M12.5 3c1.719 2.755 2.5 5.876 2.5 9" />
<path d="M18 21v-7m3 3l-3-3l-3 3" />
</g>
</svg>''')
icon_ad = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M7 15v-4a2 2 0 0 1 4 0v4" />
<path d="M7 13h4" />
<path d="M17 9v6h-1.5a1.5 1.5 0 1 1 1.5-1.5" />
</g>
</svg>''')
icon_building_cottage = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h18" />
<path d="M4 21V10l2.5-4.5L12 3l5.5 2.5L20 10v11" />
<circle cx="12" cy="9" r="2" />
<path d="M9 21v-5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v5" />
</g>
</svg>''')
icon_layout_align_bottom = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20h16" />
<rect x="9" y="4" width="6" height="12" rx="2" />
</g>
</svg>''')
icon_receipt2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16l-3-2l-2 2l-2-2l-2 2l-2-2l-3 2" />
<path d="M14 8h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3H10m2 0v1.5m0-9V8" />
</g>
</svg>''')
icon_files_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 17h-6a2 2 0 0 1-2-2V9m0-4a2 2 0 0 1 2-2h4l5 5v7c0 .294-.063.572-.177.823" />
<path d="M16 17v2a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_folders = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 4h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_info_square = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 8h.01" />
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M11 12h1v4h1" />
</g>
</svg>''')
icon_dots_diagonal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="17" r="1" />
<circle cx="12" cy="12" r="1" />
<circle cx="17" cy="7" r="1" />
</g>
</svg>''')
icon_layers_union = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M16 16v2a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_bookmark_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M17 17v3l-5-3l-5 3V7m1.178-2.818c.252-.113.53-.176.822-.176h6a2 2 0 0 1 2 2v7" />
</g>
</svg>''')
icon_battery_automotive = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="6" width="18" height="14" rx="2" />
<path d="M6 6V4" />
<path d="M19 4v2" />
<path d="M6.5 13h3" />
<path d="M14.5 13h3" />
<path d="M16 11.5v3" />
</g>
</svg>''')
icon_brand_lastfm = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M20 8c-.83-1-1.388-1-2-1c-.612 0-2 .271-2 2s1.384 2.233 3 3c1.616.767 2.125 1.812 2 3s-1 2-3 2s-3-1-3.5-2s-1.585-4.78-2.497-5.997A5 5 0 1 0 11 16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_bread = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M17 5a3 3 0 0 1 2 5.235V17a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-6.764a3 3 0 0 1 1.824-5.231L7 5h10z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_vk = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 6h2v12c-4.5-1-8-6.5-9-12" />
<path d="M20 6c-1 2-3 5-5 6h-3" />
<path d="M20 18c-1-2-3-5-5-6" />
</g>
</svg>''')
icon_command = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 9a2 2 0 1 1 2-2v10a2 2 0 1 1-2-2h10a2 2 0 1 1-2 2V7a2 2 0 1 1 2 2H7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_nfc = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 20a3 3 0 0 1-3-3V6l5 5" />
<path d="M13 4a3 3 0 0 1 3 3v11l-5-5" />
<rect x="4" y="4" width="16" height="16" rx="3" />
</g>
</svg>''')
icon_cash_banknote_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9.88 9.878a3 3 0 1 0 4.242 4.243m.58-3.425a3.012 3.012 0 0 0-1.412-1.405" />
<path d="M10 6h9a2 2 0 0 1 2 2v8c0 .294-.064.574-.178.825M18 18H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1" />
<path d="M18 12h.01" />
<path d="M6 12h.01" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_cloud_lock_open = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 18a3.5 3.5 0 0 0 0-7h-1c.397-1.768-.285-3.593-1.788-4.787c-1.503-1.193-3.6-1.575-5.5-1S7.397 7.232 7 9c-2.199-.088-4.155 1.326-4.666 3.373c-.512 2.047.564 4.154 2.566 5.027" />
<rect x="8" y="15" width="8" height="5" rx="1" />
<path d="M10 15v-2a2 2 0 0 1 3.736-.994" />
</g>
</svg>''')
icon_car_crane = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M7 18h8m4 0h2v-6a5 5 0 0 0-5-5h-1l1.5 5H21" />
<path d="M12 18V7h3" />
<path d="M3 17v-5h9" />
<path d="M4 12V6l18-3v2" />
<path d="M8 12V8L4 6" />
</g>
</svg>''')
icon_h1 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 18v-8l-2 2" />
<path d="M4 6v12" />
<path d="M12 6v12" />
<path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</g>
</svg>''')
icon_lock_square = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="11" width="8" height="5" rx="1" />
<path d="M10 11V9a2 2 0 1 1 4 0v2" />
<rect x="4" y="4" width="16" height="16" rx="2" />
</g>
</svg>''')
icon_star_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M10.012 6.016l1.981-4.014l3.086 6.253l6.9 1l-4.421 4.304m.012 4.01l.588 3.426L12 17.75l-6.172 3.245l1.179-6.873l-5-4.867l6.327-.917" />
</g>
</svg>''')
icon_receipt_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 21V5m2-2h10a2 2 0 0 1 2 2v10m0 4.01V21l-3-2l-2 2l-2-2l-2 2l-2-2l-3 2" />
<path d="M11 7h4" />
<path d="M9 11h2" />
<path d="M13 15h2" />
<path d="M15 11v.01" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_chart_area = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 19h16" />
<path d="M4 15l4-6l4 2l4-5l4 4v5H4" />
</g>
</svg>''')
icon_credit_card_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1-.128.87" />
<path d="M18.87 18.872A3 3 0 0 1 18 19H6a3 3 0 0 1-3-3V8a3 3 0 0 1 2.124-2.87" />
<path d="M3 11h8" />
<path d="M15 11h6" />
<path d="M7 15h.01" />
<path d="M11 15h2" />
</g>
</svg>''')
icon_cloud_download = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 18a3.5 3.5 0 0 0 0-7h-1A5 4.5 0 0 0 7 9a4.6 4.4 0 0 0-2.1 8.4" />
<path d="M12 13v9" />
<path d="M9 19l3 3l3-3" />
</g>
</svg>''')
icon_mood_suprised = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 9h.01" />
<path d="M15 9h.01" />
<circle cx="12" cy="15" r="2" />
</g>
</svg>''')
icon_currency_dollar_singapore = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />
<path d="M10 6H6a3 3 0 1 0 0 6h1a3 3 0 0 1 0 6H3" />
<path d="M17 20v-2" />
<path d="M18 6V4" />
</g>
</svg>''')
icon_mood_cry = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" />
<path d="M17.566 17.606a2 2 0 1 0 2.897.03L19 16l-1.434 1.606z" />
<path d="M20.865 13.517A8.937 8.937 0 0 0 21 12a9 9 0 1 0-9 9c.69 0 1.36-.076 2-.222" />
</g>
</svg>''')
icon_forms = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3" />
<path d="M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3" />
<path d="M13 7h7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-7" />
<path d="M5 7H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h1" />
<path d="M17 12h.01" />
<path d="M13 12h.01" />
</g>
</svg>''')
icon_contrast2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 18h2a6 6 0 0 0 6-6a6 6 0 0 1 6-6h2" />
</g>
</svg>''')
icon_arrow_autofit_width = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6" />
<path d="M10 18H3" />
<path d="M21 18h-7" />
<path d="M6 15l-3 3l3 3" />
<path d="M18 15l3 3l-3 3" />
</g>
</svg>''')
icon_access_point = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12v.01" />
<path d="M14.828 9.172a4 4 0 0 1 0 5.656" />
<path d="M17.657 6.343a8 8 0 0 1 0 11.314" />
<path d="M9.168 14.828a4 4 0 0 1 0-5.656" />
<path d="M6.337 17.657a8 8 0 0 1 0-11.314" />
</g>
</svg>''')
icon_trash_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M4 7h3m4 0h9" />
<path d="M10 11v6" />
<path d="M14 14v3" />
<path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l.077-.923" />
<path d="M18.384 14.373L19 7" />
<path d="M9 5V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" />
</g>
</svg>''')
icon_crown = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 6l4 6l5-4l-2 10H5L3 8l5 4z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_circle8 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="10" r="2" />
<circle cx="12" cy="14" r="2" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_brand_firebase = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.53 17.05l6.15-11.72h-.02c.38-.74 1.28-1.02 2.01-.63c.26.14.48.36.62.62l1.06 2.01" />
<path d="M15.47 6.45c.58-.59 1.53-.59 2.11-.01c.22.22.36.5.41.81l1.5 9.11c.1.62-.2 1.24-.76 1.54l-6.07 2.9c-.46.25-1.01.26-1.46 0l-6.02-2.92c-.55-.31-.85-.92-.75-1.54L6.39 4.3c.12-.82.89-1.38 1.7-1.25c.46.07.87.36 1.09.77l1.24 1.76" />
<path d="M4.57 17.18L15.5 6.5" />
</g>
</svg>''')
icon_windmill = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12c2.76 0 5-2.01 5-4.5S14.76 3 12 3v9z" />
<path d="M12 12c0 2.76 2.01 5 4.5 5s4.5-2.24 4.5-5h-9z" />
<path d="M12 12c-2.76 0-5 2.01-5 4.5S9.24 21 12 21v-9z" />
<path d="M12 12c0-2.76-2.01-5-4.5-5S3 9.24 3 12h9z" />
</g>
</svg>''')
icon_plant2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 9a10 10 0 1 0 20 0" />
<path d="M12 19A10 10 0 0 1 22 9" />
<path d="M2 9a10 10 0 0 1 10 10" />
<path d="M12 4a9.7 9.7 0 0 1 2.99 7.5" />
<path d="M9.01 11.5A9.7 9.7 0 0 1 12 4" />
</g>
</svg>''')
icon_directions = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5h10l2 2l-2 2H9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1" />
<path d="M13 13H6l-2 2l2 2h7a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1" />
<path d="M12 22v-5" />
<path d="M12 13V9" />
<path d="M12 5V3" />
</g>
</svg>''')
icon_settings = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 0 0-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066-2.573c-.94-1.543.826-3.31 2.37-2.37c1 .608 2.296.07 2.572-1.065z" />
<circle cx="12" cy="12" r="3" />
</g>
</svg>''')
icon_arrow_autofit_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 12V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8" />
<path d="M4 18h17" />
<path d="M18 15l3 3l-3 3" />
</g>
</svg>''')
icon_layout_align_top = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16" />
<rect x="9" y="8" width="6" height="12" rx="2" />
</g>
</svg>''')
icon_slideshow = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 6h.01" />
<rect x="3" y="3" width="18" height="14" rx="3" />
<path d="M3 13l4-4a3 5 0 0 1 3 0l4 4" />
<path d="M13 12l2-2a3 5 0 0 1 3 0l3 3" />
<path d="M8 21h.01" />
<path d="M12 21h.01" />
<path d="M16 21h.01" />
</g>
</svg>''')
icon_peace = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 3v18" />
<path d="M12 12l6.3 6.3" />
<path d="M12 12l-6.3 6.3" />
</g>
</svg>''')
icon_space = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-3" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_separator_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12h16" />
<path d="M8 8l4-4l4 4" />
<path d="M16 16l-4 4l-4-4" />
</g>
</svg>''')
icon_tabler2_fa = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 16H3l3.47-4.66A2 2 0 1 0 3 9.8" />
<path d="M10 16V8h4" />
<path d="M10 12h3" />
<path d="M17 16v-6a2 2 0 0 1 4 0v6" />
<path d="M17 13h4" />
</g>
</svg>''')
icon_number4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M15 20V5L7 16h10" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_chart_arrows_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 21V7" />
<path d="M9 15l3-3l3 3" />
<path d="M15 10l3-3l3 3" />
<path d="M3 21h18" />
<path d="M12 21v-9" />
<path d="M3 6l3-3l3 3" />
<path d="M6 21V3" />
</g>
</svg>''')
icon_git_branch = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="18" r="2" />
<circle cx="7" cy="6" r="2" />
<circle cx="17" cy="6" r="2" />
<path d="M7 8v8" />
<path d="M9 18h6a2 2 0 0 0 2-2v-5" />
<path d="M14 14l3-3l3 3" />
</g>
</svg>''')
icon_chart_bubble = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="16" r="3" />
<circle cx="16" cy="19" r="2" />
<circle cx="14.5" cy="7.5" r="4.5" />
</g>
</svg>''')
icon_pizza = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 21.5c-3.04 0-5.952-.714-8.5-1.983L12 3l8.5 16.517A19.09 19.09 0 0 1 12 21.5z" />
<path d="M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634a14.944 14.944 0 0 0 6.502-1.479" />
<path d="M13 11.01V11" />
<path d="M11 14v-.01" />
</g>
</svg>''')
icon_corner_down_right_double = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 5v6a3 3 0 0 0 3 3h7" />
<path d="M10 10l4 4l-4 4m5-8l4 4l-4 4" />
</g>
</svg>''')
icon_octagon_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7.647 3.653L8 3.3c.2-.2.4-.3.7-.3h6.6c.3 0 .5.1.7.3L20.7 8c.2.2.3.4.3.7v6.6c0 .3-.1.5-.3.7l-.35.35m-1.997 1.997L16 20.7c-.2.2-.4.3-.7.3H8.7c-.3 0-.5-.1-.7-.3L3.3 16c-.2-.2-.3-.4-.3-.7V8.7c0-.3.1-.5.3-.7l2.35-2.35" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_hand_middle_finger = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13v-2.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M14 10.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
<path d="M11 11.5v-8a1.5 1.5 0 1 1 3 0V12" />
</g>
</svg>''')
icon_rotate = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M19.95 11a8 8 0 1 0-.5 4m.5 5v-5h-5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_polaroid = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 16h16" />
<path d="M4 12l3-3c.928-.893 2.072-.893 3 0l4 4" />
<path d="M13 12l2-2c.928-.893 2.072-.893 3 0l2 2" />
<path d="M14 7h.01" />
</g>
</svg>''')
icon_arrows_up_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 21l4-4l-4-4" />
<path d="M21 17H10a3 3 0 0 1-3-3V3" />
<path d="M11 7L7 3L3 7" />
</g>
</svg>''')
icon_tag_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7.792 7.793a1 1 0 0 0 1.414 1.414" />
<path d="M4.88 4.877A2.99 2.99 0 0 0 4 7v3.859c0 .537.213 1.052.593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l2.416-2.416m2.002-2.002l.416-.416a2.025 2.025 0 0 0 0-2.864L12.29 4.593A2.025 2.025 0 0 0 10.859 4H8" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_brand_bootstrap = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 12a2 2 0 0 0 2-2V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2" />
<path d="M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4a2 2 0 0 1 2-2" />
<path d="M9 16V8h3.5a2 2 0 1 1 0 4H9h4a2 2 0 1 1 0 4H9z" />
</g>
</svg>''')
icon_notebook = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m3 0v18" />
<path d="M13 8h2" />
<path d="M13 12h2" />
</g>
</svg>''')
icon_box_multiple1 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
<path d="M14 14V6l-2 2" />
</g>
</svg>''')
icon_paw = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.7 13.5C13.6 11.504 13.259 11 12 11c-1.259 0-1.736.755-2.836 2.747c-.942 1.703-2.846 1.845-3.321 3.291c-.097.265-.145.677-.143.962c0 1.176.787 2 1.8 2c1.259 0 3.004-1 4.5-1s3.241 1 4.5 1c1.013 0 1.8-.823 1.8-2c0-.285-.049-.697-.146-.962c-.475-1.451-2.512-1.835-3.454-3.538z" />
<path d="M20.188 8.082A1.039 1.039 0 0 0 19.782 8h-.015c-.735.012-1.56.75-1.993 1.866c-.519 1.335-.28 2.7.538 3.052c.129.055.267.082.406.082c.739 0 1.575-.742 2.011-1.866c.516-1.335.273-2.7-.54-3.052z" />
<path d="M9.474 9c.055 0 .109-.004.163-.011c.944-.128 1.533-1.346 1.32-2.722C10.754 4.97 9.91 4 9.025 4c-.055 0-.109.004-.163.011c-.944.128-1.533 1.346-1.32 2.722C7.746 8.026 8.59 9 9.475 9z" />
<path d="M16.456 6.733c.214-1.376-.375-2.594-1.32-2.722A1.164 1.164 0 0 0 14.974 4c-.885 0-1.728.97-1.93 2.267c-.214 1.376.375 2.594 1.32 2.722c.054.007.108.011.162.011c.885 0 1.73-.974 1.93-2.267z" />
<path d="M5.69 12.918c.816-.352 1.054-1.719.536-3.052C5.79 8.742 4.955 8 4.217 8c-.14 0-.277.027-.407.082c-.816.352-1.054 1.719-.536 3.052C3.71 12.258 4.545 13 5.283 13c.14 0 .277-.027.407-.082z" />
</g>
</svg>''')
icon_smoking = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="13" width="18" height="4" rx="1" />
<path d="M8 13v4" />
<path d="M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5" />
</g>
</svg>''')
icon_currency_euro = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.2 7a6 7 0 1 0 0 10" />
<path d="M13 10H5m0 4h8" />
</g>
</svg>''')
icon_loader_quarter = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 6V3" />
<path d="M6 12H3" />
<path d="M7.75 7.75L5.6 5.6" />
</g>
</svg>''')
icon_brand_loom = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.464 6.518a6.001 6.001 0 1 0-3.023 7.965" />
<path d="M17.482 17.464a6.001 6.001 0 1 0-7.965-3.023" />
<path d="M6.54 17.482a6.001 6.001 0 1 0 3.024-7.965" />
<path d="M6.518 6.54a6.001 6.001 0 1 0 7.965 3.024" />
</g>
</svg>''')
icon_user_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
<path d="M16 11h6m-3-3v6" />
</g>
</svg>''')
icon_golf = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 18V3l7 4l-7 4" />
<path d="M9 17.67c-.62.36-1 .82-1 1.33c0 1.1 1.8 2 4 2s4-.9 4-2c0-.5-.38-.97-1-1.33" />
</g>
</svg>''')
icon_phone_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2" />
<path d="M15 6h6m-3-3v6" />
</g>
</svg>''')
icon_bell_ringing2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1-1.414 7.072l-2.122 2.12a4 4 0 0 0-.707 3.536L3.808 8.88a4 4 0 0 0 3.535-.707L9.464 6.05a7 7 0 0 1 7.072-1.414a2 2 0 0 1 2.828 0z" />
<path d="M7.343 12.414l-.707.707a3 3 0 0 0 4.243 4.243l.707-.707" />
</g>
</svg>''')
icon_playlist_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 8H5" />
<path d="M5 12h7" />
<path d="M12 16H5" />
<path d="M16 14l4 4" />
<path d="M20 14l-4 4" />
</g>
</svg>''')
icon_armchair2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 10V6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v4" />
<path d="M16 15v-2a3 3 0 1 1 3 3v3H5v-3a3 3 0 1 1 3-3v2" />
<path d="M8 12h8" />
<path d="M7 19v2" />
<path d="M17 19v2" />
</g>
</svg>''')
icon_file_alert = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M12 17h.01" />
<path d="M12 11v3" />
</g>
</svg>''')
icon_chevrons_down_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 5v8H5" />
<path d="M17 9v8H9" />
</g>
</svg>''')
icon_number8 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="8" r="4" />
<circle cx="12" cy="16" r="4" />
</g>
</svg>''')
icon_forbid = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 9l6 6" />
</g>
</svg>''')
icon_switch2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 17h5l1.67-2.386m3.66-5.227L15 7h6" />
<path d="M18 4l3 3l-3 3" />
<path d="M3 7h5l7 10h6" />
<path d="M18 20l3-3l-3-3" />
</g>
</svg>''')
icon_brand_mastercard = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="14" cy="12" r="3" />
<path d="M12 9.765a3 3 0 1 0 0 4.47" />
<rect x="3" y="5" width="18" height="14" rx="2" />
</g>
</svg>''')
icon_calendar_stats = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11.795 21H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4" />
<path d="M18 14v4h4" />
<circle cx="18" cy="18" r="4" />
<path d="M15 3v4" />
<path d="M7 3v4" />
<path d="M3 11h16" />
</g>
</svg>''')
icon_diamond = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 5h12l3 5l-8.5 9.5a.7.7 0 0 1-1 0L3 10l3-5" />
<path d="M10 12L8 9.8l.6-1" />
</g>
</svg>''')
icon_align_justified = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h16" />
<path d="M4 12h16" />
<path d="M4 18h12" />
</g>
</svg>''')
icon_lock_open = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="11" width="14" height="10" rx="2" />
<circle cx="12" cy="16" r="1" />
<path d="M8 11V6a4 4 0 0 1 8 0" />
</g>
</svg>''')
icon_square_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 12l2 2l4-4" />
</g>
</svg>''')
icon_viewport_narrow = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12h7L7 9m0 6l3-3" />
<path d="M21 12h-7l3-3m0 6l-3-3" />
<path d="M9 6V3h6v3" />
<path d="M9 18v3h6v-3" />
</g>
</svg>''')
icon_location = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M21 3l-6.5 18a.55.55 0 0 1-1 0L10 14l-7-3.5a.55.55 0 0 1 0-1L21 3" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_brand_edge = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20.978 11.372a9 9 0 1 0-1.593 5.773" />
<path d="M20.978 11.372c.21 2.993-5.034 2.413-6.913 1.486c1.392-1.6.402-4.038-2.274-3.851c-1.745.122-2.927 1.157-2.784 3.202c.28 3.99 4.444 6.205 10.36 4.79" />
<path d="M3.022 12.628C2.739 8.585 11.739 5.4 14.27 9.94" />
<path d="M12.628 20.978c-2.993.21-5.162-4.725-3.567-9.748" />
</g>
</svg>''')
icon_ear = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1-2 2a8 8 0 0 0-2 3A4.5 4.5 0 0 1 8.2 20" />
<path d="M10 10a3 3 0 1 1 5 2.2" />
</g>
</svg>''')
icon_arrow_left_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 12H3" />
<path d="M6 9l-3 3l3 3" />
<circle cx="19" cy="12" r="2" />
</g>
</svg>''')
icon_brand_uber = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<rect x="9" y="9" width="6" height="6" rx="1" />
<path d="M3 12h6" />
</g>
</svg>''')
icon_highlight = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 19h4L17.5 8.5a2.828 2.828 0 1 0-4-4L3 15v4" />
<path d="M12.5 5.5l4 4" />
<path d="M4.5 13.5l4 4" />
<path d="M21 15v4h-8l4-4z" />
</g>
</svg>''')
icon_refresh_dot = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 11A8.1 8.1 0 0 0 4.5 9M4 5v4h4" />
<path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" />
<circle cx="12" cy="12" r="1" />
</g>
</svg>''')
icon_hammer = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 10l7.383 7.418c.823.82.823 2.148 0 2.967a2.11 2.11 0 0 1-2.976 0L10 13" />
<path d="M6.293 15.293l-2.586-2.586a1 1 0 0 1 0-1.414l7.586-7.586a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414l-7.586 7.586a1 1 0 0 1-1.414 0z" />
</g>
</svg>''')
icon_plane_arrival = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15.157 11.81l4.83 1.295a2 2 0 0 1-1.036 3.863L4.462 13.086L3.117 6.514l2.898.776l1.414 2.45l2.898.776l-.12-7.279l2.898.777z" />
<path d="M3 21h18" />
</g>
</svg>''')
icon_microphone_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1-.13.874m-2 2A3 3 0 0 1 9 10.002v-1" />
<path d="M5 10a7 7 0 0 0 10.846 5.85m2.002-2A6.967 6.967 0 0 0 19 10" />
<path d="M8 21h8" />
<path d="M12 17v4" />
</g>
</svg>''')
icon_chevrons_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 7l5 5l5-5" />
<path d="M7 13l5 5l5-5" />
</g>
</svg>''')
icon_arrow_up_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 7L7 17" />
<path d="M8 7h9v9" />
</g>
</svg>''')
icon_plane_inflight = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 11.085h5a2 2 0 1 1 0 4H5l-3-6h3l2 2h3l-2-7h3l4 7z" />
<path d="M3 21h18" />
</g>
</svg>''')
icon_brand_windows = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.8 20l-12-1.5c-1-.1-1.8-.9-1.8-1.9V7.4c0-1 .8-1.8 1.8-1.9l12-1.5c1.2-.1 2.2.8 2.2 1.9V18c0 1.2-1.1 2.1-2.2 1.9z" />
<path d="M12 5v14" />
<path d="M4 12h16" />
</g>
</svg>''')
icon_dimensions = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 5h11" />
<path d="M12 7l2-2l-2-2" />
<path d="M5 3L3 5l2 2" />
<path d="M19 10v11" />
<path d="M17 19l2 2l2-2" />
<path d="M21 12l-2-2l-2 2" />
<rect x="3" y="10" width="11" height="11" rx="2" />
</g>
</svg>''')
icon_arrow_bottom_bar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v18" />
<path d="M9 18l3 3l3-3" />
<path d="M9 3h6" />
</g>
</svg>''')
icon_vocabulary = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 19H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6a2 2 0 0 1 2 2a2 2 0 0 1 2-2h6a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-6a2 2 0 0 0-2 2a2 2 0 0 0-2-2z" />
<path d="M12 5v16" />
<path d="M7 7h1" />
<path d="M7 11h1" />
<path d="M16 7h1" />
<path d="M16 11h1" />
<path d="M16 15h1" />
</g>
</svg>''')
icon_printer = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 17h2a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2" />
<path d="M17 9V5a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v4" />
<rect x="7" y="13" width="10" height="8" rx="2" />
</g>
</svg>''')
icon_number9 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 8a4 4 0 1 0-8 0v1a4 4 0 1 0 8 0" />
<path d="M8 16a4 4 0 1 0 8 0V8" />
</g>
</svg>''')
icon_new_section = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 12h6" />
<path d="M12 9v6" />
<path d="M4 6V5a1 1 0 0 1 1-1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1-1 1h-1m-5 0h-2m-5 0H5a1 1 0 0 1-1-1v-1m0-5v-2m0-5" />
</g>
</svg>''')
icon_components = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12l3 3l3-3l-3-3z" />
<path d="M15 12l3 3l3-3l-3-3z" />
<path d="M9 6l3 3l3-3l-3-3z" />
<path d="M9 18l3 3l3-3l-3-3z" />
</g>
</svg>''')
icon_tag = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="8.5" cy="8.5" r="1" fill="currentColor" />
<path d="M4 7v3.859c0 .537.213 1.052.593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834-4.834a2.025 2.025 0 0 0 0-2.864L12.29 4.593A2.025 2.025 0 0 0 10.859 4H7a3 3 0 0 0-3 3z" />
</g>
</svg>''')
icon_layout_cards = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="6" height="16" rx="2" />
<rect x="14" y="4" width="6" height="10" rx="2" />
</g>
</svg>''')
icon_currency_krone_swedish = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 6v12" />
<path d="M5 12c3.5 0 6-3 6-6" />
<path d="M5 12c3.5 0 6 3 6 6" />
<path d="M15 10v8" />
<path d="M19 10a4 4 0 0 0-4 4" />
</g>
</svg>''')
icon_border_style = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20V6a2 2 0 0 1 2-2h14" />
<path d="M20 8v.01" />
<path d="M20 12v.01" />
<path d="M20 16v.01" />
<path d="M8 20v.01" />
<path d="M12 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
</g>
</svg>''')
icon_barcode = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 7V6a2 2 0 0 1 2-2h2" />
<path d="M4 17v1a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v1" />
<path d="M16 20h2a2 2 0 0 0 2-2v-1" />
<path d="M5 11h1v2H5z" />
<path d="M10 11v2" />
<path d="M14 11h1v2h-1z" />
<path d="M19 11v2" />
</g>
</svg>''')
icon_puzzle2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M12 4v2.5a.5.5 0 0 1-.5.5a1.5 1.5 0 0 0 0 3a.5.5 0 0 1 .5.5V12" />
<path d="M12 12v1.5a.5.5 0 0 0 .5.5a1.5 1.5 0 0 1 0 3a.5.5 0 0 0-.5.5V20" />
<path d="M20 12h-2.5a.5.5 0 0 1-.5-.5a1.5 1.5 0 0 0-3 0a.5.5 0 0 1-.5.5H12" />
<path d="M12 12h-1.5a.5.5 0 0 0-.5.5a1.5 1.5 0 0 1-3 0a.5.5 0 0 0-.5-.5H4" />
</g>
</svg>''')
icon_sun_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M16 12a4 4 0 0 0-4-4M9.166 9.177a4 4 0 0 0 5.66 5.654" />
<path d="M3 12h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7" />
</g>
</svg>''')
icon_fold_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 13V5L9 8m6 0l-3-3" />
<path d="M9 17h1" />
<path d="M14 17h1" />
<path d="M19 17h1" />
<path d="M4 17h1" />
</g>
</svg>''')
icon_copy = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="8" width="12" height="12" rx="2" />
<path d="M16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2" />
</g>
</svg>''')
icon_chart_dots = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3v18h18" />
<circle cx="9" cy="9" r="2" />
<circle cx="19" cy="7" r="2" />
<circle cx="14" cy="15" r="2" />
<path d="M10.16 10.62l2.34 2.88" />
<path d="M15.088 13.328l2.837-4.586" />
</g>
</svg>''')
icon_forbid2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 15l6-6" />
</g>
</svg>''')
icon_currency_shekel = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 18V6h4a4 4 0 0 1 4 4v4" />
<path d="M18 6v12h-4a4 4 0 0 1-4-4v-4" />
</g>
</svg>''')
icon_hourglass = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6.5 7h11" />
<path d="M6.5 17h11" />
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1z" />
<path d="M6 4v2a6 6 0 1 0 12 0V4a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z" />
</g>
</svg>''')
icon_meat = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13.62 8.382l1.966-1.967A2 2 0 1 1 19 5a2 2 0 1 1-1.413 3.414l-1.82 1.821" />
<ellipse transform="rotate(45 8.025 16.475)" cx="8.025" cy="16.475" rx="7" ry="3" />
<path d="M7.5 16l1 1" />
<path d="M12.975 21.425c3.905-3.906 4.855-9.288 2.121-12.021c-2.733-2.734-8.115-1.784-12.02 2.121" />
</g>
</svg>''')
icon_tir = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M7 18h8m4 0h2v-6a5 7 0 0 0-5-7h-1l1.5 7H21" />
<path d="M12 18V5h3" />
<path d="M3 17v-5h9" />
</g>
</svg>''')
icon_corner_down_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 6v6a3 3 0 0 1-3 3H5l4-4m0 8l-4-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_comet = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15.5 18.5l-3 1.5l.5-3.5l-2-2l3-.5l1.5-3l1.5 3l3 .5l-2 2l.5 3.5z" />
<path d="M4 4l7 7" />
<path d="M9 4l3.5 3.5" />
<path d="M4 9l3.5 3.5" />
</g>
</svg>''')
icon_moon = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 3h.393a7.5 7.5 0 0 0 7.92 12.446A9 9 0 1 1 12 2.992z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_bell_ringing = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6" />
<path d="M9 17v1a3 3 0 0 0 6 0v-1" />
<path d="M21 6.727A11.05 11.05 0 0 0 18.206 3" />
<path d="M3 6.727A11.05 11.05 0 0 1 5.792 3" />
</g>
</svg>''')
icon_player_play = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 4v16l13-8z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_hand_move = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13V4.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M11 11.5v-2a1.5 1.5 0 0 1 3 0V12" />
<path d="M14 10.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7L7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
<path d="M2.541 5.594a13.487 13.487 0 0 1 2.46-1.427" />
<path d="M14 3.458a13.44 13.44 0 0 1 3.685 1.612" />
</g>
</svg>''')
icon_sort_ascending = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h7" />
<path d="M4 12h7" />
<path d="M4 18h9" />
<path d="M15 9l3-3l3 3" />
<path d="M18 6v12" />
</g>
</svg>''')
icon_language_hiragana = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 5h7" />
<path d="M7 4c0 4.846 0 7 .5 8" />
<path d="M10 8.5c0 2.286-2 4.5-3.5 4.5S4 11.865 4 11c0-2 1-3 3-3s5 .57 5 2.857c0 1.524-.667 2.571-2 3.143" />
<path d="M12 20l4-9l4 9" />
<path d="M19.1 18h-6.2" />
</g>
</svg>''')
icon_letter_p = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 20V4h5.5a4 4 0 0 1 0 9H7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_toilet_paper = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="6" cy="10" rx="3" ry="7" />
<path d="M21 10c0-3.866-1.343-7-3-7" />
<path d="M6 3h12" />
<path d="M21 10v10l-3-1l-3 2l-3-3l-3 2V10" />
<path d="M6 10h.01" />
</g>
</svg>''')
icon_browser_plus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="1" />
<path d="M4 8h16" />
<path d="M8 4v4" />
<path d="M10 14h4" />
<path d="M12 12v4" />
</g>
</svg>''')
icon_building_bank = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h18" />
<path d="M3 10h18" />
<path d="M5 6l7-3l7 3" />
<path d="M4 10v11" />
<path d="M20 10v11" />
<path d="M8 14v3" />
<path d="M12 14v3" />
<path d="M16 14v3" />
</g>
</svg>''')
icon_table_export = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M11.5 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7.5M4 10h16M10 4v16m4-1h7m-3-3l3 3l-3 3" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_letter_case_upper = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 19V8.5a3.5 3.5 0 0 1 7 0V19" />
<path d="M3 13h7" />
<path d="M14 19V8.5a3.5 3.5 0 0 1 7 0V19" />
<path d="M14 13h7" />
</g>
</svg>''')
icon_bold = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 5h6a3.5 3.5 0 0 1 0 7H7z" />
<path d="M13 12h1a3.5 3.5 0 0 1 0 7H7v-7" />
</g>
</svg>''')
icon_layout_sidebar_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M15 4v16" />
</g>
</svg>''')
icon_battery4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 7h11a2 2 0 0 1 2 2v.5a.5.5 0 0 0 .5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5a.5.5 0 0 0-.5.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2" />
<path d="M7 10v4" />
<path d="M10 10v4" />
<path d="M13 10v4" />
<path d="M16 10v4" />
</g>
</svg>''')
icon_letter_o = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 9a5 5 0 0 0-5-5h-2a5 5 0 0 0-5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5-5V9" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_axe = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 9l7.383 7.418c.823.82.823 2.148 0 2.967a2.11 2.11 0 0 1-2.976 0L10 12" />
<path d="M6.66 15.66l-3.32-3.32a1.25 1.25 0 0 1 .42-2.044L7 9l6-6l3 3l-6 6l-1.296 3.24a1.25 1.25 0 0 1-2.044.42z" />
</g>
</svg>''')
icon_trees = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 5l3 3l-2 1l4 4l-3 1l4 4h-9" />
<path d="M15 21v-3" />
<path d="M8 13l-2-2" />
<path d="M8 12l2-2" />
<path d="M8 21V8" />
<path d="M5.824 15.995a3 3 0 0 1-2.743-3.69a2.998 2.998 0 0 1 .304-4.833A3 3 0 0 1 8 3.765a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833A3 3 0 0 1 10 16H6z" />
</g>
</svg>''')
icon_brand_messenger = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 20l1.3-3.9A9 8 0 1 1 7.7 19L3 20" />
<path d="M8 13l3-2l2 2l3-2" />
</g>
</svg>''')
icon_umbrella = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12a8 8 0 0 1 16 0z" />
<path d="M12 12v6a2 2 0 0 0 4 0" />
</g>
</svg>''')
icon_file_certificate = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M5 8V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2h-5" />
<circle cx="6" cy="14" r="3" />
<path d="M4.5 17L3 22l3-1.5L9 22l-1.5-5" />
</g>
</svg>''')
icon_stars = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.8 19.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411l-1.757-1.707a.389.389 0 0 1 .217-.665l2.428-.352l1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193l2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707l.414 2.41a.39.39 0 0 1-.567.411L17.8 19.817z" />
<path d="M6.2 19.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411l-1.757-1.707a.389.389 0 0 1 .217-.665l2.428-.352l1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193l2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707l.414 2.41a.39.39 0 0 1-.567.411L6.2 19.817z" />
<path d="M12 9.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411l-1.757-1.707a.389.389 0 0 1 .217-.665l2.428-.352l1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193l2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707l.414 2.41a.39.39 0 0 1-.567.411L12 9.817z" />
</g>
</svg>''')
icon_stack = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 6l-8 4l8 4l8-4l-8-4" />
<path d="M4 14l8 4l8-4" />
</g>
</svg>''')
icon_letter_case = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="17.5" cy="15.5" r="3.5" />
<path d="M3 19V8.5a3.5 3.5 0 0 1 7 0V19" />
<path d="M3 13h7" />
<path d="M21 12v7" />
</g>
</svg>''')
icon_letter_m = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 20V4l6 14l6-14v16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_user_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
<path d="M17 9l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_circle_half_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M3 12h18" />
</g>
</svg>''')
icon_id_badge = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="3" width="14" height="18" rx="3" />
<circle cx="12" cy="13" r="2" />
<path d="M10 6h4" />
<path d="M9 18h6" />
</g>
</svg>''')
icon_layout_sidebar_right_expand = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M15 4v16" />
<path d="M10 10l-2 2l2 2" />
</g>
</svg>''')
icon_math = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 13l4 4m0-4l-4 4" />
<path d="M20 5h-7L9 19l-3-6H4" />
</g>
</svg>''')
icon_alert_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M12 8v4" />
<path d="M12 16h.01" />
</g>
</svg>''')
icon_badge = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M17 17V4l-5 3l-5-3v13l5 3z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_phone_pause = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2" />
<path d="M20 3v4" />
<path d="M16 3v4" />
</g>
</svg>''')
icon_beach = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.553 16.75a7.5 7.5 0 0 0-10.606 0" />
<path d="M18 3.804A6 6 0 0 0 9.804 6l10.392 6A6 6 0 0 0 18 3.804z" />
<path d="M16.732 10C18.39 7.13 18.957 4.356 18 3.804C17.043 3.252 14.925 5.13 13.268 8" />
<path d="M15 9l-3 5.196" />
<path d="M3 19.25A2.4 2.4 0 0 1 4 19a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 1 .25" />
</g>
</svg>''')
icon_caret_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9 18l6-6l-6-6v12" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_sailboat = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1" />
<path d="M4 18l-1-3h18l-1 3" />
<path d="M11 12h7l-7-9v9" />
<path d="M8 7l-2 5" />
</g>
</svg>''')
icon_grip_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="9" r="1" />
<circle cx="5" cy="15" r="1" />
<circle cx="12" cy="9" r="1" />
<circle cx="12" cy="15" r="1" />
<circle cx="19" cy="9" r="1" />
<circle cx="19" cy="15" r="1" />
</g>
</svg>''')
icon_fence = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12v4h16v-4z" />
<path d="M6 16v4h4v-4m0-4V6L8 4L6 6v6" />
<path d="M14 16v4h4v-4m0-4V6l-2-2l-2 2v6" />
</g>
</svg>''')
icon_arrows_double_se_nw = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 10l11 11" />
<path d="M14 17v4h-4" />
<path d="M14 3h-4v4" />
<path d="M21 14L10 3" />
</g>
</svg>''')
icon_box_multiple8 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<circle cx="14" cy="8" r="2" />
<circle cx="14" cy="12" r="2" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_bucket = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 9l-2 9a2 2.5 0 0 1-2 2H9a2 2.5 0 0 1-2-2L5 9z" />
<path d="M7 9a5 5 0 0 1 10 0" />
</g>
</svg>''')
icon_brand_google_drive = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 10L6 20l-3-5L9 5z" />
<path d="M9 15h12l-3 5H6" />
<path d="M15 15L9 5h6l6 10z" />
</g>
</svg>''')
icon_sitemap = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="15" width="6" height="6" rx="2" />
<rect x="15" y="15" width="6" height="6" rx="2" />
<rect x="9" y="3" width="6" height="6" rx="2" />
<path d="M6 15v-1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1" />
<path d="M12 9v3" />
</g>
</svg>''')
icon_chevrons_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 7l5 5l-5 5" />
<path d="M13 7l5 5l-5 5" />
</g>
</svg>''')
icon_brand_google_play = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 3.71v16.58a.7.7 0 0 0 1.05.606l14.622-8.42a.55.55 0 0 0 0-.953L5.05 3.104A.7.7 0 0 0 4 3.711z" />
<path d="M15 9L4.5 20.5" />
<path d="M4.5 3.5L15 15" />
</g>
</svg>''')
icon_folder_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" />
<path d="M9 13h6" />
</g>
</svg>''')
icon_brand_steam = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16.5 5a4.5 4.5 0 1 1-.653 8.953L11.5 16.962V17a3 3 0 0 1-2.824 2.995L8.5 20a3 3 0 0 1-2.94-2.402L3 16.5V13l3.51 1.755a2.989 2.989 0 0 1 2.834-.635l2.727-3.818A4.5 4.5 0 0 1 16.5 5z" />
<circle fill="currentColor" cx="16.5" cy="9.5" r="1" />
</g>
</svg>''')
icon_mist = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 5h3m4 0h9" />
<path d="M3 10h11m4 0h1" />
<path d="M5 15h5m4 0h7" />
<path d="M3 20h9m4 0h3" />
</g>
</svg>''')
icon_puzzle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 7h3a1 1 0 0 0 1-1V5a2 2 0 0 1 4 0v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 0 4h-1a1 1 0 0 0-1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1a2 2 0 0 0-4 0v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1a2 2 0 0 0 0-4H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_mood_confuzed = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M9.5 16a10 10 0 0 1 6-1.5" />
</g>
</svg>''')
icon_brackets = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 4H5v16h3" />
<path d="M16 4h3v16h-3" />
</g>
</svg>''')
icon_square_half = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 4v16" />
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M12 13l7.5-7.5" />
<path d="M12 18l8-8" />
<path d="M15 20l5-5" />
<path d="M12 8l4-4" />
</g>
</svg>''')
icon_building_church = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h18" />
<path d="M10 21v-4a2 2 0 0 1 4 0v4" />
<path d="M10 5h4" />
<path d="M12 3v5" />
<path d="M6 21v-7m-2 2l8-8l8 8m-2-2v7" />
</g>
</svg>''')
icon_chart_candle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="6" width="4" height="5" rx="1" />
<path d="M6 4v2" />
<path d="M6 11v9" />
<rect x="10" y="14" width="4" height="5" rx="1" />
<path d="M12 4v10" />
<path d="M12 19v1" />
<rect x="16" y="5" width="4" height="6" rx="1" />
<path d="M18 4v1" />
<path d="M18 11v9" />
</g>
</svg>''')
icon_file_digit = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<rect x="9" y="12" width="3" height="5" rx="1" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M15 12v5" />
</g>
</svg>''')
icon_atom2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<path d="M12 21v.01" />
<path d="M3 9v.01" />
<path d="M21 9v.01" />
<path d="M8 20.1A9 9 0 0 1 3 13" />
<path d="M16 20.1a9 9 0 0 0 5-7.1" />
<path d="M6.2 5a9 9 0 0 1 11.4 0" />
</g>
</svg>''')
icon_dots_circle_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M8 12v.01" />
<path d="M12 12v.01" />
<path d="M16 12v.01" />
</g>
</svg>''')
icon_triangle_square_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3l-4 7h8z" />
<circle cx="17" cy="17" r="3" />
<rect x="4" y="14" width="6" height="6" rx="1" />
</g>
</svg>''')
icon_trending_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 7l6 6l4-4l8 8" />
<path d="M21 10v7h-7" />
</g>
</svg>''')
icon_trademark = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.5 9h5M7 9v6" />
<path d="M13 15V9l3 4l3-4v6" />
</g>
</svg>''')
icon_asterisk_simple = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12V3" />
<path d="M12 12L3 9.5" />
<path d="M12 12l9-2.5" />
<path d="M12 12l6 8.5" />
<path d="M12 12l-6 8.5" />
</g>
</svg>''')
icon_stack3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2L4 6l8 4l8-4l-8-4" />
<path d="M4 10l8 4l8-4" />
<path d="M4 18l8 4l8-4" />
<path d="M4 14l8 4l8-4" />
</g>
</svg>''')
icon_refresh = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 11A8.1 8.1 0 0 0 4.5 9M4 5v4h4" />
<path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" />
</g>
</svg>''')
icon_building_fortress = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 21h1a1 1 0 0 0 1-1v-1h0a3 3 0 0 1 6 0m3 2h1a1 1 0 0 0 1-1V5l-3-2l-3 2v6h-4V5L7 3L4 5v15a1 1 0 0 0 1 1h2m8-2v1a1 1 0 0 0 1 1h2" />
<path d="M7 7h0v.01" />
<path d="M7 10h0v.01" />
<path d="M7 13h0v.01" />
<path d="M17 7h0v.01" />
<path d="M17 10h0v.01" />
<path d="M17 13h0v.01" />
</g>
</svg>''')
icon_shopping_cart_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="19" r="2" />
<circle cx="17" cy="19" r="2" />
<path d="M17 17H6V3H4" />
<path d="M6 5l7.999.571m5.43 4.43L19 13H6" />
<path d="M17 3l4 4" />
<path d="M21 3l-4 4" />
</g>
</svg>''')
icon_direction_horizontal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 9l-3 3l3 3" />
<path d="M14 9l3 3l-3 3" />
</g>
</svg>''')
icon_file_like = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="16" width="3" height="5" rx="1" />
<path d="M6 20a1 1 0 0 0 1 1h3.756a1 1 0 0 0 .958-.713l1.2-3c.09-.303.133-.63-.056-.884C12.67 16.149 12.316 16 12 16h-2v-2.467a1.1 1.1 0 0 0-2.015-.61L6 16v4z" />
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M5 12.1V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2h-2.3" />
</g>
</svg>''')
icon_report_search = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 5H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h5.697" />
<path d="M18 12V7a2 2 0 0 0-2-2h-2" />
<rect x="8" y="3" width="6" height="4" rx="2" />
<path d="M8 11h4" />
<path d="M8 15h3" />
<circle cx="16.5" cy="17.5" r="2.5" />
<path d="M18.5 19.5L21 22" />
</g>
</svg>''')
icon_mood_kid = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M9.5 15a3.5 3.5 0 0 0 5 0" />
<path d="M12 3a2 2 0 0 0 0 4" />
</g>
</svg>''')
icon_receipt = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16l-3-2l-2 2l-2-2l-2 2l-2-2l-3 2M9 7h6m-6 4h6m-2 4h2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrows_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 17H3" />
<path d="M18 4l3 3l-3 3" />
<path d="M18 20l3-3l-3-3" />
<path d="M21 7H3" />
</g>
</svg>''')
icon_folder = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_h6 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle transform="rotate(180 19 16)" cx="19" cy="16" r="2" />
<path d="M21 12a2 2 0 1 0-4 0v4" />
<path d="M4 6v12" />
<path d="M12 6v12" />
<path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</g>
</svg>''')
icon_activity = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3 12h4l3 8l4-16l3 8h4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_file_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M7 3h7l5 5v7m0 4a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5" />
</g>
</svg>''')
icon_letter_r = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 20V4h5.5a4 4 0 0 1 0 9H7" />
<path d="M12 13l5 7" />
</g>
</svg>''')
icon_radius_bottom_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M19 5v6a8 8 0 0 1-8 8H5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrow_left_bar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12H3" />
<path d="M6 9l-3 3l3 3" />
<path d="M21 9v6" />
</g>
</svg>''')
icon_layout_sidebar_left_collapse = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 4v16" />
<path d="M15 10l-2 2l2 2" />
</g>
</svg>''')
icon_arrow_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 5v14" />
<path d="M18 13l-6 6" />
<path d="M6 13l6 6" />
</g>
</svg>''')
icon_brand_figma = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="15" cy="12" r="3" />
<rect x="6" y="3" width="12" height="6" rx="3" />
<path d="M9 9a3 3 0 0 0 0 6h3m-3 0a3 3 0 1 0 3 3V3" />
</g>
</svg>''')
icon_ambulance = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M5 17H3V6a1 1 0 0 1 1-1h9v12m-4 0h6m4 0h2v-6h-8m0-5h5l3 5" />
<path d="M6 10h4M8 8v4" />
</g>
</svg>''')
icon_chevron_up_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8 8h8v8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_panorama_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18.463 4.338c-1.932 5.106-1.932 10.211 0 15.317A1 1 0 0 1 17.529 21h-11c-.692 0-1.208-.692-.962-1.34c1.932-5.107 1.932-10.214 0-15.321C5.321 3.691 5.81 3 6.502 3H17.53c.693 0 1.18.691.935 1.338z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_briefcase = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="7" width="18" height="13" rx="2" />
<path d="M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" />
<path d="M12 12v.01" />
<path d="M3 13a20 20 0 0 0 18 0" />
</g>
</svg>''')
icon_coffee = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 14c.83.642 2.077 1.017 3.5 1c1.423.017 2.67-.358 3.5-1c.83-.642 2.077-1.017 3.5-1c1.423-.017 2.67.358 3.5 1" />
<path d="M8 3a2.4 2.4 0 0 0-1 2a2.4 2.4 0 0 0 1 2" />
<path d="M12 3a2.4 2.4 0 0 0-1 2a2.4 2.4 0 0 0 1 2" />
<path d="M3 10h14v5a6 6 0 0 1-6 6H9a6 6 0 0 1-6-6v-5z" />
<path d="M16.746 16.726a3 3 0 1 0 .252-5.555" />
</g>
</svg>''')
icon_zodiac_taurus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 3a6 6 0 0 0 12 0" />
<circle cx="12" cy="15" r="6" />
</g>
</svg>''')
icon_brand_behance = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 18V6h4.5a3 3 0 0 1 0 6a3 3 0 0 1 0 6H3" />
<path d="M3 12h4.5" />
<path d="M14 13h7a3.5 3.5 0 0 0-7 0v2a3.5 3.5 0 0 0 6.64 1" />
<path d="M16 6h3" />
</g>
</svg>''')
icon_hand_three_fingers = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13V4.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
<path d="M11 5.5v-2a1.5 1.5 0 1 1 3 0V12" />
<path d="M14 5.5a1.5 1.5 0 0 1 3 0V12" />
</g>
</svg>''')
icon_typography = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20h3" />
<path d="M14 20h7" />
<path d="M6.9 15h6.9" />
<path d="M10.2 6.3L16 20" />
<path d="M5 20l6-16h2l7 16" />
</g>
</svg>''')
icon_brand_flickr = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="12" r="3" />
<circle cx="17" cy="12" r="3" />
</g>
</svg>''')
icon_brand_docker = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 12.54c-1.804-.345-2.701-1.08-3.523-2.94c-.487.696-1.102 1.568-.92 2.4c.028.238-.32 1.002-.557 1H3c0 5.208 3.164 7 6.196 7c4.124.022 7.828-1.376 9.854-5c1.146-.101 2.296-1.505 2.95-2.46z" />
<path d="M5 10h3v3H5z" />
<path d="M8 10h3v3H8z" />
<path d="M11 10h3v3h-3z" />
<path d="M8 7h3v3H8z" />
<path d="M11 7h3v3h-3z" />
<path d="M11 4h3v3h-3z" />
<path d="M4.571 18c1.5 0 2.047-.074 2.958-.78" />
<path d="M10 16v.01" />
</g>
</svg>''')
icon_brand_twitter = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M22 4.01c-1 .49-1.98.689-3 .99c-1.121-1.265-2.783-1.335-4.38-.737S11.977 6.323 12 8v1c-3.245.083-6.135-1.395-8-4c0 0-4.182 7.433 4 11c-1.872 1.247-3.739 2.088-6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58-1.04 6.522-3.723 7.651-7.742a13.84 13.84 0 0 0 .497-3.753C20.18 7.773 21.692 5.25 22 4.009z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_book2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 4v16H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12z" />
<path d="M19 16H7a2 2 0 0 0-2 2" />
<path d="M9 8h6" />
</g>
</svg>''')
icon_headset = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="13" rx="2" width="4" height="6" />
<rect x="16" y="13" rx="2" width="4" height="6" />
<path d="M4 15v-3a8 8 0 0 1 16 0v3" />
<path d="M18 19a6 3 0 0 1-6 3" />
</g>
</svg>''')
icon_letter_s = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M17 8a4 4 0 0 0-4-4h-2a4 4 0 0 0 0 8h2a4 4 0 0 1 0 8h-2a4 4 0 0 1-4-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_letter_n = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 20V4l10 16V4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_message_report = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 21V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8l-4 4" />
<path d="M12 8v3" />
<path d="M12 14v.01" />
</g>
</svg>''')
icon_arrow_right_bar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 15l3-3l-3-3" />
<path d="M3 12h18" />
<path d="M3 9v6" />
</g>
</svg>''')
icon_arrow_autofit_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8" />
<path d="M18 4v17" />
<path d="M15 18l3 3l3-3" />
</g>
</svg>''')
icon_volume = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 8a5 5 0 0 1 0 8" />
<path d="M17.7 5a9 9 0 0 1 0 14" />
<path d="M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15" />
</g>
</svg>''')
icon_language_katakana = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 5h6.586a1 1 0 0 1 .707 1.707L11 8" />
<path d="M8 8c0 1.5.5 3-2 5" />
<path d="M12 20l4-9l4 9" />
<path d="M19.1 18h-6.2" />
</g>
</svg>''')
icon_grid_dots = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="5" r="1" />
<circle cx="12" cy="5" r="1" />
<circle cx="19" cy="5" r="1" />
<circle cx="5" cy="12" r="1" />
<circle cx="12" cy="12" r="1" />
<circle cx="19" cy="12" r="1" />
<circle cx="5" cy="19" r="1" />
<circle cx="12" cy="19" r="1" />
<circle cx="19" cy="19" r="1" />
</g>
</svg>''')
icon_file_download = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M12 11v6" />
<path d="M9 14l3 3l3-3" />
</g>
</svg>''')
icon_cross = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M10 21h4v-9h5V8h-5V3h-4v5H5v4h5z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_power = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 6a7.75 7.75 0 1 0 10 0" />
<path d="M12 4v8" />
</g>
</svg>''')
icon_tallymark1 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 5v14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrow_down_right_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M15 15H9" />
<path d="M15 9v6L9 9" />
</g>
</svg>''')
icon_brand_sketch = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3.262 10.878l8 8.789c.4.44 1.091.44 1.491 0l8-8.79c.313-.344.349-.859.087-1.243L17.303 4.44a1 1 0 0 0-.823-.436H7.554a1 1 0 0 0-.823.436l-3.54 5.192c-.263.385-.227.901.087 1.246z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_virus_search = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 12a5 5 0 1 0-5 5" />
<path d="M12 7V3m-1 0h2" />
<path d="M15.536 8.464l2.828-2.828m-.707-.707l1.414 1.414" />
<path d="M17 12h4m0-1v2" />
<path d="M12 17v4m1 0h-2" />
<path d="M8.464 15.536l-2.828 2.828m.707.707L4.93 17.657" />
<path d="M7 12H3m0 1v-2" />
<path d="M8.464 8.464L5.636 5.636m-.707.707L6.343 4.93" />
<circle cx="17.5" cy="17.5" r="2.5" />
<path d="M19.5 19.5L22 22" />
</g>
</svg>''')
icon_dashboard = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="13" r="2" />
<path d="M13.45 11.55L15.5 9.5" />
<path d="M6.4 20a9 9 0 1 1 11.2 0z" />
</g>
</svg>''')
icon_currency_riyal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 9v2a2 2 0 1 1-4 0v-1v1a2 2 0 1 1-4 0v-1v4a2 2 0 1 1-4 0v-2" />
<path d="M18 12.01V12" />
<path d="M22 10v1a5 5 0 0 1-5 5" />
</g>
</svg>''')
icon_face_id = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 8V6a2 2 0 0 1 2-2h2" />
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2-2v-2" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
<path d="M9.5 15a3.5 3.5 0 0 0 5 0" />
</g>
</svg>''')
icon_lemon2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94.873 6.917-1.892 9.682c-2.765 2.765-6.743 3.442-9.682 1.892a2 2 0 1 1-2.796-2.796c-1.55-2.94-.873-6.917 1.892-9.682c2.765-2.765 6.743-3.442 9.682-1.892A1.999 1.999 0 0 1 18 4z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrow_wave_right_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 10h4v4" />
<path d="M3 12c.887-1.284 2.48-2.033 4-2c1.52-.033 3.113.716 4 2s2.48 2.033 4 2c1.52.033 3-1 4-2l2-2" />
</g>
</svg>''')
icon_arrow_down_left_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M15 9l-6 6" />
<path d="M15 15H9V9" />
</g>
</svg>''')
icon_box_margin = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 8h8v8H8z" />
<path d="M4 4v.01" />
<path d="M8 4v.01" />
<path d="M12 4v.01" />
<path d="M16 4v.01" />
<path d="M20 4v.01" />
<path d="M4 20v.01" />
<path d="M8 20v.01" />
<path d="M12 20v.01" />
<path d="M16 20v.01" />
<path d="M20 20v.01" />
<path d="M20 16v.01" />
<path d="M20 12v.01" />
<path d="M20 8v.01" />
<path d="M4 16v.01" />
<path d="M4 12v.01" />
<path d="M4 8v.01" />
</g>
</svg>''')
icon_arrow_bar_to_right = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 12H4" />
<path d="M14 12l-4 4" />
<path d="M14 12l-4-4" />
<path d="M20 4v16" />
</g>
</svg>''')
icon_brand_python = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 9H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h3" />
<path d="M12 15h7a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3" />
<path d="M8 9V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4" />
<path d="M11 6v.01" />
<path d="M13 18v.01" />
</g>
</svg>''')
icon_grid_pattern = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M10 8v8" />
<path d="M14 8v8" />
<path d="M8 10h8" />
<path d="M8 14h8" />
</g>
</svg>''')
icon_relation_one_to_one = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M8 10h1v4" />
<path d="M15 10h1v4" />
<path d="M12 10.5v.01" />
<path d="M12 13.5v.01" />
</g>
</svg>''')
icon_arrows_double_sw_ne = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3L3 14" />
<path d="M3 10v4h4" />
<path d="M17 10h4v4" />
<path d="M10 21l11-11" />
</g>
</svg>''')
icon_sort_descending2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="5" y="5" width="5" height="5" rx=".5" />
<rect x="5" y="14" width="5" height="5" rx=".5" />
<path d="M14 15l3 3l3-3" />
<path d="M17 18V6" />
</g>
</svg>''')
icon_letter_v = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 4l6 16l6-16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_braces = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 4a2 2 0 0 0-2 2v3a2 3 0 0 1-2 3a2 3 0 0 1 2 3v3a2 2 0 0 0 2 2" />
<path d="M17 4a2 2 0 0 1 2 2v3a2 3 0 0 0 2 3a2 3 0 0 0-2 3v3a2 2 0 0 1-2 2" />
</g>
</svg>''')
icon_photo_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M15 8h.01" />
<path d="M19.121 19.122A3 3 0 0 1 17 20H7a3 3 0 0 1-3-3V7c0-.833.34-1.587.888-2.131M8 4h9a3 3 0 0 1 3 3v9" />
<path d="M4 15l4-4c.928-.893 2.072-.893 3 0l5 5" />
<path d="M16.32 12.34c.577-.059 1.162.162 1.68.66l2 2" />
</g>
</svg>''')
icon_corner_right_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 18h6a3 3 0 0 0 3-3V5l-4 4m8 0l-4-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_premium_rights = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M13.867 9.75c-.246-.48-.708-.769-1.2-.75h-1.334C10.597 9 10 9.67 10 10.5c0 .827.597 1.499 1.333 1.499h1.334c.736 0 1.333.671 1.333 1.5c0 .828-.597 1.499-1.333 1.499h-1.334c-.492.019-.954-.27-1.2-.75" />
<path d="M12 7v2" />
<path d="M12 15v2" />
</g>
</svg>''')
icon_cup = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 11h14V8H5z" />
<path d="M17.5 11L16 21H8L6.5 11" />
<path d="M6 8V7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1" />
<path d="M15 5V3" />
</g>
</svg>''')
icon_filter = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5.5 5h13a1 1 0 0 1 .5 1.5L14 12v7l-4-3v-4L5 6.5A1 1 0 0 1 5.5 5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_bottle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5h4V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2z" />
<path d="M14 3.5c0 1.626.507 3.212 1.45 4.537l.05.07a8.093 8.093 0 0 1 1.5 4.694V19a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-6.2c0-1.682.524-3.322 1.5-4.693l.05-.07A7.823 7.823 0 0 0 10 3.5" />
<path d="M7.003 14.803A2.4 2.4 0 0 0 8 14a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 1-.805" />
</g>
</svg>''')
icon_bug = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 9V8a3 3 0 0 1 6 0v1" />
<path d="M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1-10 0v-3a6 6 0 0 1 1-3" />
<path d="M3 13h4" />
<path d="M17 13h4" />
<path d="M12 20v-6" />
<path d="M4 19l3.35-2" />
<path d="M20 19l-3.35-2" />
<path d="M4 7l3.75 2.4" />
<path d="M20 7l-3.75 2.4" />
</g>
</svg>''')
icon_plug = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 6l8 8l-2 2a5.657 5.657 0 1 1-8-8l2-2z" />
<path d="M4 20l4-4" />
<path d="M15 4l-3.5 3.5" />
<path d="M20 9l-3.5 3.5" />
</g>
</svg>''')
icon_ruler = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 4h14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-7a1 1 0 0 0-1 1v7a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1" />
<path d="M4 8h2" />
<path d="M4 12h3" />
<path d="M4 16h2" />
<path d="M8 4v2" />
<path d="M12 4v3" />
<path d="M16 4v2" />
</g>
</svg>''')
icon_arrow_bar_down = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 20V10" />
<path d="M12 20l4-4" />
<path d="M12 20l-4-4" />
<path d="M4 4h16" />
</g>
</svg>''')
icon_currency_renminbi = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 9v8a2 2 0 1 0 4 0" />
<path d="M19 9H5" />
<path d="M19 5H5" />
<path d="M9 9v4c0 2.5-.667 4-2 6" />
</g>
</svg>''')
icon_device_watch_stats2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="6" y="6" width="12" height="12" rx="3" />
<path d="M9 18v3h6v-3" />
<path d="M9 6V3h6v3" />
<path d="M12 10a2 2 0 1 0 2 2" />
</g>
</svg>''')
icon_currency_lira = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5v15a7 7 0 0 0 7-7" />
<path d="M6 15l8-4" />
<path d="M14 7l-8 4" />
</g>
</svg>''')
icon_atom = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12v.01" />
<path d="M19.071 4.929a4 10 45 0 0-9.9 4.243a4 10 45 0 0-4.242 9.9a4 10 45 0 0 9.9-4.244a4 10 45 0 0 4.242-9.9" />
<path d="M4.929 4.929a10 4 45 0 0 4.243 9.9a10 4 45 0 0 9.9 4.242a10 4 45 0 0-4.244-9.9a10 4 45 0 0-9.9-4.242" />
</g>
</svg>''')
icon_robot = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 7h10a2 2 0 0 1 2 2v1l1 1v3l-1 1v3a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3l-1-1v-3l1-1V9a2 2 0 0 1 2-2z" />
<path d="M10 16h4" />
<circle cx="8.5" cy="11.5" r=".5" fill="currentColor" />
<circle cx="15.5" cy="11.5" r=".5" fill="currentColor" />
<path d="M9 7L8 3" />
<path d="M15 7l1-4" />
</g>
</svg>''')
icon_chevron_down_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8 8v8h8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_ball_football_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20.041 16.046A9 9 0 0 0 7.957 3.956M5.634 5.639a9 9 0 0 0 12.726 12.73" />
<path d="M12 7l4.755 3.455l-.566 1.743l-.98 3.014L15 16H9l-1.755-5.545l1.86-1.351l2.313-1.681z" />
<path d="M12 7V3" />
<path d="M15 16l2.5 3" />
<path d="M16.755 10.455L20.5 9" />
<path d="M9.061 16.045L6.5 19" />
<path d="M7.245 10.455L3.5 9" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_swimming = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="16" cy="9" r="1" />
<path d="M6 11l4-2l3.5 3l-1.5 2" />
<path d="M3 16.75A2.4 2.4 0 0 0 4 17a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1-.25" />
</g>
</svg>''')
icon_circle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_menu = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 8h16" />
<path d="M4 16h16" />
</g>
</svg>''')
icon_arrow_down_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 7L7 17" />
<path d="M16 17H7V8" />
</g>
</svg>''')
icon_virus_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M8.469 8.46a5 5 0 0 0 7.058 7.084m1.386-2.608a5 5 0 0 0-5.826-5.853" />
<path d="M12 7V3m-1 0h2" />
<path d="M15.536 8.464l2.828-2.828m-.707-.707l1.414 1.414" />
<path d="M17 12h4m0-1v2" />
<path d="M18.364 18.364l-.707.707" />
<path d="M12 17v4m1 0h-2" />
<path d="M8.464 15.536l-2.828 2.828m.707.707L4.93 17.657" />
<path d="M7 12H3m0 1v-2" />
<path d="M5.636 5.636l-.707.707" />
</g>
</svg>''')
icon_wifi_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 18h.01" />
<path d="M9.172 15.172a4 4 0 0 1 5.656 0" />
<path d="M6.343 12.343a7.963 7.963 0 0 1 3.864-2.14m4.163.155a7.965 7.965 0 0 1 3.287 2" />
<path d="M3.515 9.515A12 12 0 0 1 7.059 7.06m3.101-.92a12 12 0 0 1 10.325 3.374" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_number6 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 16a4 4 0 1 0 8 0v-1a4 4 0 1 0-8 0" />
<path d="M16 8a4 4 0 1 0-8 0v8" />
</g>
</svg>''')
icon_circle_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20.042 16.045A9 9 0 0 0 7.955 3.958M5.637 5.635a9 9 0 1 0 12.725 12.73" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_roller_skating = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5.905 5h3.418a1 1 0 0 1 .928.629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717.926A2.084 2.084 0 0 1 20 13.286V14a1 1 0 0 1-1 1H5.105a1 1 0 0 1-.995-1.1l.8-8a1 1 0 0 1 .995-.9z" />
<circle cx="8" cy="17" r="2" />
<circle cx="16" cy="17" r="2" />
</g>
</svg>''')
icon_map2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 6v.01" />
<path d="M18 13l-3.5-5a4 4 0 1 1 7 0L18 13" />
<path d="M10.5 4.75L9 4L3 7v13l6-3l6 3l6-3v-2" />
<path d="M9 4v13" />
<path d="M15 15v5" />
</g>
</svg>''')
icon_traffic_lights = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="2" width="10" height="20" rx="5" />
<circle cx="12" cy="7" r="1" />
<circle cx="12" cy="12" r="1" />
<circle cx="12" cy="17" r="1" />
</g>
</svg>''')
icon_screen_share_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12v3a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h9" />
<path d="M7 20h10" />
<path d="M9 16v4" />
<path d="M15 16v4" />
<path d="M17 8l4-4m-4 0l4 4" />
</g>
</svg>''')
icon_movie = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M8 4v16" />
<path d="M16 4v16" />
<path d="M4 8h4" />
<path d="M4 16h4" />
<path d="M4 12h16" />
<path d="M16 8h4" />
<path d="M16 16h4" />
</g>
</svg>''')
icon_arrow_bottom_square = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 7v14" />
<path d="M9 18l3 3l3-3" />
<path d="M14 3v4h-4V3z" />
</g>
</svg>''')
icon_file_minus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M9 14h6" />
</g>
</svg>''')
icon_circle_dotted = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7.5 4.21v.01" />
<path d="M4.21 7.5v.01" />
<path d="M3 12v.01" />
<path d="M4.21 16.5v.01" />
<path d="M7.5 19.79v.01" />
<path d="M12 21v.01" />
<path d="M16.5 19.79v.01" />
<path d="M19.79 16.5v.01" />
<path d="M21 12v.01" />
<path d="M19.79 7.5v.01" />
<path d="M16.5 4.21v.01" />
<path d="M12 3v.01" />
</g>
</svg>''')
icon_h4 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 18v-8l-4 6h5" />
<path d="M4 6v12" />
<path d="M12 6v12" />
<path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</g>
</svg>''')
icon_file_music = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<circle cx="11" cy="16" r="1" />
<path d="M12 16v-5l2 1" />
</g>
</svg>''')
icon_building_hospital = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21h18" />
<path d="M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16" />
<path d="M9 21v-4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4" />
<path d="M10 9h4" />
<path d="M12 7v4" />
</g>
</svg>''')
icon_car_crash = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="17" r="2" />
<path d="M7 6l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0H3m0-6h8m-6 0V6m2 0H3" />
<path d="M14 8V6" />
<path d="M19 12h2" />
<path d="M17.5 15.5L19 17" />
<path d="M17.5 8.5L19 7" />
</g>
</svg>''')
icon_shield_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3a12 12 0 0 0 8.5 3A12 12 0 0 1 12 21A12 12 0 0 1 3.5 6A12 12 0 0 0 12 3" />
<path d="M10 10l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_brand_tidal = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 7L9.5 9.5L12 12l2.5-2.5z" />
<path d="M12 14l-2.5 2.5L12 19l2.5-2.5z" />
<path d="M19 7l-2.5 2.5L19 12l2.5-2.5z" />
<path d="M5 7L2.5 9.5L5 12l2.5-2.5z" />
</g>
</svg>''')
icon_edit = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 7H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-3" />
<path d="M9 15h3l8.5-8.5a1.5 1.5 0 0 0-3-3L9 12v3" />
<path d="M16 5l3 3" />
</g>
</svg>''')
icon_brightness_half = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 9a3 3 0 0 0 0 6V9z" />
<path d="M6 6h3.5L12 3.5L14.5 6H18v3.5l2.5 2.5l-2.5 2.5V18h-3.5L12 20.5L9.5 18H6v-3.5L3.5 12L6 9.5z" />
</g>
</svg>''')
icon_brand_sentry = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M3 18a1.93 1.93 0 0 0 .306 1.076A2 2 0 0 0 4.89 20c.646.033-.537 0 .11 0h3a4.992 4.992 0 0 0-3.66-4.81c.558-.973 1.24-2.149 2.04-3.531A8.997 8.997 0 0 1 12 20h4c.663 0 2.337.005 3 0a2 2 0 0 0 1.84-2.75L13.74 5a2 2 0 0 0-3.5 0L8.4 8.176C12.882 10.226 16 14.747 16 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_arrow_up_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 7l10 10" />
<path d="M16 7H7v9" />
</g>
</svg>''')
icon_arrows_right_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 7H3" />
<path d="M18 10l3-3l-3-3" />
<path d="M6 20l-3-3l3-3" />
<path d="M3 17h18" />
</g>
</svg>''')
icon_olympics = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="9" r="3" />
<circle cx="18" cy="9" r="3" />
<circle cx="12" cy="9" r="3" />
<circle cx="9" cy="15" r="3" />
<circle cx="15" cy="15" r="3" />
</g>
</svg>''')
icon_brand_snapchat = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M16.882 7.842a4.882 4.882 0 0 0-9.764 0c0 4.273-.213 6.409-4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3-2 6-2c1-2.118 1-2.118 3-3c-3.906-1.709-4.118-3.845-4.118-8.118zM3 15.961c4-2.118 4-4.118 1-7.118m17 7.118c-4-2.118-4-4.118-1-7.118" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_circle5 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 16h2a2 2 0 1 0 0-4h-2V8h4" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_map_pin = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="11" r="3" />
<path d="M17.657 16.657L13.414 20.9a2 2 0 0 1-2.827 0l-4.244-4.243a8 8 0 1 1 11.314 0z" />
</g>
</svg>''')
icon_h5 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 18h2a2 2 0 1 0 0-4h-2v-4h4" />
<path d="M4 6v12" />
<path d="M12 6v12" />
<path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</g>
</svg>''')
icon_no_copyright = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M14 9.75a3.016 3.016 0 0 0-4.163.173a2.993 2.993 0 0 0 0 4.154A3.016 3.016 0 0 0 14 14.25" />
<path d="M6 6l1.5 1.5" />
<path d="M16.5 16.5L18 18" />
</g>
</svg>''')
icon_beer = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 20h6v-4.111a8 8 0 0 1 .845-3.578l.31-.622A8 8 0 0 0 17 8.111V4H7v4.111a8 8 0 0 0 .845 3.578l.31.622A8 8 0 0 1 9 15.889V20z" />
<path d="M7 8h10" />
</g>
</svg>''')
icon_float_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect width="6" height="6" x="4" y="5" rx="1" />
<path d="M14 7h6" />
<path d="M14 11h6" />
<path d="M4 15h16" />
<path d="M4 19h16" />
</g>
</svg>''')
icon_infinity = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9.828 9.172a4 4 0 1 0 0 5.656A10 10 0 0 0 12 12a10 10 0 0 1 2.172-2.828a4 4 0 1 1 0 5.656A10 10 0 0 1 12 12a10 10 0 0 0-2.172-2.828" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_scan = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 7V6a2 2 0 0 1 2-2h2" />
<path d="M4 17v1a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v1" />
<path d="M16 20h2a2 2 0 0 0 2-2v-1" />
<path d="M5 12h14" />
</g>
</svg>''')
icon_blur = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 21a9.01 9.01 0 0 0 2.32-.302a9.004 9.004 0 0 0 1.74-16.733A9 9 0 1 0 12 21z" />
<path d="M12 3v17" />
<path d="M12 12h9" />
<path d="M12 9h8" />
<path d="M12 6h6" />
<path d="M12 18h6" />
<path d="M12 15h8" />
</g>
</svg>''')
icon_corner_up_left_double = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 18v-6a3 3 0 0 0-3-3H9" />
<path d="M13 13L9 9l4-4m-5 8L4 9l4-4" />
</g>
</svg>''')
icon_currency_rubel = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 19V5h6a3 3 0 0 1 0 6H6" />
<path d="M14 15H6" />
</g>
</svg>''')
icon_tree = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 13l-2-2" />
<path d="M12 12l2-2" />
<path d="M12 21V8" />
<path d="M9.824 15.995a3 3 0 0 1-2.743-3.69a2.998 2.998 0 0 1 .304-4.833A3 3 0 0 1 12 3.765a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833A3 3 0 0 1 14 16h-4z" />
</g>
</svg>''')
icon_hand_ring_finger = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13v-2.5a1.5 1.5 0 0 1 3 0V12" />
<path d="M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13" />
<path d="M11 11.5v-2a1.5 1.5 0 1 1 3 0V12" />
<path d="M14 12V5.5a1.5 1.5 0 0 1 3 0V12" />
</g>
</svg>''')
icon_currency_leu = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M17 18h-7a3 3 0 0 1-3-3V5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_discount = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 15l6-6" />
<circle cx="9.5" cy="9.5" r=".5" fill="currentColor" />
<circle cx="14.5" cy="14.5" r=".5" fill="currentColor" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_arrows_diagonal2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 20h4v-4" />
<path d="M14 14l6 6" />
<path d="M8 4H4v4" />
<path d="M4 4l6 6" />
</g>
</svg>''')
icon_man = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="5" r="2" />
<path d="M10 22v-5l-1-1v-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4l-1 1v5" />
</g>
</svg>''')
icon_layout_grid_add = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="6" height="6" rx="1" />
<rect x="14" y="4" width="6" height="6" rx="1" />
<rect x="4" y="14" width="6" height="6" rx="1" />
<path d="M14 17h6m-3-3v6" />
</g>
</svg>''')
icon_chevron_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M6 15l6-6l6 6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_focus2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r=".5" fill="currentColor" />
<circle cx="12" cy="12" r="7" />
<path d="M12 3v2" />
<path d="M3 12h2" />
<path d="M12 19v2" />
<path d="M19 12h2" />
</g>
</svg>''')
icon_anchor = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 9v12m-8-8a8 8 0 0 0 16 0m1 0h-2M5 13H3" />
<circle cx="12" cy="6" r="3" />
</g>
</svg>''')
icon_milk = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 6h8V4a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2z" />
<path d="M16 6l1.094 1.759a6 6 0 0 1 .906 3.17V19a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-8.071a6 6 0 0 1 .906-3.17L8 6" />
<circle cx="12" cy="16" r="2" />
<path d="M10 10h4" />
</g>
</svg>''')
icon_tools_kitchen2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M19 3v12h-5c-.023-3.681.184-7.406 5-12zm0 12v6h-1v-3M8 4v17M5 4v3a3 3 0 1 0 6 0V4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_indent_decrease = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 6h-7" />
<path d="M20 12h-9" />
<path d="M20 18h-7" />
<path d="M8 8l-4 4l4 4" />
</g>
</svg>''')
icon_asterisk = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 12l8-4.5" />
<path d="M12 12v9" />
<path d="M12 12L4 7.5" />
<path d="M12 12l8 4.5" />
<path d="M12 3v9" />
<path d="M12 12l-8 4.5" />
</g>
</svg>''')
icon_file_check = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M9 15l2 2l4-4" />
</g>
</svg>''')
icon_brand_medium = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M8 9h1l3 3l3-3h1" />
<path d="M8 15h2" />
<path d="M14 15h2" />
<path d="M9 9v6" />
<path d="M15 9v6" />
</g>
</svg>''')
icon_tornado = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 4H3" />
<path d="M13 16H7" />
<path d="M11 20h4" />
<path d="M6 8h14" />
<path d="M4 12h12" />
</g>
</svg>''')
icon_select = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 11l3 3l3-3" />
</g>
</svg>''')
icon_brand_soundcloud = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 11h1c1.38 0 3 1.274 3 3c0 1.657-1.5 3-3 3h-6V7c3 0 4.5 1.5 5 4z" />
<path d="M9 8v9" />
<path d="M6 17v-7" />
<path d="M3 16v-2" />
</g>
</svg>''')
icon_letter_d = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 4h6a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5H7V4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_emphasis = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 5H8v10h8m-1-5H8" />
<path d="M6 20v.01" />
<path d="M10 20v.01" />
<path d="M14 20v.01" />
<path d="M18 20v.01" />
</g>
</svg>''')
icon_brush = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 21v-4a4 4 0 1 1 4 4H3" />
<path d="M21 3A16 16 0 0 0 8.2 13.2" />
<path d="M21 3a16 16 0 0 1-10.2 12.8" />
<path d="M10.6 9a9 9 0 0 1 4.4 4.4" />
</g>
</svg>''')
icon_cash_banknote = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<rect x="3" y="6" width="18" height="12" rx="2" />
<path d="M18 12h.01" />
<path d="M6 12h.01" />
</g>
</svg>''')
icon_curly_loop = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M21 8c-4 0-7 2-7 5a3 3 0 0 0 6 0c0-3-2.5-5-8-5s-8 2-8 5a3 3 0 0 0 6 0c0-3-3-5-7-5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_building_carousel = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="6" />
<circle cx="5" cy="8" r="2" />
<circle cx="12" cy="4" r="2" />
<circle cx="19" cy="8" r="2" />
<circle cx="5" cy="16" r="2" />
<circle cx="19" cy="16" r="2" />
<path d="M8 22l4-10l4 10" />
</g>
</svg>''')
icon_brand_git = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="16" cy="12" r="1" />
<circle cx="12" cy="8" r="1" />
<circle cx="12" cy="16" r="1" />
<path d="M12 15V9" />
<path d="M15 11l-2-2" />
<path d="M11 7L9.1 5.1" />
<path d="M10.5 20.4l-6.9-6.9c-.781-.781-.781-2.219 0-3l6.9-6.9c.781-.781 2.219-.781 3 0l6.9 6.9c.781.781.781 2.219 0 3l-6.9 6.9c-.781.781-2.219.781-3 0z" />
</g>
</svg>''')
icon_grill = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 8H5a6 6 0 0 0 6 6h2a6 6 0 0 0 5.996-5.775L19 8z" />
<path d="M17 20a2 2 0 1 1 0-4a2 2 0 0 1 0 4z" />
<path d="M15 14l1 2" />
<path d="M9 14l-3 6" />
<path d="M15 18H7" />
<path d="M15 5V4" />
<path d="M12 5V4" />
<path d="M9 5V4" />
</g>
</svg>''')
icon_file_upload = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M12 11v6" />
<path d="M9 14l3-3l3 3" />
</g>
</svg>''')
icon_currency_bath = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 6h5a3 3 0 0 1 3 3v.143A2.857 2.857 0 0 1 13.143 12H8" />
<path d="M8 12h5a3 3 0 0 1 3 3v.143A2.857 2.857 0 0 1 13.143 18H8" />
<path d="M8 6v12" />
<path d="M11 4v2" />
<path d="M11 18v2" />
</g>
</svg>''')
icon_arrow_big_right_line = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 9V5.414a1 1 0 0 1 1.707-.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586A1 1 0 0 1 12 18.586V15H6V9h6z" />
<path d="M3 9v6" />
</g>
</svg>''')
icon_candle = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 21h6v-9a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v9z" />
<path d="M12 3l1.465 1.638a2 2 0 1 1-3.015.099L12 3z" />
</g>
</svg>''')
icon_mail = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M3 7l9 6l9-6" />
</g>
</svg>''')
icon_columns = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 6h5.5" />
<path d="M4 10h5.5" />
<path d="M4 14h5.5" />
<path d="M4 18h5.5" />
<path d="M14.5 6H20" />
<path d="M14.5 10H20" />
<path d="M14.5 14H20" />
<path d="M14.5 18H20" />
</g>
</svg>''')
icon_smoking_no = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 13v4" />
<path d="M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5" />
<path d="M3 3l18 18" />
<path d="M17 13h3a1 1 0 0 1 1 1v2c0 .28-.115.533-.3.714M17 17H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h9" />
</g>
</svg>''')
icon_currency_litecoin = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 19H9.806a2 2 0 0 1-1.98-2.283L9.5 5" />
<path d="M14 9l-9 4" />
</g>
</svg>''')
icon_box_padding = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M8 16v.01" />
<path d="M8 12v.01" />
<path d="M8 8v.01" />
<path d="M16 16v.01" />
<path d="M16 12v.01" />
<path d="M16 8v.01" />
<path d="M12 8v.01" />
<path d="M12 16v.01" />
</g>
</svg>''')
icon_zodiac_aries = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 5a5 5 0 1 0-4 8" />
<path d="M16 13a5 5 0 1 0-4-8" />
<path d="M12 21V5" />
</g>
</svg>''')
icon_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 6L6 18" />
<path d="M6 6l12 12" />
</g>
</svg>''')
icon_brand_disqus = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11.847 21c-2.259 0-4.323-.667-5.919-2H2l1.708-3.266C3.163 14.56 2.949 13.288 2.95 12c0-4.97 3.84-9 8.898-9C16.9 3 21 7.03 21 12c0 4.972-4.098 9-9.153 9z" />
<path d="M11.485 15H10V9h1.485C13.597 9 15 9.823 15 11.981v.035C15 14.196 13.597 15 11.485 15z" />
</g>
</svg>''')
icon_clipboard_list = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M9 12h.01" />
<path d="M13 12h2" />
<path d="M9 16h.01" />
<path d="M13 16h2" />
</g>
</svg>''')
icon_flower = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3" />
<path d="M12 2a3 3 0 0 1 3 3c0 .562-.259 1.442-.776 2.64L13.5 9l1.76-1.893c.499-.6.922-1.002 1.27-1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1-1.09 4.098c-.374.217-.99.396-1.846.535L15 12l2.4.326c.995.145 1.698.337 2.11.576A3.011 3.011 0 0 1 20.6 17a2.968 2.968 0 0 1-4.07 1.098c-.348-.202-.771-.604-1.27-1.205L13.5 15l.724 1.36C14.74 17.559 15 18.439 15 19a3 3 0 0 1-6 0c0-.562.259-1.442.776-2.64L10.5 15l-1.76 1.893c-.499.601-.922 1.003-1.27 1.205A2.968 2.968 0 0 1 3.4 17a3.011 3.011 0 0 1 1.09-4.098c.374-.218.99-.396 1.846-.536L9 12l-2.4-.325c-.995-.145-1.698-.337-2.11-.576A3.011 3.011 0 0 1 3.4 7a2.968 2.968 0 0 1 4.07-1.099c.348.203.771.604 1.27 1.205L10.5 9C9.5 6.708 9 5.375 9 5a3 3 0 0 1 3-3z" />
</g>
</svg>''')
icon_currency_ripple = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="7" cy="12" r="3" />
<circle cx="17" cy="7" r="3" />
<circle cx="17" cy="17" r="3" />
<path d="M10 12h3l2-2.5" />
<path d="M15 14.5L13 12" />
</g>
</svg>''')
icon_tags = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7.859 6H5.025A2.025 2.025 0 0 0 3 8.025v2.834c0 .537.213 1.052.593 1.432l6.116 6.116a2.025 2.025 0 0 0 2.864 0l2.834-2.834a2.025 2.025 0 0 0 0-2.864L9.29 6.593A2.025 2.025 0 0 0 7.859 6z" />
<path d="M17.573 18.407l2.834-2.834a2.025 2.025 0 0 0 0-2.864L13.29 5.593" />
<path d="M6 9h-.01" />
</g>
</svg>''')
icon_marquee = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 6a2 2 0 0 1 2-2m3 0h1.5m3 0H15m3 0a2 2 0 0 1 2 2m0 3v1.5m0 3V15m0 3a2 2 0 0 1-2 2m-3 0h-1.5m-3 0H9m-3 0a2 2 0 0 1-2-2m0-3v-1.5m0-3V9m0-3" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_first_aid_kit = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 8V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" />
<rect x="4" y="8" width="16" height="12" rx="2" />
<path d="M10 14h4" />
<path d="M12 12v4" />
</g>
</svg>''')
icon_grip_vertical = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="9" cy="5" r="1" />
<circle cx="9" cy="12" r="1" />
<circle cx="9" cy="19" r="1" />
<circle cx="15" cy="5" r="1" />
<circle cx="15" cy="12" r="1" />
<circle cx="15" cy="19" r="1" />
</g>
</svg>''')
icon_brand_github = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M9 19c-4.3 1.4-4.3-2.5-6-3m12 5v-3.5c0-1 .1-1.4-.5-2c2.8-.3 5.5-1.4 5.5-6a4.6 4.6 0 0 0-1.3-3.2a4.2 4.2 0 0 0-.1-3.2s-1.1-.3-3.5 1.3a12.3 12.3 0 0 0-6.2 0C6.5 2.8 5.4 3.1 5.4 3.1a4.2 4.2 0 0 0-.1 3.2A4.6 4.6 0 0 0 4 9.5c0 4.6 2.7 5.7 5.5 6c-.6.6-.6 1.2-.5 2V21" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_letter_k = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 4v16" />
<path d="M7 12h2l8-8" />
<path d="M9 12l8 8" />
</g>
</svg>''')
icon_h3 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 14a2 2 0 1 0-2-2" />
<path d="M17 16a2 2 0 1 0 2-2" />
<path d="M4 6v12" />
<path d="M12 6v12" />
<path d="M11 18h2" />
<path d="M3 18h2" />
<path d="M4 12h8" />
<path d="M3 6h2" />
<path d="M11 6h2" />
</g>
</svg>''')
icon_message_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M17 17H8l-4 4V8a3 3 0 0 1 1.44-2.563M9.001 5h8a3 3 0 0 1 3 3v6c0 .575-.162 1.112-.442 1.568" />
</g>
</svg>''')
icon_layout_navbar = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M4 9h16" />
</g>
</svg>''')
icon_zodiac_virgo = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 4a2 2 0 0 1 2 2v9" />
<path d="M5 6a2 2 0 0 1 4 0v9" />
<path d="M9 6a2 2 0 0 1 4 0v10a7 5 0 0 0 7 5" />
<path d="M12 21a7 5 0 0 0 7-5v-2a3 3 0 0 0-6 0" />
</g>
</svg>''')
icon_christmas_tree = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3l4 4l-2 1l4 4l-3 1l4 4H5l4-4l-3-1l4-4l-2-1z" />
<path d="M14 17v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3" />
</g>
</svg>''')
icon_eraser = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 19H8l-4-4a1 1 0 0 1 0-1.41l10-10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9 9" />
<path d="M18 12.3L11.7 6" />
</g>
</svg>''')
icon_file_text = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M9 9h1" />
<path d="M9 13h6" />
<path d="M9 17h6" />
</g>
</svg>''')
icon_message_language = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 21V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8l-4 4" />
<path d="M10 14v-4a2 2 0 1 1 4 0v4" />
<path d="M14 12h-4" />
</g>
</svg>''')
icon_building_factory = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 21c1.147-4.02 1.983-8.027 2-12h6c.017 3.973.853 7.98 2 12" />
<path d="M12.5 13H17c.025 2.612.894 5.296 2 8" />
<path d="M9 5a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1" />
<path d="M3 21h19" />
</g>
</svg>''')
icon_file_diff = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z" />
<path d="M12 10v4" />
<path d="M10 12h4" />
<path d="M10 17h4" />
</g>
</svg>''')
icon_currency_rupee = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 5H7h3a4 4 0 0 1 0 8H7l6 6" />
<path d="M7 9h11" />
</g>
</svg>''')
icon_social = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="5" r="2" />
<circle cx="5" cy="19" r="2" />
<circle cx="19" cy="19" r="2" />
<circle cx="12" cy="14" r="3" />
<path d="M12 7v4" />
<path d="M6.7 17.8l2.8-2" />
<path d="M17.3 17.8l-2.8-2" />
</g>
</svg>''')
icon_database_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12.983 8.978C16.938 8.796 20 7.532 20 6c0-1.657-3.582-3-8-3c-1.661 0-3.204.19-4.483.515M4.734 4.743C4.263 5.125 4 5.551 4 6c0 1.22 1.944 2.271 4.734 2.74" />
<path d="M4 6v6c0 1.657 3.582 3 8 3c.986 0 1.93-.067 2.802-.19m3.187-.82C19.24 13.46 20 12.762 20 12V6" />
<path d="M4 12v6c0 1.657 3.582 3 8 3c3.217 0 5.991-.712 7.261-1.74M20 16v-4" />
<path d="M3 3l18 18" />
</g>
</svg>''')
icon_layers_intersect = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="4" width="12" height="12" rx="2" />
<rect x="4" y="8" width="12" height="12" rx="2" />
</g>
</svg>''')
icon_thermometer = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 5a2.828 2.828 0 0 1 0 4l-8 8H7v-4l8-8a2.828 2.828 0 0 1 4 0z" />
<path d="M16 7l-1.5-1.5" />
<path d="M13 10l-1.5-1.5" />
<path d="M10 13l-1.5-1.5" />
<path d="M7 17l-3 3" />
</g>
</svg>''')
icon_arrow_autofit_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 12V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8" />
<path d="M20 18H3" />
<path d="M6 15l-3 3l3 3" />
</g>
</svg>''')
icon_currency_dirham = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.5 19H5" />
<path d="M8.599 16.479A1.5 1.5 0 1 0 7.5 19" />
<path d="M7 4v9" />
<path d="M15 13h1.888a1.5 1.5 0 0 0 1.296-2.256L16 7" />
<path d="M11 13.01V13" />
</g>
</svg>''')
icon_arrow_bar_to_left = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 12h10" />
<path d="M10 12l4 4" />
<path d="M10 12l4-4" />
<path d="M4 4v16" />
</g>
</svg>''')
icon_letter_z = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M7 4h10L7 20h10" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_resize = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 11v8a1 1 0 0 0 1 1h8M4 6V5a1 1 0 0 1 1-1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1-1 1h-1" />
<path d="M4 12h7a1 1 0 0 1 1 1v7" />
</g>
</svg>''')
icon_arrow_bar_to_up = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 10v10" />
<path d="M12 10l4 4" />
<path d="M12 10l-4 4" />
<path d="M4 4h16" />
</g>
</svg>''')
icon_speedboat = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 17h13.4a3 3 0 0 0 2.5-1.34L22 11h0h-6.23a4 4 0 0 0-1.49.29l-3.56 1.42a4 4 0 0 1-1.49.29H5.5h0h-1L3 17z" />
<path d="M6 13l1.5-5" />
<path d="M6 8h8l2 3" />
</g>
</svg>''')
icon_circle_x = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M10 10l4 4m0-4l-4 4" />
</g>
</svg>''')
icon_glass = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 21h8" />
<path d="M12 15v6" />
<path d="M17 3l1 7c0 3.012-2.686 5-6 5s-6-1.988-6-5l1-7h10z" />
</g>
</svg>''')
icon_zoom_cancel = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="10" r="7" />
<path d="M8 8l4 4" />
<path d="M12 8l-4 4" />
<path d="M21 21l-6-6" />
</g>
</svg>''')
icon_messages_off = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18" />
<path d="M11 11a1 1 0 0 1-1-1m0-3.968V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v10l-3-3h-3" />
<path d="M14 15v2a1 1 0 0 1-1 1H6l-3 3V11a1 1 0 0 1 1-1h2" />
</g>
</svg>''')
icon_leaf = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 21c.5-4.5 2.5-8 7-10" />
<path d="M9 18c6.218 0 10.5-3.288 11-12V4h-4.014c-9 0-11.986 4-12 9c0 1 0 3 2 5h3z" />
</g>
</svg>''')
icon_point = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_letter_j = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M17 4v12a4 4 0 0 1-4 4h-2a4 4 0 0 1-4-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>''')
icon_chart_donut2 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v5m4 4h5" />
<circle cx="12" cy="12" r="4" />
<circle cx="12" cy="12" r="9" />
</g>
</svg>''')
icon_box_multiple5 = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="3" width="14" height="14" rx="2" />
<path d="M12 14h2a2 2 0 1 0 0-4h-2V6h4" />
<path d="M17 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" />
</g>
</svg>''')
icon_certificate = NotStr('''<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="15" cy="15" r="3" />
<path d="M13 17.5V22l2-1.5l2 1.5v-4.5" />
<path d="M10 19H5a2 2 0 0 1-2-2V7c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-1 1.73" />
<path d="M6 9h12" />
<path d="M6 12h3" />
<path d="M6 15h2" />
</g>
</svg>''')