import templates
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : Menu icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc Menu_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : New Note icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc NewNote_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : Search icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc Search_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : Shortcut icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc Shortcuts_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : All notes icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc Notes_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : All notebooks icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc Notebooks_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : Tags icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc Tags_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : Dashbord icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc Dashbord_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : Settings icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc Settings_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : Logout icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc Logout_icon*(): string = tmpli html"""
"""
# --==--==--==--==--==--==--==--==--==--==-- #
# SVG : SendFeedback icon
# --==--==--==--==--==--==--==--==--==--==-- #
proc SendFeedback_icon*(): string = tmpli html"""
"""