heroicons

package module
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2023 License: MIT Imports: 1 Imported by: 0

README

Go-Heroicons

a wrapper around heroicons that are of the template.HTML type, so they can be used in the go templating language.

this should be used in conjunction with tailwindcss.

package main

import (
	"html/template"
	"os"

	"github.com/Ol1BoT/go-heroicons"
)

type Navigation struct {
	Icon template.HTML
	Name string
	Link string
}

var (
	Nav = []Navigation{{
		Icon: heroicons.HomeSolid,
		Name: "Home",
		Link: "/",
	}, {
		Icon: heroicons.UserSolid,
		Name: "Profile",
		Link: "/profile",
	}}
)

func main() {

	tmpl, err := template.ParseFiles("example.gohtml")
	if err != nil {
		panic(err)
	}

	tmpl.Execute(os.Stdout, Nav)

}

<ul>
  {{ range $i, $v := .}}
  <li>{{$v.Icon}} - {{$v.Name}}</li>
  {{end }}
</ul>

Documentation

Index

Constants

View Source
const (
	AcademicCapSolid template.HTML = `` /* 1090-byte string literal not displayed */

	AdjustmentsHorizontalSolid template.HTML = `` /* 638-byte string literal not displayed */

	AdjustmentsVerticalSolid template.HTML = `` /* 650-byte string literal not displayed */

	ArchiveBoxArrowDownSolid template.HTML = `` /* 546-byte string literal not displayed */

	ArchiveBoxXMarkSolid template.HTML = `` /* 594-byte string literal not displayed */

	ArchiveBoxSolid template.HTML = `` /* 469-byte string literal not displayed */

	ArrowDownCircleSolid template.HTML = `` /* 395-byte string literal not displayed */

	ArrowDownLeftSolid template.HTML = `` /* 305-byte string literal not displayed */

	ArrowDownOnSquareStackSolid template.HTML = `` /* 514-byte string literal not displayed */

	ArrowDownOnSquareSolid template.HTML = `` /* 360-byte string literal not displayed */

	ArrowDownRightSolid template.HTML = `` /* 304-byte string literal not displayed */

	ArrowDownTraySolid template.HTML = `` /* 474-byte string literal not displayed */

	ArrowDownSolid template.HTML = `` /* 315-byte string literal not displayed */

	ArrowLeftCircleSolid template.HTML = `` /* 394-byte string literal not displayed */

	ArrowLeftOnRectangleSolid template.HTML = `` /* 516-byte string literal not displayed */

	ArrowLeftSolid template.HTML = `` /* 313-byte string literal not displayed */

	ArrowLongDownSolid template.HTML = `` /* 319-byte string literal not displayed */

	ArrowLongLeftSolid template.HTML = `` /* 316-byte string literal not displayed */

	ArrowLongRightSolid template.HTML = `` /* 317-byte string literal not displayed */

	ArrowLongUpSolid template.HTML = `` /* 303-byte string literal not displayed */

	ArrowPathRoundedSquareSolid template.HTML = `` /* 995-byte string literal not displayed */

	ArrowPathSolid template.HTML = `` /* 538-byte string literal not displayed */

	ArrowRightCircleSolid template.HTML = `` /* 393-byte string literal not displayed */

	ArrowRightOnRectangleSolid template.HTML = `` /* 513-byte string literal not displayed */

	ArrowRightSolid template.HTML = `` /* 313-byte string literal not displayed */

	ArrowSmallDownSolid template.HTML = `` /* 321-byte string literal not displayed */

	ArrowSmallLeftSolid template.HTML = `` /* 322-byte string literal not displayed */

	ArrowSmallRightSolid template.HTML = `` /* 323-byte string literal not displayed */

	ArrowSmallUpSolid template.HTML = `` /* 325-byte string literal not displayed */

	ArrowTopRightOnSquareSolid template.HTML = `` /* 474-byte string literal not displayed */

	ArrowTrendingDownSolid template.HTML = `` /* 485-byte string literal not displayed */

	ArrowTrendingUpSolid template.HTML = `` /* 480-byte string literal not displayed */

	ArrowUpCircleSolid template.HTML = `` /* 392-byte string literal not displayed */

	ArrowUpLeftSolid template.HTML = `` /* 291-byte string literal not displayed */

	ArrowUpOnSquareStackSolid template.HTML = `` /* 473-byte string literal not displayed */

	ArrowUpOnSquareSolid template.HTML = `` /* 342-byte string literal not displayed */

	ArrowUpRightSolid template.HTML = `` /* 291-byte string literal not displayed */

	ArrowUpTraySolid template.HTML = `` /* 460-byte string literal not displayed */

	ArrowUpSolid template.HTML = `` /* 300-byte string literal not displayed */

	ArrowUturnDownSolid template.HTML = `` /* 360-byte string literal not displayed */

	ArrowUturnLeftSolid template.HTML = `` /* 350-byte string literal not displayed */

	ArrowUturnRightSolid template.HTML = `` /* 351-byte string literal not displayed */

	ArrowUturnUpSolid template.HTML = `` /* 353-byte string literal not displayed */

	ArrowsPointingInSolid template.HTML = `` /* 700-byte string literal not displayed */

	ArrowsPointingOutSolid template.HTML = `` /* 698-byte string literal not displayed */

	ArrowsRightLeftSolid template.HTML = `` /* 465-byte string literal not displayed */

	ArrowsUpDownSolid template.HTML = `` /* 456-byte string literal not displayed */

	AtSymbolSolid template.HTML = `` /* 655-byte string literal not displayed */

	BackspaceSolid template.HTML = `` /* 496-byte string literal not displayed */

	BackwardSolid template.HTML = `` /* 352-byte string literal not displayed */

	BanknotesSolid template.HTML = `` /* 761-byte string literal not displayed */

	Bars2Solid template.HTML = `` /* 302-byte string literal not displayed */

	Bars3BottomLeftSolid template.HTML = `` /* 373-byte string literal not displayed */

	Bars3BottomRightSolid template.HTML = `` /* 376-byte string literal not displayed */

	Bars3CenterLeftSolid template.HTML = `` /* 373-byte string literal not displayed */

	Bars3Solid template.HTML = `` /* 375-byte string literal not displayed */

	Bars4Solid template.HTML = `` /* 450-byte string literal not displayed */

	BarsArrowDownSolid template.HTML = `` /* 529-byte string literal not displayed */

	BarsArrowUpSolid template.HTML = `` /* 514-byte string literal not displayed */

	Battery0Solid template.HTML = `` /* 403-byte string literal not displayed */

	Battery100Solid template.HTML = `` /* 510-byte string literal not displayed */

	Battery50Solid template.HTML = `` /* 525-byte string literal not displayed */

	BeakerSolid template.HTML = `` /* 648-byte string literal not displayed */

	BellAlertSolid template.HTML = `` /* 701-byte string literal not displayed */

	BellSlashSolid template.HTML = `` /* 591-byte string literal not displayed */

	BellSnoozeSolid template.HTML = `` /* 607-byte string literal not displayed */

	BellSolid template.HTML = `` /* 438-byte string literal not displayed */

	BoltSlashSolid template.HTML = `` /* 409-byte string literal not displayed */

	BoltSolid template.HTML = `` /* 342-byte string literal not displayed */

	BookOpenSolid template.HTML = `` /* 445-byte string literal not displayed */

	BookmarkSlashSolid template.HTML = `` /* 375-byte string literal not displayed */

	BookmarkSquareSolid template.HTML = `` /* 352-byte string literal not displayed */

	BookmarkSolid template.HTML = `` /* 331-byte string literal not displayed */

	BriefcaseSolid template.HTML = `` /* 842-byte string literal not displayed */

	BugAntSolid template.HTML = `` /* 1569-byte string literal not displayed */

	BuildingLibrarySolid template.HTML = `` /* 700-byte string literal not displayed */

	BuildingOffice2Solid template.HTML = `` /* 1106-byte string literal not displayed */

	BuildingOfficeSolid template.HTML = `` /* 729-byte string literal not displayed */

	BuildingStorefrontSolid template.HTML = `` /* 836-byte string literal not displayed */

	CakeSolid template.HTML = `` /* 1121-byte string literal not displayed */

	CalculatorSolid template.HTML = `` /* 1946-byte string literal not displayed */

	CalendarDaysSolid template.HTML = `` /* 981-byte string literal not displayed */

	CalendarSolid template.HTML = `` /* 419-byte string literal not displayed */

	CameraSolid template.HTML = `` /* 636-byte string literal not displayed */

	ChartBarSquareSolid template.HTML = `` /* 476-byte string literal not displayed */

	ChartBarSolid template.HTML = `` /* 568-byte string literal not displayed */

	ChartPieSolid template.HTML = `` /* 414-byte string literal not displayed */

	ChatBubbleBottomCenterTextSolid template.HTML = `` /* 628-byte string literal not displayed */

	ChatBubbleBottomCenterSolid template.HTML = `` /* 505-byte string literal not displayed */

	ChatBubbleLeftEllipsisSolid template.HTML = `` /* 651-byte string literal not displayed */

	ChatBubbleLeftRightSolid template.HTML = `` /* 771-byte string literal not displayed */

	ChatBubbleLeftSolid template.HTML = `` /* 480-byte string literal not displayed */

	ChatBubbleOvalLeftEllipsisSolid template.HTML = `` /* 600-byte string literal not displayed */

	ChatBubbleOvalLeftSolid template.HTML = `` /* 428-byte string literal not displayed */

	CheckBadgeSolid template.HTML = `` /* 716-byte string literal not displayed */

	CheckCircleSolid template.HTML = `` /* 383-byte string literal not displayed */

	CheckSolid template.HTML = `` /* 299-byte string literal not displayed */

	ChevronDoubleDownSolid template.HTML = `` /* 405-byte string literal not displayed */

	ChevronDoubleLeftSolid template.HTML = `` /* 402-byte string literal not displayed */

	ChevronDoubleRightSolid template.HTML = `` /* 403-byte string literal not displayed */

	ChevronDoubleUpSolid template.HTML = `` /* 379-byte string literal not displayed */

	ChevronDownSolid template.HTML = `` /* 273-byte string literal not displayed */

	ChevronLeftSolid template.HTML = `` /* 270-byte string literal not displayed */

	ChevronRightSolid template.HTML = `` /* 272-byte string literal not displayed */

	ChevronUpDownSolid template.HTML = `` /* 403-byte string literal not displayed */

	ChevronUpSolid template.HTML = `` /* 271-byte string literal not displayed */

	CircleStackSolid template.HTML = `` /* 919-byte string literal not displayed */

	ClipboardDocumentCheckSolid template.HTML = `` /* 753-byte string literal not displayed */

	ClipboardDocumentListSolid template.HTML = `` /* 1148-byte string literal not displayed */

	ClipboardDocumentSolid template.HTML = `` /* 797-byte string literal not displayed */

	ClipboardSolid template.HTML = `` /* 423-byte string literal not displayed */

	ClockSolid template.HTML = `` /* 341-byte string literal not displayed */

	CloudArrowDownSolid template.HTML = `` /* 426-byte string literal not displayed */

	CloudArrowUpSolid template.HTML = `` /* 428-byte string literal not displayed */

	CloudSolid template.HTML = `` /* 298-byte string literal not displayed */

	CodeBracketSquareSolid template.HTML = `` /* 472-byte string literal not displayed */

	CodeBracketSolid template.HTML = `` /* 510-byte string literal not displayed */

	Cog6ToothSolid template.HTML = `` /* 1201-byte string literal not displayed */

	Cog8ToothSolid template.HTML = `` /* 1447-byte string literal not displayed */

	CogSolid template.HTML = `` /* 2275-byte string literal not displayed */

	CommandLineSolid template.HTML = `` /* 411-byte string literal not displayed */

	ComputerDesktopSolid template.HTML = `` /* 472-byte string literal not displayed */

	CpuChipSolid template.HTML = `` /* 735-byte string literal not displayed */

	CreditCardSolid template.HTML = `` /* 400-byte string literal not displayed */

	CubeTransparentSolid template.HTML = `` /* 1175-byte string literal not displayed */

	CubeSolid template.HTML = `` /* 309-byte string literal not displayed */

	CurrencyBangladeshiSolid template.HTML = `` /* 599-byte string literal not displayed */

	CurrencyDollarSolid template.HTML = `` /* 1012-byte string literal not displayed */

	CurrencyEuroSolid template.HTML = `` /* 599-byte string literal not displayed */

	CurrencyPoundSolid template.HTML = `` /* 734-byte string literal not displayed */

	CurrencyRupeeSolid template.HTML = `` /* 523-byte string literal not displayed */

	CurrencyYenSolid template.HTML = `` /* 503-byte string literal not displayed */

	CursorArrowRaysSolid template.HTML = `` /* 852-byte string literal not displayed */

	CursorArrowRippleSolid template.HTML = `` /* 600-byte string literal not displayed */

	DevicePhoneMobileSolid template.HTML = `` /* 593-byte string literal not displayed */

	DeviceTabletSolid template.HTML = `` /* 513-byte string literal not displayed */

	DocumentArrowDownSolid template.HTML = `` /* 641-byte string literal not displayed */

	DocumentArrowUpSolid template.HTML = `` /* 639-byte string literal not displayed */

	DocumentChartBarSolid template.HTML = `` /* 687-byte string literal not displayed */

	DocumentCheckSolid template.HTML = `` /* 628-byte string literal not displayed */

	DocumentDuplicateSolid template.HTML = `` /* 610-byte string literal not displayed */

	DocumentMagnifyingGlassSolid template.HTML = `` /* 691-byte string literal not displayed */

	DocumentMinusSolid template.HTML = `` /* 564-byte string literal not displayed */

	DocumentPlusSolid template.HTML = `` /* 622-byte string literal not displayed */

	DocumentTextSolid template.HTML = `` /* 634-byte string literal not displayed */

	DocumentSolid template.HTML = `` /* 471-byte string literal not displayed */

	EllipsisHorizontalCircleSolid template.HTML = `` /* 434-byte string literal not displayed */

	EllipsisHorizontalSolid template.HTML = `` /* 279-byte string literal not displayed */

	EllipsisVerticalSolid template.HTML = `` /* 279-byte string literal not displayed */

	EnvelopeOpenSolid template.HTML = `` /* 479-byte string literal not displayed */

	EnvelopeSolid template.HTML = `` /* 318-byte string literal not displayed */

	ExclamationCircleSolid template.HTML = `` /* 374-byte string literal not displayed */

	ExclamationTriangleSolid template.HTML = `` /* 395-byte string literal not displayed */

	EyeDropperSolid template.HTML = `` /* 667-byte string literal not displayed */

	EyeSlashSolid template.HTML = `` /* 713-byte string literal not displayed */

	EyeSolid template.HTML = `` /* 455-byte string literal not displayed */

	FaceFrownSolid template.HTML = `` /* 857-byte string literal not displayed */

	FaceSmileSolid template.HTML = `` /* 788-byte string literal not displayed */

	FilmSolid template.HTML = `` /* 1315-byte string literal not displayed */

	FingerPrintSolid template.HTML = `` /* 1000-byte string literal not displayed */

	FireSolid template.HTML = `` /* 442-byte string literal not displayed */

	FlagSolid template.HTML = `` /* 461-byte string literal not displayed */

	FolderArrowDownSolid template.HTML = `` /* 425-byte string literal not displayed */

	FolderMinusSolid template.HTML = `` /* 340-byte string literal not displayed */

	FolderOpenSolid template.HTML = `` /* 426-byte string literal not displayed */

	FolderPlusSolid template.HTML = `` /* 411-byte string literal not displayed */

	FolderSolid template.HTML = `` /* 359-byte string literal not displayed */

	ForwardSolid template.HTML = `` /* 348-byte string literal not displayed */

	FunnelSolid template.HTML = `` /* 470-byte string literal not displayed */

	GifSolid template.HTML = `` /* 828-byte string literal not displayed */

	GiftTopSolid template.HTML = `` /* 820-byte string literal not displayed */

	GiftSolid template.HTML = `` /* 550-byte string literal not displayed */

	GlobeAltSolid template.HTML = `` /* 1168-byte string literal not displayed */

	GlobeAmericasSolid template.HTML = `` /* 772-byte string literal not displayed */

	GlobeAsiaAustraliaSolid template.HTML = `` /* 919-byte string literal not displayed */

	GlobeEuropeAfricaSolid template.HTML = `` /* 918-byte string literal not displayed */

	HandRaisedSolid template.HTML = `` /* 601-byte string literal not displayed */

	HandThumbDownSolid template.HTML = `` /* 849-byte string literal not displayed */

	HandThumbUpSolid template.HTML = `` /* 897-byte string literal not displayed */

	HashtagSolid template.HTML = `` /* 546-byte string literal not displayed */

	HeartSolid template.HTML = `` /* 498-byte string literal not displayed */

	HomeModernSolid template.HTML = `` /* 575-byte string literal not displayed */

	HomeSolid template.HTML = `` /* 522-byte string literal not displayed */

	IdentificationSolid template.HTML = `` /* 594-byte string literal not displayed */

	InboxArrowDownSolid template.HTML = `` /* 767-byte string literal not displayed */

	InboxStackSolid template.HTML = `` /* 814-byte string literal not displayed */

	InboxSolid template.HTML = `` /* 535-byte string literal not displayed */

	InformationCircleSolid template.HTML = `` /* 480-byte string literal not displayed */

	KeySolid template.HTML = `` /* 505-byte string literal not displayed */

	LanguageSolid template.HTML = `` /* 852-byte string literal not displayed */

	LifebuoySolid template.HTML = `` /* 1143-byte string literal not displayed */

	LightBulbSolid template.HTML = `` /* 827-byte string literal not displayed */

	LinkSolid template.HTML = `` /* 603-byte string literal not displayed */

	ListBulletSolid template.HTML = `` /* 550-byte string literal not displayed */

	LockClosedSolid template.HTML = `` /* 333-byte string literal not displayed */

	LockOpenSolid template.HTML = `` /* 304-byte string literal not displayed */

	MagnifyingGlassCircleSolid template.HTML = `` /* 453-byte string literal not displayed */

	MagnifyingGlassMinusSolid template.HTML = `` /* 386-byte string literal not displayed */

	MagnifyingGlassPlusSolid template.HTML = `` /* 458-byte string literal not displayed */

	MagnifyingGlassSolid template.HTML = `` /* 318-byte string literal not displayed */

	MapPinSolid template.HTML = `` /* 461-byte string literal not displayed */

	MapSolid template.HTML = `` /* 577-byte string literal not displayed */

	MegaphoneSolid template.HTML = `` /* 678-byte string literal not displayed */

	MicrophoneSolid template.HTML = `` /* 403-byte string literal not displayed */

	MinusCircleSolid template.HTML = `` /* 309-byte string literal not displayed */

	MinusSmallSolid template.HTML = `` /* 232-byte string literal not displayed */

	MinusSolid template.HTML = `` /* 234-byte string literal not displayed */

	MoonSolid template.HTML = `` /* 378-byte string literal not displayed */

	MusicalNoteSolid template.HTML = `` /* 470-byte string literal not displayed */

	NewspaperSolid template.HTML = `` /* 698-byte string literal not displayed */

	NoSymbolSolid template.HTML = `` /* 399-byte string literal not displayed */

	PaintBrushSolid template.HTML = `` /* 607-byte string literal not displayed */

	PaperAirplaneSolid template.HTML = `` /* 306-byte string literal not displayed */

	PaperClipSolid template.HTML = `` /* 523-byte string literal not displayed */

	PauseCircleSolid template.HTML = `` /* 456-byte string literal not displayed */

	PauseSolid template.HTML = `` /* 364-byte string literal not displayed */

	PencilSquareSolid template.HTML = `` /* 555-byte string literal not displayed */

	PencilSolid template.HTML = `` /* 362-byte string literal not displayed */

	PhoneArrowDownLeftSolid template.HTML = `` /* 683-byte string literal not displayed */

	PhoneArrowUpRightSolid template.HTML = `` /* 685-byte string literal not displayed */

	PhoneXMarkSolid template.HTML = `` /* 671-byte string literal not displayed */

	PhoneSolid template.HTML = `` /* 484-byte string literal not displayed */

	PhotoSolid template.HTML = `` /* 505-byte string literal not displayed */

	PlayCircleSolid template.HTML = `` /* 381-byte string literal not displayed */

	PlayPauseSolid template.HTML = `` /* 459-byte string literal not displayed */

	PlaySolid template.HTML = `` /* 297-byte string literal not displayed */

	PlusCircleSolid template.HTML = `` /* 373-byte string literal not displayed */

	PlusSmallSolid template.HTML = `` /* 292-byte string literal not displayed */

	PlusSolid template.HTML = `` /* 300-byte string literal not displayed */

	PowerSolid template.HTML = `` /* 419-byte string literal not displayed */

	PresentationChartBarSolid template.HTML = `` /* 540-byte string literal not displayed */

	PresentationChartLineSolid template.HTML = `` /* 578-byte string literal not displayed */

	PrinterSolid template.HTML = `` /* 960-byte string literal not displayed */

	PuzzlePieceSolid template.HTML = `` /* 1249-byte string literal not displayed */

	QrCodeSolid template.HTML = `` /* 1752-byte string literal not displayed */

	QuestionMarkCircleSolid template.HTML = `` /* 597-byte string literal not displayed */

	QueueListSolid template.HTML = `` /* 379-byte string literal not displayed */

	RadioSolid template.HTML = `` /* 2526-byte string literal not displayed */

	ReceiptPercentSolid template.HTML = `` /* 581-byte string literal not displayed */

	ReceiptRefundSolid template.HTML = `` /* 597-byte string literal not displayed */

	RectangleGroupSolid template.HTML = `` /* 596-byte string literal not displayed */

	RectangleStackSolid template.HTML = `` /* 413-byte string literal not displayed */

	RocketLaunchSolid template.HTML = `` /* 642-byte string literal not displayed */

	RssSolid template.HTML = `` /* 513-byte string literal not displayed */

	ScaleSolid template.HTML = `` /* 782-byte string literal not displayed */

	ScissorsSolid template.HTML = `` /* 877-byte string literal not displayed */

	ServerStackSolid template.HTML = `` /* 572-byte string literal not displayed */

	ServerSolid template.HTML = `` /* 460-byte string literal not displayed */

	ShareSolid template.HTML = `` /* 319-byte string literal not displayed */

	ShieldCheckSolid template.HTML = `` /* 574-byte string literal not displayed */

	ShieldExclamationSolid template.HTML = `` /* 620-byte string literal not displayed */

	ShoppingBagSolid template.HTML = `` /* 470-byte string literal not displayed */

	ShoppingCartSolid template.HTML = `` /* 529-byte string literal not displayed */

	SignalSlashSolid template.HTML = `` /* 1010-byte string literal not displayed */

	SignalSolid template.HTML = `` /* 874-byte string literal not displayed */

	SparklesSolid template.HTML = `` /* 1052-byte string literal not displayed */

	SpeakerWaveSolid template.HTML = `` /* 585-byte string literal not displayed */

	SpeakerXMarkSolid template.HTML = `` /* 514-byte string literal not displayed */

	Square2StackSolid template.HTML = `` /* 287-byte string literal not displayed */

	Square3Stack3dSolid template.HTML = `` /* 594-byte string literal not displayed */

	Squares2x2Solid template.HTML = `` /* 456-byte string literal not displayed */

	SquaresPlusSolid template.HTML = `` /* 471-byte string literal not displayed */

	StarSolid template.HTML = `` /* 449-byte string literal not displayed */

	StopCircleSolid template.HTML = `` /* 412-byte string literal not displayed */

	StopSolid template.HTML = `` /* 231-byte string literal not displayed */

	SunSolid template.HTML = `` /* 766-byte string literal not displayed */

	SwatchSolid template.HTML = `` /* 593-byte string literal not displayed */

	TableCellsSolid template.HTML = `` /* 1030-byte string literal not displayed */

	TagSolid template.HTML = `` /* 404-byte string literal not displayed */

	TicketSolid template.HTML = `` /* 814-byte string literal not displayed */

	TrashSolid template.HTML = `` /* 735-byte string literal not displayed */

	TrophySolid template.HTML = `` /* 917-byte string literal not displayed */

	TruckSolid template.HTML = `` /* 594-byte string literal not displayed */

	TvSolid template.HTML = `` /* 520-byte string literal not displayed */

	UserCircleSolid template.HTML = `` /* 499-byte string literal not displayed */

	UserGroupSolid template.HTML = `` /* 769-byte string literal not displayed */

	UserMinusSolid template.HTML = `` /* 408-byte string literal not displayed */

	UserPlusSolid template.HTML = `` /* 464-byte string literal not displayed */

	UserSolid template.HTML = `` /* 338-byte string literal not displayed */

	UsersSolid template.HTML = `` /* 560-byte string literal not displayed */

	VariableSolid template.HTML = `` /* 958-byte string literal not displayed */

	VideoCameraSlashSolid template.HTML = `` /* 432-byte string literal not displayed */

	VideoCameraSolid template.HTML = `` /* 300-byte string literal not displayed */

	ViewColumnsSolid template.HTML = `` /* 330-byte string literal not displayed */

	ViewfinderCircleSolid template.HTML = `` /* 524-byte string literal not displayed */

	WalletSolid template.HTML = `` /* 483-byte string literal not displayed */

	WifiSolid template.HTML = `` /* 744-byte string literal not displayed */

	WindowSolid template.HTML = `` /* 596-byte string literal not displayed */

	WrenchScrewdriverSolid template.HTML = `` /* 1080-byte string literal not displayed */

	WrenchSolid template.HTML = `` /* 583-byte string literal not displayed */

	XCircleSolid template.HTML = `` /* 439-byte string literal not displayed */

	XMarkSolid template.HTML = `` /* 351-byte string literal not displayed */

	AcademicCapOutline template.HTML = `` /* 645-byte string literal not displayed */

	AdjustmentsHorizontalOutline template.HTML = `` /* 406-byte string literal not displayed */

	AdjustmentsVerticalOutline template.HTML = `` /* 399-byte string literal not displayed */

	ArchiveBoxArrowDownOutline template.HTML = `` /* 474-byte string literal not displayed */

	ArchiveBoxXMarkOutline template.HTML = `` /* 518-byte string literal not displayed */

	ArchiveBoxOutline template.HTML = `` /* 456-byte string literal not displayed */

	ArrowDownCircleOutline template.HTML = `` /* 266-byte string literal not displayed */

	ArrowDownLeftOutline template.HTML = `` /* 242-byte string literal not displayed */

	ArrowDownOnSquareStackOutline template.HTML = `` /* 454-byte string literal not displayed */

	ArrowDownOnSquareOutline template.HTML = `` /* 348-byte string literal not displayed */

	ArrowDownRightOutline template.HTML = `` /* 238-byte string literal not displayed */

	ArrowDownTrayOutline template.HTML = `` /* 306-byte string literal not displayed */

	ArrowDownOutline template.HTML = `` /* 239-byte string literal not displayed */

	ArrowLeftCircleOutline template.HTML = `` /* 266-byte string literal not displayed */

	ArrowLeftOnRectangleOutline template.HTML = `` /* 348-byte string literal not displayed */

	ArrowLeftOutline template.HTML = `` /* 237-byte string literal not displayed */

	ArrowLongDownOutline template.HTML = `` /* 243-byte string literal not displayed */

	ArrowLongLeftOutline template.HTML = `` /* 240-byte string literal not displayed */

	ArrowLongRightOutline template.HTML = `` /* 242-byte string literal not displayed */

	ArrowLongUpOutline template.HTML = `` /* 239-byte string literal not displayed */

	ArrowPathRoundedSquareOutline template.HTML = `` /* 522-byte string literal not displayed */

	ArrowPathOutline template.HTML = `` /* 365-byte string literal not displayed */

	ArrowRightCircleOutline template.HTML = `` /* 267-byte string literal not displayed */

	ArrowRightOnRectangleOutline template.HTML = `` /* 342-byte string literal not displayed */

	ArrowRightOutline template.HTML = `` /* 238-byte string literal not displayed */

	ArrowSmallDownOutline template.HTML = `` /* 245-byte string literal not displayed */

	ArrowSmallLeftOutline template.HTML = `` /* 245-byte string literal not displayed */

	ArrowSmallRightOutline template.HTML = `` /* 246-byte string literal not displayed */

	ArrowSmallUpOutline template.HTML = `` /* 246-byte string literal not displayed */

	ArrowTopRightOnSquareOutline template.HTML = `` /* 328-byte string literal not displayed */

	ArrowTrendingDownOutline template.HTML = `` /* 310-byte string literal not displayed */

	ArrowTrendingUpOutline template.HTML = `` /* 305-byte string literal not displayed */

	ArrowUpCircleOutline template.HTML = `` /* 267-byte string literal not displayed */

	ArrowUpLeftOutline template.HTML = `` /* 243-byte string literal not displayed */

	ArrowUpOnSquareStackOutline template.HTML = `` /* 456-byte string literal not displayed */

	ArrowUpOnSquareOutline template.HTML = `` /* 346-byte string literal not displayed */

	ArrowUpRightOutline template.HTML = `` /* 240-byte string literal not displayed */

	ArrowUpTrayOutline template.HTML = `` /* 304-byte string literal not displayed */

	ArrowUpOutline template.HTML = `` /* 236-byte string literal not displayed */

	ArrowUturnDownOutline template.HTML = `` /* 243-byte string literal not displayed */

	ArrowUturnLeftOutline template.HTML = `` /* 242-byte string literal not displayed */

	ArrowUturnRightOutline template.HTML = `` /* 242-byte string literal not displayed */

	ArrowUturnUpOutline template.HTML = `` /* 243-byte string literal not displayed */

	ArrowsPointingInOutline template.HTML = `` /* 335-byte string literal not displayed */

	ArrowsPointingOutOutline template.HTML = `` /* 351-byte string literal not displayed */

	ArrowsRightLeftOutline template.HTML = `` /* 276-byte string literal not displayed */

	ArrowsUpDownOutline template.HTML = `` /* 275-byte string literal not displayed */

	AtSymbolOutline template.HTML = `` /* 297-byte string literal not displayed */

	BackspaceOutline template.HTML = `` /* 447-byte string literal not displayed */

	BackwardOutline template.HTML = `` /* 443-byte string literal not displayed */

	BanknotesOutline template.HTML = `` /* 687-byte string literal not displayed */

	Bars2Outline template.HTML = `` /* 230-byte string literal not displayed */

	Bars3BottomLeftOutline template.HTML = `` /* 244-byte string literal not displayed */

	Bars3BottomRightOutline template.HTML = `` /* 244-byte string literal not displayed */

	Bars3CenterLeftOutline template.HTML = `` /* 244-byte string literal not displayed */

	Bars3Outline template.HTML = `` /* 246-byte string literal not displayed */

	Bars4Outline template.HTML = `` /* 262-byte string literal not displayed */

	BarsArrowDownOutline template.HTML = `` /* 279-byte string literal not displayed */

	BarsArrowUpOutline template.HTML = `` /* 276-byte string literal not displayed */

	Battery0Outline template.HTML = `` /* 396-byte string literal not displayed */

	Battery100Outline template.HTML = `` /* 421-byte string literal not displayed */

	Battery50Outline template.HTML = `` /* 423-byte string literal not displayed */

	BeakerOutline template.HTML = `` /* 625-byte string literal not displayed */

	BellAlertOutline template.HTML = `` /* 480-byte string literal not displayed */

	BellSlashOutline template.HTML = `` /* 483-byte string literal not displayed */

	BellSnoozeOutline template.HTML = `` /* 432-byte string literal not displayed */

	BellOutline template.HTML = `` /* 411-byte string literal not displayed */

	BoltSlashOutline template.HTML = `` /* 366-byte string literal not displayed */

	BoltOutline template.HTML = `` /* 261-byte string literal not displayed */

	BookOpenOutline template.HTML = `` /* 435-byte string literal not displayed */

	BookmarkSlashOutline template.HTML = `` /* 391-byte string literal not displayed */

	BookmarkSquareOutline template.HTML = `` /* 353-byte string literal not displayed */

	BookmarkOutline template.HTML = `` /* 330-byte string literal not displayed */

	BriefcaseOutline template.HTML = `` /* 775-byte string literal not displayed */

	BugAntOutline template.HTML = `` /* 1122-byte string literal not displayed */

	BuildingLibraryOutline template.HTML = `` /* 357-byte string literal not displayed */

	BuildingOffice2Outline template.HTML = `` /* 500-byte string literal not displayed */

	BuildingOfficeOutline template.HTML = `` /* 383-byte string literal not displayed */

	BuildingStorefrontOutline template.HTML = `` /* 715-byte string literal not displayed */

	CakeOutline template.HTML = `` /* 890-byte string literal not displayed */

	CalculatorOutline template.HTML = `` /* 846-byte string literal not displayed */

	CalendarDaysOutline template.HTML = `` /* 745-byte string literal not displayed */

	CalendarOutline template.HTML = `` /* 415-byte string literal not displayed */

	CameraOutline template.HTML = `` /* 695-byte string literal not displayed */

	ChartBarSquareOutline template.HTML = `` /* 352-byte string literal not displayed */

	ChartBarOutline template.HTML = `` /* 646-byte string literal not displayed */

	ChartPieOutline template.HTML = `` /* 336-byte string literal not displayed */

	ChatBubbleBottomCenterTextOutline template.HTML = `` /* 548-byte string literal not displayed */

	ChatBubbleBottomCenterOutline template.HTML = `` /* 540-byte string literal not displayed */

	ChatBubbleLeftEllipsisOutline template.HTML = `` /* 677-byte string literal not displayed */

	ChatBubbleLeftRightOutline template.HTML = `` /* 715-byte string literal not displayed */

	ChatBubbleLeftOutline template.HTML = `` /* 507-byte string literal not displayed */

	ChatBubbleOvalLeftEllipsisOutline template.HTML = `` /* 608-byte string literal not displayed */

	ChatBubbleOvalLeftOutline template.HTML = `` /* 425-byte string literal not displayed */

	CheckBadgeOutline template.HTML = `` /* 663-byte string literal not displayed */

	CheckCircleOutline template.HTML = `` /* 261-byte string literal not displayed */

	CheckOutline template.HTML = `` /* 223-byte string literal not displayed */

	ChevronDoubleDownOutline template.HTML = `` /* 251-byte string literal not displayed */

	ChevronDoubleLeftOutline template.HTML = `` /* 252-byte string literal not displayed */

	ChevronDoubleRightOutline template.HTML = `` /* 250-byte string literal not displayed */

	ChevronDoubleUpOutline template.HTML = `` /* 250-byte string literal not displayed */

	ChevronDownOutline template.HTML = `` /* 229-byte string literal not displayed */

	ChevronLeftOutline template.HTML = `` /* 229-byte string literal not displayed */

	ChevronRightOutline template.HTML = `` /* 227-byte string literal not displayed */

	ChevronUpDownOutline template.HTML = `` /* 251-byte string literal not displayed */

	ChevronUpOutline template.HTML = `` /* 228-byte string literal not displayed */

	CircleStackOutline template.HTML = `` /* 559-byte string literal not displayed */

	ClipboardDocumentCheckOutline template.HTML = `` /* 737-byte string literal not displayed */

	ClipboardDocumentListOutline template.HTML = `` /* 790-byte string literal not displayed */

	ClipboardDocumentOutline template.HTML = `` /* 753-byte string literal not displayed */

	ClipboardOutline template.HTML = `` /* 561-byte string literal not displayed */

	ClockOutline template.HTML = `` /* 247-byte string literal not displayed */

	CloudArrowDownOutline template.HTML = `` /* 340-byte string literal not displayed */

	CloudArrowUpOutline template.HTML = `` /* 343-byte string literal not displayed */

	CloudOutline template.HTML = `` /* 332-byte string literal not displayed */

	CodeBracketSquareOutline template.HTML = `` /* 363-byte string literal not displayed */

	CodeBracketOutline template.HTML = `` /* 273-byte string literal not displayed */

	Cog6ToothOutline template.HTML = `` /* 1278-byte string literal not displayed */

	Cog8ToothOutline template.HTML = `` /* 1359-byte string literal not displayed */

	CogOutline template.HTML = `` /* 653-byte string literal not displayed */

	CommandLineOutline template.HTML = `` /* 344-byte string literal not displayed */

	ComputerDesktopOutline template.HTML = `` /* 457-byte string literal not displayed */

	CpuChipOutline template.HTML = `` /* 466-byte string literal not displayed */

	CreditCardOutline template.HTML = `` /* 373-byte string literal not displayed */

	CubeTransparentOutline template.HTML = `` /* 471-byte string literal not displayed */

	CubeOutline template.HTML = `` /* 287-byte string literal not displayed */

	CurrencyBangladeshiOutline template.HTML = `` /* 392-byte string literal not displayed */

	CurrencyDollarOutline template.HTML = `` /* 434-byte string literal not displayed */

	CurrencyEuroOutline template.HTML = `` /* 295-byte string literal not displayed */

	CurrencyPoundOutline template.HTML = `` /* 420-byte string literal not displayed */

	CurrencyRupeeOutline template.HTML = `` /* 277-byte string literal not displayed */

	CurrencyYenOutline template.HTML = `` /* 282-byte string literal not displayed */

	CursorArrowRaysOutline template.HTML = `` /* 385-byte string literal not displayed */

	CursorArrowRippleOutline template.HTML = `` /* 352-byte string literal not displayed */

	DevicePhoneMobileOutline template.HTML = `` /* 359-byte string literal not displayed */

	DeviceTabletOutline template.HTML = `` /* 338-byte string literal not displayed */

	DocumentArrowDownOutline template.HTML = `` /* 481-byte string literal not displayed */

	DocumentArrowUpOutline template.HTML = `` /* 483-byte string literal not displayed */

	DocumentChartBarOutline template.HTML = `` /* 483-byte string literal not displayed */

	DocumentCheckOutline template.HTML = `` /* 482-byte string literal not displayed */

	DocumentDuplicateOutline template.HTML = `` /* 663-byte string literal not displayed */

	DocumentMagnifyingGlassOutline template.HTML = `` /* 536-byte string literal not displayed */

	DocumentMinusOutline template.HTML = `` /* 464-byte string literal not displayed */

	DocumentPlusOutline template.HTML = `` /* 469-byte string literal not displayed */

	DocumentTextOutline template.HTML = `` /* 479-byte string literal not displayed */

	DocumentOutline template.HTML = `` /* 454-byte string literal not displayed */

	EllipsisHorizontalCircleOutline template.HTML = `` /* 407-byte string literal not displayed */

	EllipsisHorizontalOutline template.HTML = `` /* 336-byte string literal not displayed */

	EllipsisVerticalOutline template.HTML = `` /* 330-byte string literal not displayed */

	EnvelopeOpenOutline template.HTML = `` /* 558-byte string literal not displayed */

	EnvelopeOutline template.HTML = `` /* 448-byte string literal not displayed */

	ExclamationCircleOutline template.HTML = `` /* 274-byte string literal not displayed */

	ExclamationTriangleOutline template.HTML = `` /* 378-byte string literal not displayed */

	EyeDropperOutline template.HTML = `` /* 437-byte string literal not displayed */

	EyeSlashOutline template.HTML = `` /* 527-byte string literal not displayed */

	EyeOutline template.HTML = `` /* 478-byte string literal not displayed */

	FaceFrownOutline template.HTML = `` /* 530-byte string literal not displayed */

	FaceSmileOutline template.HTML = `` /* 496-byte string literal not displayed */

	FilmOutline template.HTML = `` /* 1955-byte string literal not displayed */

	FingerPrintOutline template.HTML = `` /* 496-byte string literal not displayed */

	FireOutline template.HTML = `` /* 501-byte string literal not displayed */

	FlagOutline template.HTML = `` /* 394-byte string literal not displayed */

	FolderArrowDownOutline template.HTML = `` /* 408-byte string literal not displayed */

	FolderMinusOutline template.HTML = `` /* 391-byte string literal not displayed */

	FolderOpenOutline template.HTML = `` /* 524-byte string literal not displayed */

	FolderPlusOutline template.HTML = `` /* 397-byte string literal not displayed */

	FolderOutline template.HTML = `` /* 449-byte string literal not displayed */

	ForwardOutline template.HTML = `` /* 442-byte string literal not displayed */

	FunnelOutline template.HTML = `` /* 493-byte string literal not displayed */

	GifOutline template.HTML = `` /* 481-byte string literal not displayed */

	GiftTopOutline template.HTML = `` /* 617-byte string literal not displayed */

	GiftOutline template.HTML = `` /* 512-byte string literal not displayed */

	GlobeAltOutline template.HTML = `` /* 663-byte string literal not displayed */

	GlobeAmericasOutline template.HTML = `` /* 777-byte string literal not displayed */

	GlobeAsiaAustraliaOutline template.HTML = `` /* 867-byte string literal not displayed */

	GlobeEuropeAfricaOutline template.HTML = `` /* 924-byte string literal not displayed */

	HandRaisedOutline template.HTML = `` /* 628-byte string literal not displayed */

	HandThumbDownOutline template.HTML = `` /* 921-byte string literal not displayed */

	HandThumbUpOutline template.HTML = `` /* 903-byte string literal not displayed */

	HashtagOutline template.HTML = `` /* 268-byte string literal not displayed */

	HeartOutline template.HTML = `` /* 359-byte string literal not displayed */

	HomeModernOutline template.HTML = `` /* 436-byte string literal not displayed */

	HomeOutline template.HTML = `` /* 436-byte string literal not displayed */

	IdentificationOutline template.HTML = `` /* 504-byte string literal not displayed */

	InboxArrowDownOutline template.HTML = `` /* 578-byte string literal not displayed */

	InboxStackOutline template.HTML = `` /* 830-byte string literal not displayed */

	InboxOutline template.HTML = `` /* 552-byte string literal not displayed */

	InformationCircleOutline template.HTML = `` /* 348-byte string literal not displayed */

	KeyOutline template.HTML = `` /* 404-byte string literal not displayed */

	LanguageOutline template.HTML = `` /* 441-byte string literal not displayed */

	LifebuoyOutline template.HTML = `` /* 1176-byte string literal not displayed */

	LightBulbOutline template.HTML = `` /* 442-byte string literal not displayed */

	LinkOutline template.HTML = `` /* 365-byte string literal not displayed */

	ListBulletOutline template.HTML = `` /* 470-byte string literal not displayed */

	LockClosedOutline template.HTML = `` /* 370-byte string literal not displayed */

	LockOpenOutline template.HTML = `` /* 369-byte string literal not displayed */

	MagnifyingGlassCircleOutline template.HTML = `` /* 323-byte string literal not displayed */

	MagnifyingGlassMinusOutline template.HTML = `` /* 289-byte string literal not displayed */

	MagnifyingGlassPlusOutline template.HTML = `` /* 294-byte string literal not displayed */

	MagnifyingGlassOutline template.HTML = `` /* 276-byte string literal not displayed */

	MapPinOutline template.HTML = `` /* 374-byte string literal not displayed */

	MapOutline template.HTML = `` /* 525-byte string literal not displayed */

	MegaphoneOutline template.HTML = `` /* 805-byte string literal not displayed */

	MicrophoneOutline template.HTML = `` /* 333-byte string literal not displayed */

	MinusCircleOutline template.HTML = `` /* 243-byte string literal not displayed */

	MinusSmallOutline template.HTML = `` /* 210-byte string literal not displayed */

	MinusOutline template.HTML = `` /* 214-byte string literal not displayed */

	MoonOutline template.HTML = `` /* 378-byte string literal not displayed */

	MusicalNoteOutline template.HTML = `` /* 455-byte string literal not displayed */

	NewspaperOutline template.HTML = `` /* 475-byte string literal not displayed */

	NoSymbolOutline template.HTML = `` /* 296-byte string literal not displayed */

	PaintBrushOutline template.HTML = `` /* 544-byte string literal not displayed */

	PaperAirplaneOutline template.HTML = `` /* 293-byte string literal not displayed */

	PaperClipOutline template.HTML = `` /* 360-byte string literal not displayed */

	PauseCircleOutline template.HTML = `` /* 255-byte string literal not displayed */

	PauseOutline template.HTML = `` /* 233-byte string literal not displayed */

	PencilSquareOutline template.HTML = `` /* 447-byte string literal not displayed */

	PencilOutline template.HTML = `` /* 360-byte string literal not displayed */

	PhoneArrowDownLeftOutline template.HTML = `` /* 571-byte string literal not displayed */

	PhoneArrowUpRightOutline template.HTML = `` /* 570-byte string literal not displayed */

	PhoneXMarkOutline template.HTML = `` /* 598-byte string literal not displayed */

	PhoneOutline template.HTML = `` /* 549-byte string literal not displayed */

	PhotoOutline template.HTML = `` /* 499-byte string literal not displayed */

	PlayCircleOutline template.HTML = `` /* 412-byte string literal not displayed */

	PlayPauseOutline template.HTML = `` /* 339-byte string literal not displayed */

	PlayOutline template.HTML = `` /* 325-byte string literal not displayed */

	PlusCircleOutline template.HTML = `` /* 248-byte string literal not displayed */

	PlusSmallOutline template.HTML = `` /* 216-byte string literal not displayed */

	PlusOutline template.HTML = `` /* 224-byte string literal not displayed */

	PowerOutline template.HTML = `` /* 238-byte string literal not displayed */

	PresentationChartBarOutline template.HTML = `` /* 410-byte string literal not displayed */

	PresentationChartLineOutline template.HTML = `` /* 433-byte string literal not displayed */

	PrinterOutline template.HTML = `` /* 802-byte string literal not displayed */

	PuzzlePieceOutline template.HTML = `` /* 1259-byte string literal not displayed */

	QrCodeOutline template.HTML = `` /* 934-byte string literal not displayed */

	QuestionMarkCircleOutline template.HTML = `` /* 398-byte string literal not displayed */

	QueueListOutline template.HTML = `` /* 315-byte string literal not displayed */

	RadioOutline template.HTML = `` /* 1219-byte string literal not displayed */

	ReceiptPercentOutline template.HTML = `` /* 514-byte string literal not displayed */

	ReceiptRefundOutline template.HTML = `` /* 428-byte string literal not displayed */

	RectangleGroupOutline template.HTML = `` /* 649-byte string literal not displayed */

	RectangleStackOutline template.HTML = `` /* 554-byte string literal not displayed */

	RocketLaunchOutline template.HTML = `` /* 615-byte string literal not displayed */

	RssOutline template.HTML = `` /* 332-byte string literal not displayed */

	ScaleOutline template.HTML = `` /* 702-byte string literal not displayed */

	ScissorsOutline template.HTML = `` /* 759-byte string literal not displayed */

	ServerStackOutline template.HTML = `` /* 558-byte string literal not displayed */

	ServerOutline template.HTML = `` /* 491-byte string literal not displayed */

	ShareOutline template.HTML = `` /* 455-byte string literal not displayed */

	ShieldCheckOutline template.HTML = `` /* 408-byte string literal not displayed */

	ShieldExclamationOutline template.HTML = `` /* 419-byte string literal not displayed */

	ShoppingBagOutline template.HTML = `` /* 494-byte string literal not displayed */

	ShoppingCartOutline template.HTML = `` /* 469-byte string literal not displayed */

	SignalSlashOutline template.HTML = `` /* 533-byte string literal not displayed */

	SignalOutline template.HTML = `` /* 489-byte string literal not displayed */

	SparklesOutline template.HTML = `` /* 795-byte string literal not displayed */

	SpeakerWaveOutline template.HTML = `` /* 464-byte string literal not displayed */

	SpeakerXMarkOutline template.HTML = `` /* 468-byte string literal not displayed */

	Square2StackOutline template.HTML = `` /* 428-byte string literal not displayed */

	Square3Stack3dOutline template.HTML = `` /* 398-byte string literal not displayed */

	Squares2x2Outline template.HTML = `` /* 676-byte string literal not displayed */

	SquaresPlusOutline template.HTML = `` /* 607-byte string literal not displayed */

	StarOutline template.HTML = `` /* 556-byte string literal not displayed */

	StopCircleOutline template.HTML = `` /* 426-byte string literal not displayed */

	StopOutline template.HTML = `` /* 319-byte string literal not displayed */

	SunOutline template.HTML = `` /* 395-byte string literal not displayed */

	SwatchOutline template.HTML = `` /* 603-byte string literal not displayed */

	TableCellsOutline template.HTML = `` /* 1435-byte string literal not displayed */

	TagOutline template.HTML = `` /* 482-byte string literal not displayed */

	TicketOutline template.HTML = `` /* 474-byte string literal not displayed */

	TrashOutline template.HTML = `` /* 609-byte string literal not displayed */

	TrophyOutline template.HTML = `` /* 831-byte string literal not displayed */

	TruckOutline template.HTML = `` /* 610-byte string literal not displayed */

	TvOutline template.HTML = `` /* 382-byte string literal not displayed */

	UserCircleOutline template.HTML = `` /* 391-byte string literal not displayed */

	UserGroupOutline template.HTML = `` /* 689-byte string literal not displayed */

	UserMinusOutline template.HTML = `` /* 377-byte string literal not displayed */

	UserPlusOutline template.HTML = `` /* 395-byte string literal not displayed */

	UserOutline template.HTML = `` /* 346-byte string literal not displayed */

	UsersOutline template.HTML = `` /* 564-byte string literal not displayed */

	VariableOutline template.HTML = `` /* 483-byte string literal not displayed */

	VideoCameraSlashOutline template.HTML = `` /* 488-byte string literal not displayed */

	VideoCameraOutline template.HTML = `` /* 372-byte string literal not displayed */

	ViewColumnsOutline template.HTML = `` /* 369-byte string literal not displayed */

	ViewfinderCircleOutline template.HTML = `` /* 378-byte string literal not displayed */

	WalletOutline template.HTML = `` /* 456-byte string literal not displayed */

	WifiOutline template.HTML = `` /* 375-byte string literal not displayed */

	WindowOutline template.HTML = `` /* 409-byte string literal not displayed */

	WrenchScrewdriverOutline template.HTML = `` /* 716-byte string literal not displayed */

	WrenchOutline template.HTML = `` /* 555-byte string literal not displayed */

	XCircleOutline template.HTML = `` /* 269-byte string literal not displayed */

	XMarkOutline template.HTML = `` /* 222-byte string literal not displayed */

)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL