diff --git a/icons_list.templ b/icons_list.templ index 91230fb..af4350c 100644 --- a/icons_list.templ +++ b/icons_list.templ @@ -12,12 +12,12 @@ type IconDef struct { // Names provides a complete list of all the currently available icon names. var Names = []string{ - "Activity","AddCircle","Add","Alert","Any","Archive","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Batch","Bell","Billing","Block","Bot","Box","Brackets","Calculator","Calendar","CheckBadge","CheckCircle","ChevronDown","ChevronLeft","ChevronRight","ChevronUp","CircleOutline","Close","CodeFork","Code","Collapse","Command","Community","Company","Conditions","Connect","CrumpledPaper","Cube","Dashboard","Delete","Domain","DoubleArrow","Download","Drag","DropdownDown","DropdownUp","Duplicate","Edit","Enter","Envelope","Erase","Exchange","Expand","ExternalLink","Failure","Filter","Flag","Flask","FolderL","Folder","Gobl","Gov","Handshake","Hashtag","Header","Hide","History","IdBack","IdFront","If","InfoBold","Info","Invoice","Invopop","Key","Learn","Less","List","Loader","Lock","Logout","Menu","Note","Notification","Ok","OldVersion","Options","Order","Payment","Picture","Pin","Placeholder","Pops","Preview","Published","Pulse","Puzzle","Question","Queue","Receipt","Reload","Replace","Reset","Rocket","Running","Save","ScrollBottom","ScrollLeft","ScrollRight","ScrollTop","Search","Send","Settings","Shortcut","SidebarHide","SidebarShow","Sign","Signature","Skip","Slash","Sleep","Sliders","SortAscending","SortDescending","SquareCheck","Stack","Stamp","StatusSquare","Status","Stop","Success","Support","Tables","Tag","Team","Theme","Tick","Unarchive","Upload","User","Van","View","WarningBold","WarningOutline","Warning","Workflow","Workspace","World", + "Activity","AddCircle","Add","Alert","Any","Archive","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Batch","Bell","Billing","Block","Bot","Box","Brackets","Calculator","Calendar","CheckBadge","CheckCircle","ChevronDown","ChevronLeft","ChevronRight","ChevronUp","CircleOutline","Close","CodeFork","Code","Collapse","Command","Community","Company","Conditions","Connect","CrumpledPaper","Cube","Dashboard","Delete","Domain","DoubleArrow","Download","Drag","DropdownDown","DropdownUp","Duplicate","Edit","Enter","Envelope","Erase","Exchange","Expand","ExternalLink","Failure","Filter","Flag","Flask","FolderL","Folder","Gobl","Gov","Handshake","Hashtag","Header","Hide","History","IdBack","IdFront","If","InfoBold","Info","Invoice","Invopop","Key","Learn","Less","List","Loader","Lock","Logout","Menu","Note","Notification","Ok","OldVersion","Options","Order","Payment","Picture","Pin","Placeholder","Pops","Preview","Published","Pulse","Puzzle","Question","Queue","Receipt","Reload","Replace","Reset","Rocket","Running","Save","ScrollBottom","ScrollLeft","ScrollRight","ScrollTop","Search","Send","Settings","Shortcut","SidebarHide","SidebarShow","Sign","Signature","Skip","Slash","Sleep","Sliders","SortAscending","SortDescending","SquareCheck","Stack","Stamp","StatusSquare","Status","Stop","Success","Support","Tables","Tag","Team","Theme","Tick","Unarchive","Unpin","Upload","User","Van","View","WarningBold","WarningOutline","Warning","Workflow","Workspace","World", } // Defs provides a list of all icons with their names and components. var Defs = []*IconDef{ - {Name: "Activity", Component: Activity()},{Name: "AddCircle", Component: AddCircle()},{Name: "Add", Component: Add()},{Name: "Alert", Component: Alert()},{Name: "Any", Component: Any()},{Name: "Archive", Component: Archive()},{Name: "ArrowDown", Component: ArrowDown()},{Name: "ArrowLeft", Component: ArrowLeft()},{Name: "ArrowRight", Component: ArrowRight()},{Name: "ArrowUp", Component: ArrowUp()},{Name: "Batch", Component: Batch()},{Name: "Bell", Component: Bell()},{Name: "Billing", Component: Billing()},{Name: "Block", Component: Block()},{Name: "Bot", Component: Bot()},{Name: "Box", Component: Box()},{Name: "Brackets", Component: Brackets()},{Name: "Calculator", Component: Calculator()},{Name: "Calendar", Component: Calendar()},{Name: "CheckBadge", Component: CheckBadge()},{Name: "CheckCircle", Component: CheckCircle()},{Name: "ChevronDown", Component: ChevronDown()},{Name: "ChevronLeft", Component: ChevronLeft()},{Name: "ChevronRight", Component: ChevronRight()},{Name: "ChevronUp", Component: ChevronUp()},{Name: "CircleOutline", Component: CircleOutline()},{Name: "Close", Component: Close()},{Name: "CodeFork", Component: CodeFork()},{Name: "Code", Component: Code()},{Name: "Collapse", Component: Collapse()},{Name: "Command", Component: Command()},{Name: "Community", Component: Community()},{Name: "Company", Component: Company()},{Name: "Conditions", Component: Conditions()},{Name: "Connect", Component: Connect()},{Name: "CrumpledPaper", Component: CrumpledPaper()},{Name: "Cube", Component: Cube()},{Name: "Dashboard", Component: Dashboard()},{Name: "Delete", Component: Delete()},{Name: "Domain", Component: Domain()},{Name: "DoubleArrow", Component: DoubleArrow()},{Name: "Download", Component: Download()},{Name: "Drag", Component: Drag()},{Name: "DropdownDown", Component: DropdownDown()},{Name: "DropdownUp", Component: DropdownUp()},{Name: "Duplicate", Component: Duplicate()},{Name: "Edit", Component: Edit()},{Name: "Enter", Component: Enter()},{Name: "Envelope", Component: Envelope()},{Name: "Erase", Component: Erase()},{Name: "Exchange", Component: Exchange()},{Name: "Expand", Component: Expand()},{Name: "ExternalLink", Component: ExternalLink()},{Name: "Failure", Component: Failure()},{Name: "Filter", Component: Filter()},{Name: "Flag", Component: Flag()},{Name: "Flask", Component: Flask()},{Name: "FolderL", Component: FolderL()},{Name: "Folder", Component: Folder()},{Name: "Gobl", Component: Gobl()},{Name: "Gov", Component: Gov()},{Name: "Handshake", Component: Handshake()},{Name: "Hashtag", Component: Hashtag()},{Name: "Header", Component: Header()},{Name: "Hide", Component: Hide()},{Name: "History", Component: History()},{Name: "IdBack", Component: IdBack()},{Name: "IdFront", Component: IdFront()},{Name: "If", Component: If()},{Name: "InfoBold", Component: InfoBold()},{Name: "Info", Component: Info()},{Name: "Invoice", Component: Invoice()},{Name: "Invopop", Component: Invopop()},{Name: "Key", Component: Key()},{Name: "Learn", Component: Learn()},{Name: "Less", Component: Less()},{Name: "List", Component: List()},{Name: "Loader", Component: Loader()},{Name: "Lock", Component: Lock()},{Name: "Logout", Component: Logout()},{Name: "Menu", Component: Menu()},{Name: "Note", Component: Note()},{Name: "Notification", Component: Notification()},{Name: "Ok", Component: Ok()},{Name: "OldVersion", Component: OldVersion()},{Name: "Options", Component: Options()},{Name: "Order", Component: Order()},{Name: "Payment", Component: Payment()},{Name: "Picture", Component: Picture()},{Name: "Pin", Component: Pin()},{Name: "Placeholder", Component: Placeholder()},{Name: "Pops", Component: Pops()},{Name: "Preview", Component: Preview()},{Name: "Published", Component: Published()},{Name: "Pulse", Component: Pulse()},{Name: "Puzzle", Component: Puzzle()},{Name: "Question", Component: Question()},{Name: "Queue", Component: Queue()},{Name: "Receipt", Component: Receipt()},{Name: "Reload", Component: Reload()},{Name: "Replace", Component: Replace()},{Name: "Reset", Component: Reset()},{Name: "Rocket", Component: Rocket()},{Name: "Running", Component: Running()},{Name: "Save", Component: Save()},{Name: "ScrollBottom", Component: ScrollBottom()},{Name: "ScrollLeft", Component: ScrollLeft()},{Name: "ScrollRight", Component: ScrollRight()},{Name: "ScrollTop", Component: ScrollTop()},{Name: "Search", Component: Search()},{Name: "Send", Component: Send()},{Name: "Settings", Component: Settings()},{Name: "Shortcut", Component: Shortcut()},{Name: "SidebarHide", Component: SidebarHide()},{Name: "SidebarShow", Component: SidebarShow()},{Name: "Sign", Component: Sign()},{Name: "Signature", Component: Signature()},{Name: "Skip", Component: Skip()},{Name: "Slash", Component: Slash()},{Name: "Sleep", Component: Sleep()},{Name: "Sliders", Component: Sliders()},{Name: "SortAscending", Component: SortAscending()},{Name: "SortDescending", Component: SortDescending()},{Name: "SquareCheck", Component: SquareCheck()},{Name: "Stack", Component: Stack()},{Name: "Stamp", Component: Stamp()},{Name: "StatusSquare", Component: StatusSquare()},{Name: "Status", Component: Status()},{Name: "Stop", Component: Stop()},{Name: "Success", Component: Success()},{Name: "Support", Component: Support()},{Name: "Tables", Component: Tables()},{Name: "Tag", Component: Tag()},{Name: "Team", Component: Team()},{Name: "Theme", Component: Theme()},{Name: "Tick", Component: Tick()},{Name: "Unarchive", Component: Unarchive()},{Name: "Upload", Component: Upload()},{Name: "User", Component: User()},{Name: "Van", Component: Van()},{Name: "View", Component: View()},{Name: "WarningBold", Component: WarningBold()},{Name: "WarningOutline", Component: WarningOutline()},{Name: "Warning", Component: Warning()},{Name: "Workflow", Component: Workflow()},{Name: "Workspace", Component: Workspace()},{Name: "World", Component: World()}, + {Name: "Activity", Component: Activity()},{Name: "AddCircle", Component: AddCircle()},{Name: "Add", Component: Add()},{Name: "Alert", Component: Alert()},{Name: "Any", Component: Any()},{Name: "Archive", Component: Archive()},{Name: "ArrowDown", Component: ArrowDown()},{Name: "ArrowLeft", Component: ArrowLeft()},{Name: "ArrowRight", Component: ArrowRight()},{Name: "ArrowUp", Component: ArrowUp()},{Name: "Batch", Component: Batch()},{Name: "Bell", Component: Bell()},{Name: "Billing", Component: Billing()},{Name: "Block", Component: Block()},{Name: "Bot", Component: Bot()},{Name: "Box", Component: Box()},{Name: "Brackets", Component: Brackets()},{Name: "Calculator", Component: Calculator()},{Name: "Calendar", Component: Calendar()},{Name: "CheckBadge", Component: CheckBadge()},{Name: "CheckCircle", Component: CheckCircle()},{Name: "ChevronDown", Component: ChevronDown()},{Name: "ChevronLeft", Component: ChevronLeft()},{Name: "ChevronRight", Component: ChevronRight()},{Name: "ChevronUp", Component: ChevronUp()},{Name: "CircleOutline", Component: CircleOutline()},{Name: "Close", Component: Close()},{Name: "CodeFork", Component: CodeFork()},{Name: "Code", Component: Code()},{Name: "Collapse", Component: Collapse()},{Name: "Command", Component: Command()},{Name: "Community", Component: Community()},{Name: "Company", Component: Company()},{Name: "Conditions", Component: Conditions()},{Name: "Connect", Component: Connect()},{Name: "CrumpledPaper", Component: CrumpledPaper()},{Name: "Cube", Component: Cube()},{Name: "Dashboard", Component: Dashboard()},{Name: "Delete", Component: Delete()},{Name: "Domain", Component: Domain()},{Name: "DoubleArrow", Component: DoubleArrow()},{Name: "Download", Component: Download()},{Name: "Drag", Component: Drag()},{Name: "DropdownDown", Component: DropdownDown()},{Name: "DropdownUp", Component: DropdownUp()},{Name: "Duplicate", Component: Duplicate()},{Name: "Edit", Component: Edit()},{Name: "Enter", Component: Enter()},{Name: "Envelope", Component: Envelope()},{Name: "Erase", Component: Erase()},{Name: "Exchange", Component: Exchange()},{Name: "Expand", Component: Expand()},{Name: "ExternalLink", Component: ExternalLink()},{Name: "Failure", Component: Failure()},{Name: "Filter", Component: Filter()},{Name: "Flag", Component: Flag()},{Name: "Flask", Component: Flask()},{Name: "FolderL", Component: FolderL()},{Name: "Folder", Component: Folder()},{Name: "Gobl", Component: Gobl()},{Name: "Gov", Component: Gov()},{Name: "Handshake", Component: Handshake()},{Name: "Hashtag", Component: Hashtag()},{Name: "Header", Component: Header()},{Name: "Hide", Component: Hide()},{Name: "History", Component: History()},{Name: "IdBack", Component: IdBack()},{Name: "IdFront", Component: IdFront()},{Name: "If", Component: If()},{Name: "InfoBold", Component: InfoBold()},{Name: "Info", Component: Info()},{Name: "Invoice", Component: Invoice()},{Name: "Invopop", Component: Invopop()},{Name: "Key", Component: Key()},{Name: "Learn", Component: Learn()},{Name: "Less", Component: Less()},{Name: "List", Component: List()},{Name: "Loader", Component: Loader()},{Name: "Lock", Component: Lock()},{Name: "Logout", Component: Logout()},{Name: "Menu", Component: Menu()},{Name: "Note", Component: Note()},{Name: "Notification", Component: Notification()},{Name: "Ok", Component: Ok()},{Name: "OldVersion", Component: OldVersion()},{Name: "Options", Component: Options()},{Name: "Order", Component: Order()},{Name: "Payment", Component: Payment()},{Name: "Picture", Component: Picture()},{Name: "Pin", Component: Pin()},{Name: "Placeholder", Component: Placeholder()},{Name: "Pops", Component: Pops()},{Name: "Preview", Component: Preview()},{Name: "Published", Component: Published()},{Name: "Pulse", Component: Pulse()},{Name: "Puzzle", Component: Puzzle()},{Name: "Question", Component: Question()},{Name: "Queue", Component: Queue()},{Name: "Receipt", Component: Receipt()},{Name: "Reload", Component: Reload()},{Name: "Replace", Component: Replace()},{Name: "Reset", Component: Reset()},{Name: "Rocket", Component: Rocket()},{Name: "Running", Component: Running()},{Name: "Save", Component: Save()},{Name: "ScrollBottom", Component: ScrollBottom()},{Name: "ScrollLeft", Component: ScrollLeft()},{Name: "ScrollRight", Component: ScrollRight()},{Name: "ScrollTop", Component: ScrollTop()},{Name: "Search", Component: Search()},{Name: "Send", Component: Send()},{Name: "Settings", Component: Settings()},{Name: "Shortcut", Component: Shortcut()},{Name: "SidebarHide", Component: SidebarHide()},{Name: "SidebarShow", Component: SidebarShow()},{Name: "Sign", Component: Sign()},{Name: "Signature", Component: Signature()},{Name: "Skip", Component: Skip()},{Name: "Slash", Component: Slash()},{Name: "Sleep", Component: Sleep()},{Name: "Sliders", Component: Sliders()},{Name: "SortAscending", Component: SortAscending()},{Name: "SortDescending", Component: SortDescending()},{Name: "SquareCheck", Component: SquareCheck()},{Name: "Stack", Component: Stack()},{Name: "Stamp", Component: Stamp()},{Name: "StatusSquare", Component: StatusSquare()},{Name: "Status", Component: Status()},{Name: "Stop", Component: Stop()},{Name: "Success", Component: Success()},{Name: "Support", Component: Support()},{Name: "Tables", Component: Tables()},{Name: "Tag", Component: Tag()},{Name: "Team", Component: Team()},{Name: "Theme", Component: Theme()},{Name: "Tick", Component: Tick()},{Name: "Unarchive", Component: Unarchive()},{Name: "Unpin", Component: Unpin()},{Name: "Upload", Component: Upload()},{Name: "User", Component: User()},{Name: "Van", Component: Van()},{Name: "View", Component: View()},{Name: "WarningBold", Component: WarningBold()},{Name: "WarningOutline", Component: WarningOutline()},{Name: "Warning", Component: Warning()},{Name: "Workflow", Component: Workflow()},{Name: "Workspace", Component: Workspace()},{Name: "World", Component: World()}, } templ Activity() { @@ -842,6 +842,12 @@ templ Unarchive() { } +templ Unpin() { +
+ +
+} + templ Upload() {
diff --git a/icons_list_templ.go b/icons_list_templ.go index bb4e27d..7ee1055 100644 --- a/icons_list_templ.go +++ b/icons_list_templ.go @@ -20,12 +20,12 @@ type IconDef struct { // Names provides a complete list of all the currently available icon names. var Names = []string{ - "Activity", "AddCircle", "Add", "Alert", "Any", "Archive", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Batch", "Bell", "Billing", "Block", "Bot", "Box", "Brackets", "Calculator", "Calendar", "CheckBadge", "CheckCircle", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "CircleOutline", "Close", "CodeFork", "Code", "Collapse", "Command", "Community", "Company", "Conditions", "Connect", "CrumpledPaper", "Cube", "Dashboard", "Delete", "Domain", "DoubleArrow", "Download", "Drag", "DropdownDown", "DropdownUp", "Duplicate", "Edit", "Enter", "Envelope", "Erase", "Exchange", "Expand", "ExternalLink", "Failure", "Filter", "Flag", "Flask", "FolderL", "Folder", "Gobl", "Gov", "Handshake", "Hashtag", "Header", "Hide", "History", "IdBack", "IdFront", "If", "InfoBold", "Info", "Invoice", "Invopop", "Key", "Learn", "Less", "List", "Loader", "Lock", "Logout", "Menu", "Note", "Notification", "Ok", "OldVersion", "Options", "Order", "Payment", "Picture", "Pin", "Placeholder", "Pops", "Preview", "Published", "Pulse", "Puzzle", "Question", "Queue", "Receipt", "Reload", "Replace", "Reset", "Rocket", "Running", "Save", "ScrollBottom", "ScrollLeft", "ScrollRight", "ScrollTop", "Search", "Send", "Settings", "Shortcut", "SidebarHide", "SidebarShow", "Sign", "Signature", "Skip", "Slash", "Sleep", "Sliders", "SortAscending", "SortDescending", "SquareCheck", "Stack", "Stamp", "StatusSquare", "Status", "Stop", "Success", "Support", "Tables", "Tag", "Team", "Theme", "Tick", "Unarchive", "Upload", "User", "Van", "View", "WarningBold", "WarningOutline", "Warning", "Workflow", "Workspace", "World", + "Activity", "AddCircle", "Add", "Alert", "Any", "Archive", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Batch", "Bell", "Billing", "Block", "Bot", "Box", "Brackets", "Calculator", "Calendar", "CheckBadge", "CheckCircle", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "CircleOutline", "Close", "CodeFork", "Code", "Collapse", "Command", "Community", "Company", "Conditions", "Connect", "CrumpledPaper", "Cube", "Dashboard", "Delete", "Domain", "DoubleArrow", "Download", "Drag", "DropdownDown", "DropdownUp", "Duplicate", "Edit", "Enter", "Envelope", "Erase", "Exchange", "Expand", "ExternalLink", "Failure", "Filter", "Flag", "Flask", "FolderL", "Folder", "Gobl", "Gov", "Handshake", "Hashtag", "Header", "Hide", "History", "IdBack", "IdFront", "If", "InfoBold", "Info", "Invoice", "Invopop", "Key", "Learn", "Less", "List", "Loader", "Lock", "Logout", "Menu", "Note", "Notification", "Ok", "OldVersion", "Options", "Order", "Payment", "Picture", "Pin", "Placeholder", "Pops", "Preview", "Published", "Pulse", "Puzzle", "Question", "Queue", "Receipt", "Reload", "Replace", "Reset", "Rocket", "Running", "Save", "ScrollBottom", "ScrollLeft", "ScrollRight", "ScrollTop", "Search", "Send", "Settings", "Shortcut", "SidebarHide", "SidebarShow", "Sign", "Signature", "Skip", "Slash", "Sleep", "Sliders", "SortAscending", "SortDescending", "SquareCheck", "Stack", "Stamp", "StatusSquare", "Status", "Stop", "Success", "Support", "Tables", "Tag", "Team", "Theme", "Tick", "Unarchive", "Unpin", "Upload", "User", "Van", "View", "WarningBold", "WarningOutline", "Warning", "Workflow", "Workspace", "World", } // Defs provides a list of all icons with their names and components. var Defs = []*IconDef{ - {Name: "Activity", Component: Activity()}, {Name: "AddCircle", Component: AddCircle()}, {Name: "Add", Component: Add()}, {Name: "Alert", Component: Alert()}, {Name: "Any", Component: Any()}, {Name: "Archive", Component: Archive()}, {Name: "ArrowDown", Component: ArrowDown()}, {Name: "ArrowLeft", Component: ArrowLeft()}, {Name: "ArrowRight", Component: ArrowRight()}, {Name: "ArrowUp", Component: ArrowUp()}, {Name: "Batch", Component: Batch()}, {Name: "Bell", Component: Bell()}, {Name: "Billing", Component: Billing()}, {Name: "Block", Component: Block()}, {Name: "Bot", Component: Bot()}, {Name: "Box", Component: Box()}, {Name: "Brackets", Component: Brackets()}, {Name: "Calculator", Component: Calculator()}, {Name: "Calendar", Component: Calendar()}, {Name: "CheckBadge", Component: CheckBadge()}, {Name: "CheckCircle", Component: CheckCircle()}, {Name: "ChevronDown", Component: ChevronDown()}, {Name: "ChevronLeft", Component: ChevronLeft()}, {Name: "ChevronRight", Component: ChevronRight()}, {Name: "ChevronUp", Component: ChevronUp()}, {Name: "CircleOutline", Component: CircleOutline()}, {Name: "Close", Component: Close()}, {Name: "CodeFork", Component: CodeFork()}, {Name: "Code", Component: Code()}, {Name: "Collapse", Component: Collapse()}, {Name: "Command", Component: Command()}, {Name: "Community", Component: Community()}, {Name: "Company", Component: Company()}, {Name: "Conditions", Component: Conditions()}, {Name: "Connect", Component: Connect()}, {Name: "CrumpledPaper", Component: CrumpledPaper()}, {Name: "Cube", Component: Cube()}, {Name: "Dashboard", Component: Dashboard()}, {Name: "Delete", Component: Delete()}, {Name: "Domain", Component: Domain()}, {Name: "DoubleArrow", Component: DoubleArrow()}, {Name: "Download", Component: Download()}, {Name: "Drag", Component: Drag()}, {Name: "DropdownDown", Component: DropdownDown()}, {Name: "DropdownUp", Component: DropdownUp()}, {Name: "Duplicate", Component: Duplicate()}, {Name: "Edit", Component: Edit()}, {Name: "Enter", Component: Enter()}, {Name: "Envelope", Component: Envelope()}, {Name: "Erase", Component: Erase()}, {Name: "Exchange", Component: Exchange()}, {Name: "Expand", Component: Expand()}, {Name: "ExternalLink", Component: ExternalLink()}, {Name: "Failure", Component: Failure()}, {Name: "Filter", Component: Filter()}, {Name: "Flag", Component: Flag()}, {Name: "Flask", Component: Flask()}, {Name: "FolderL", Component: FolderL()}, {Name: "Folder", Component: Folder()}, {Name: "Gobl", Component: Gobl()}, {Name: "Gov", Component: Gov()}, {Name: "Handshake", Component: Handshake()}, {Name: "Hashtag", Component: Hashtag()}, {Name: "Header", Component: Header()}, {Name: "Hide", Component: Hide()}, {Name: "History", Component: History()}, {Name: "IdBack", Component: IdBack()}, {Name: "IdFront", Component: IdFront()}, {Name: "If", Component: If()}, {Name: "InfoBold", Component: InfoBold()}, {Name: "Info", Component: Info()}, {Name: "Invoice", Component: Invoice()}, {Name: "Invopop", Component: Invopop()}, {Name: "Key", Component: Key()}, {Name: "Learn", Component: Learn()}, {Name: "Less", Component: Less()}, {Name: "List", Component: List()}, {Name: "Loader", Component: Loader()}, {Name: "Lock", Component: Lock()}, {Name: "Logout", Component: Logout()}, {Name: "Menu", Component: Menu()}, {Name: "Note", Component: Note()}, {Name: "Notification", Component: Notification()}, {Name: "Ok", Component: Ok()}, {Name: "OldVersion", Component: OldVersion()}, {Name: "Options", Component: Options()}, {Name: "Order", Component: Order()}, {Name: "Payment", Component: Payment()}, {Name: "Picture", Component: Picture()}, {Name: "Pin", Component: Pin()}, {Name: "Placeholder", Component: Placeholder()}, {Name: "Pops", Component: Pops()}, {Name: "Preview", Component: Preview()}, {Name: "Published", Component: Published()}, {Name: "Pulse", Component: Pulse()}, {Name: "Puzzle", Component: Puzzle()}, {Name: "Question", Component: Question()}, {Name: "Queue", Component: Queue()}, {Name: "Receipt", Component: Receipt()}, {Name: "Reload", Component: Reload()}, {Name: "Replace", Component: Replace()}, {Name: "Reset", Component: Reset()}, {Name: "Rocket", Component: Rocket()}, {Name: "Running", Component: Running()}, {Name: "Save", Component: Save()}, {Name: "ScrollBottom", Component: ScrollBottom()}, {Name: "ScrollLeft", Component: ScrollLeft()}, {Name: "ScrollRight", Component: ScrollRight()}, {Name: "ScrollTop", Component: ScrollTop()}, {Name: "Search", Component: Search()}, {Name: "Send", Component: Send()}, {Name: "Settings", Component: Settings()}, {Name: "Shortcut", Component: Shortcut()}, {Name: "SidebarHide", Component: SidebarHide()}, {Name: "SidebarShow", Component: SidebarShow()}, {Name: "Sign", Component: Sign()}, {Name: "Signature", Component: Signature()}, {Name: "Skip", Component: Skip()}, {Name: "Slash", Component: Slash()}, {Name: "Sleep", Component: Sleep()}, {Name: "Sliders", Component: Sliders()}, {Name: "SortAscending", Component: SortAscending()}, {Name: "SortDescending", Component: SortDescending()}, {Name: "SquareCheck", Component: SquareCheck()}, {Name: "Stack", Component: Stack()}, {Name: "Stamp", Component: Stamp()}, {Name: "StatusSquare", Component: StatusSquare()}, {Name: "Status", Component: Status()}, {Name: "Stop", Component: Stop()}, {Name: "Success", Component: Success()}, {Name: "Support", Component: Support()}, {Name: "Tables", Component: Tables()}, {Name: "Tag", Component: Tag()}, {Name: "Team", Component: Team()}, {Name: "Theme", Component: Theme()}, {Name: "Tick", Component: Tick()}, {Name: "Unarchive", Component: Unarchive()}, {Name: "Upload", Component: Upload()}, {Name: "User", Component: User()}, {Name: "Van", Component: Van()}, {Name: "View", Component: View()}, {Name: "WarningBold", Component: WarningBold()}, {Name: "WarningOutline", Component: WarningOutline()}, {Name: "Warning", Component: Warning()}, {Name: "Workflow", Component: Workflow()}, {Name: "Workspace", Component: Workspace()}, {Name: "World", Component: World()}, + {Name: "Activity", Component: Activity()}, {Name: "AddCircle", Component: AddCircle()}, {Name: "Add", Component: Add()}, {Name: "Alert", Component: Alert()}, {Name: "Any", Component: Any()}, {Name: "Archive", Component: Archive()}, {Name: "ArrowDown", Component: ArrowDown()}, {Name: "ArrowLeft", Component: ArrowLeft()}, {Name: "ArrowRight", Component: ArrowRight()}, {Name: "ArrowUp", Component: ArrowUp()}, {Name: "Batch", Component: Batch()}, {Name: "Bell", Component: Bell()}, {Name: "Billing", Component: Billing()}, {Name: "Block", Component: Block()}, {Name: "Bot", Component: Bot()}, {Name: "Box", Component: Box()}, {Name: "Brackets", Component: Brackets()}, {Name: "Calculator", Component: Calculator()}, {Name: "Calendar", Component: Calendar()}, {Name: "CheckBadge", Component: CheckBadge()}, {Name: "CheckCircle", Component: CheckCircle()}, {Name: "ChevronDown", Component: ChevronDown()}, {Name: "ChevronLeft", Component: ChevronLeft()}, {Name: "ChevronRight", Component: ChevronRight()}, {Name: "ChevronUp", Component: ChevronUp()}, {Name: "CircleOutline", Component: CircleOutline()}, {Name: "Close", Component: Close()}, {Name: "CodeFork", Component: CodeFork()}, {Name: "Code", Component: Code()}, {Name: "Collapse", Component: Collapse()}, {Name: "Command", Component: Command()}, {Name: "Community", Component: Community()}, {Name: "Company", Component: Company()}, {Name: "Conditions", Component: Conditions()}, {Name: "Connect", Component: Connect()}, {Name: "CrumpledPaper", Component: CrumpledPaper()}, {Name: "Cube", Component: Cube()}, {Name: "Dashboard", Component: Dashboard()}, {Name: "Delete", Component: Delete()}, {Name: "Domain", Component: Domain()}, {Name: "DoubleArrow", Component: DoubleArrow()}, {Name: "Download", Component: Download()}, {Name: "Drag", Component: Drag()}, {Name: "DropdownDown", Component: DropdownDown()}, {Name: "DropdownUp", Component: DropdownUp()}, {Name: "Duplicate", Component: Duplicate()}, {Name: "Edit", Component: Edit()}, {Name: "Enter", Component: Enter()}, {Name: "Envelope", Component: Envelope()}, {Name: "Erase", Component: Erase()}, {Name: "Exchange", Component: Exchange()}, {Name: "Expand", Component: Expand()}, {Name: "ExternalLink", Component: ExternalLink()}, {Name: "Failure", Component: Failure()}, {Name: "Filter", Component: Filter()}, {Name: "Flag", Component: Flag()}, {Name: "Flask", Component: Flask()}, {Name: "FolderL", Component: FolderL()}, {Name: "Folder", Component: Folder()}, {Name: "Gobl", Component: Gobl()}, {Name: "Gov", Component: Gov()}, {Name: "Handshake", Component: Handshake()}, {Name: "Hashtag", Component: Hashtag()}, {Name: "Header", Component: Header()}, {Name: "Hide", Component: Hide()}, {Name: "History", Component: History()}, {Name: "IdBack", Component: IdBack()}, {Name: "IdFront", Component: IdFront()}, {Name: "If", Component: If()}, {Name: "InfoBold", Component: InfoBold()}, {Name: "Info", Component: Info()}, {Name: "Invoice", Component: Invoice()}, {Name: "Invopop", Component: Invopop()}, {Name: "Key", Component: Key()}, {Name: "Learn", Component: Learn()}, {Name: "Less", Component: Less()}, {Name: "List", Component: List()}, {Name: "Loader", Component: Loader()}, {Name: "Lock", Component: Lock()}, {Name: "Logout", Component: Logout()}, {Name: "Menu", Component: Menu()}, {Name: "Note", Component: Note()}, {Name: "Notification", Component: Notification()}, {Name: "Ok", Component: Ok()}, {Name: "OldVersion", Component: OldVersion()}, {Name: "Options", Component: Options()}, {Name: "Order", Component: Order()}, {Name: "Payment", Component: Payment()}, {Name: "Picture", Component: Picture()}, {Name: "Pin", Component: Pin()}, {Name: "Placeholder", Component: Placeholder()}, {Name: "Pops", Component: Pops()}, {Name: "Preview", Component: Preview()}, {Name: "Published", Component: Published()}, {Name: "Pulse", Component: Pulse()}, {Name: "Puzzle", Component: Puzzle()}, {Name: "Question", Component: Question()}, {Name: "Queue", Component: Queue()}, {Name: "Receipt", Component: Receipt()}, {Name: "Reload", Component: Reload()}, {Name: "Replace", Component: Replace()}, {Name: "Reset", Component: Reset()}, {Name: "Rocket", Component: Rocket()}, {Name: "Running", Component: Running()}, {Name: "Save", Component: Save()}, {Name: "ScrollBottom", Component: ScrollBottom()}, {Name: "ScrollLeft", Component: ScrollLeft()}, {Name: "ScrollRight", Component: ScrollRight()}, {Name: "ScrollTop", Component: ScrollTop()}, {Name: "Search", Component: Search()}, {Name: "Send", Component: Send()}, {Name: "Settings", Component: Settings()}, {Name: "Shortcut", Component: Shortcut()}, {Name: "SidebarHide", Component: SidebarHide()}, {Name: "SidebarShow", Component: SidebarShow()}, {Name: "Sign", Component: Sign()}, {Name: "Signature", Component: Signature()}, {Name: "Skip", Component: Skip()}, {Name: "Slash", Component: Slash()}, {Name: "Sleep", Component: Sleep()}, {Name: "Sliders", Component: Sliders()}, {Name: "SortAscending", Component: SortAscending()}, {Name: "SortDescending", Component: SortDescending()}, {Name: "SquareCheck", Component: SquareCheck()}, {Name: "Stack", Component: Stack()}, {Name: "Stamp", Component: Stamp()}, {Name: "StatusSquare", Component: StatusSquare()}, {Name: "Status", Component: Status()}, {Name: "Stop", Component: Stop()}, {Name: "Success", Component: Success()}, {Name: "Support", Component: Support()}, {Name: "Tables", Component: Tables()}, {Name: "Tag", Component: Tag()}, {Name: "Team", Component: Team()}, {Name: "Theme", Component: Theme()}, {Name: "Tick", Component: Tick()}, {Name: "Unarchive", Component: Unarchive()}, {Name: "Unpin", Component: Unpin()}, {Name: "Upload", Component: Upload()}, {Name: "User", Component: User()}, {Name: "Van", Component: Van()}, {Name: "View", Component: View()}, {Name: "WarningBold", Component: WarningBold()}, {Name: "WarningOutline", Component: WarningOutline()}, {Name: "Warning", Component: Warning()}, {Name: "Workflow", Component: Workflow()}, {Name: "Workspace", Component: Workspace()}, {Name: "World", Component: World()}, } func Activity() templ.Component { @@ -4001,7 +4001,7 @@ func Unarchive() templ.Component { }) } -func Upload() templ.Component { +func Unpin() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4022,7 +4022,7 @@ func Upload() templ.Component { templ_7745c5c3_Var138 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 138, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 138, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4030,7 +4030,7 @@ func Upload() templ.Component { }) } -func User() templ.Component { +func Upload() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4051,7 +4051,7 @@ func User() templ.Component { templ_7745c5c3_Var139 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 139, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 139, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4059,7 +4059,7 @@ func User() templ.Component { }) } -func Van() templ.Component { +func User() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4080,7 +4080,7 @@ func Van() templ.Component { templ_7745c5c3_Var140 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 140, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 140, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4088,7 +4088,7 @@ func Van() templ.Component { }) } -func View() templ.Component { +func Van() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4109,7 +4109,7 @@ func View() templ.Component { templ_7745c5c3_Var141 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 141, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 141, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4117,7 +4117,7 @@ func View() templ.Component { }) } -func WarningBold() templ.Component { +func View() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4138,7 +4138,7 @@ func WarningBold() templ.Component { templ_7745c5c3_Var142 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 142, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 142, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4146,7 +4146,7 @@ func WarningBold() templ.Component { }) } -func WarningOutline() templ.Component { +func WarningBold() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4167,7 +4167,7 @@ func WarningOutline() templ.Component { templ_7745c5c3_Var143 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 143, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 143, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4175,7 +4175,7 @@ func WarningOutline() templ.Component { }) } -func Warning() templ.Component { +func WarningOutline() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4196,7 +4196,7 @@ func Warning() templ.Component { templ_7745c5c3_Var144 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 144, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 144, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4204,7 +4204,7 @@ func Warning() templ.Component { }) } -func Workflow() templ.Component { +func Warning() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4225,7 +4225,7 @@ func Workflow() templ.Component { templ_7745c5c3_Var145 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 145, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 145, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4233,7 +4233,7 @@ func Workflow() templ.Component { }) } -func Workspace() templ.Component { +func Workflow() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4254,7 +4254,7 @@ func Workspace() templ.Component { templ_7745c5c3_Var146 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 146, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 146, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4262,7 +4262,7 @@ func Workspace() templ.Component { }) } -func World() templ.Component { +func Workspace() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4283,7 +4283,36 @@ func World() templ.Component { templ_7745c5c3_Var147 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 147, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 147, "
") + if templ_7745c5c3_Err != nil { + return templ_7745c5c3_Err + } + return nil + }) +} + +func World() templ.Component { + return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { + templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context + if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { + return templ_7745c5c3_CtxErr + } + templ_7745c5c3_Buffer, templ_7745c5c3_IsBuffer := templruntime.GetBuffer(templ_7745c5c3_W) + if !templ_7745c5c3_IsBuffer { + defer func() { + templ_7745c5c3_BufErr := templruntime.ReleaseBuffer(templ_7745c5c3_Buffer) + if templ_7745c5c3_Err == nil { + templ_7745c5c3_Err = templ_7745c5c3_BufErr + } + }() + } + ctx = templ.InitializeContext(ctx) + templ_7745c5c3_Var148 := templ.GetChildren(ctx) + if templ_7745c5c3_Var148 == nil { + templ_7745c5c3_Var148 = templ.NopComponent + } + ctx = templ.ClearChildren(ctx) + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 148, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/themes/default/unpin.svg b/themes/default/unpin.svg new file mode 100644 index 0000000..42aab77 --- /dev/null +++ b/themes/default/unpin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file