icon

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CheckCircleOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "check_circle_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z\"/></svg>"),
}
View Source
var CheckCircleOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "check_circle_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z\"/></svg>"),
}
View Source
var DownloadOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "download_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"/></svg>"),
}
View Source
var DownloadOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "download_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"/></svg>"),
}
View Source
var FactCheckOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "fact_check_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g><rect fill=\"none\" height=\"24\" width=\"24\"/></g><g><g><path d=\"M20,3H4C2.9,3,2,3.9,2,5v14c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V5 C22,3.9,21.1,3,20,3z M20,19H4V5h16V19z\" fill-rule=\"evenodd\"/><polygon fill-rule=\"evenodd\" points=\"19.41,10.42 17.99,9 14.82,12.17 13.41,10.75 12,12.16 14.82,15\"/><rect fill-rule=\"evenodd\" height=\"2\" width=\"5\" x=\"5\" y=\"7\"/><rect fill-rule=\"evenodd\" height=\"2\" width=\"5\" x=\"5\" y=\"11\"/><rect fill-rule=\"evenodd\" height=\"2\" width=\"5\" x=\"5\" y=\"15\"/></g></g></svg>"),
}
View Source
var FactCheckOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "fact_check_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g><rect fill=\"none\" height=\"24\" width=\"24\"/></g><g><g><path d=\"M20,3H4C2.9,3,2,3.9,2,5v14c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V5 C22,3.9,21.1,3,20,3z M20,19H4V5h16V19z\" fill-rule=\"evenodd\"/><polygon fill-rule=\"evenodd\" points=\"19.41,10.42 17.99,9 14.82,12.17 13.41,10.75 12,12.16 14.82,15\"/><rect fill-rule=\"evenodd\" height=\"2\" width=\"5\" x=\"5\" y=\"7\"/><rect fill-rule=\"evenodd\" height=\"2\" width=\"5\" x=\"5\" y=\"11\"/><rect fill-rule=\"evenodd\" height=\"2\" width=\"5\" x=\"5\" y=\"15\"/></g></g></svg>"),
}
View Source
var KeyOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "key_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g><rect fill=\"none\" height=\"24\" width=\"24\"/></g><g><path d=\"M21,10h-8.35C11.83,7.67,9.61,6,7,6c-3.31,0-6,2.69-6,6s2.69,6,6,6c2.61,0,4.83-1.67,5.65-4H13l2,2l2-2l2,2l4-4.04L21,10z M7,15c-1.65,0-3-1.35-3-3c0-1.65,1.35-3,3-3s3,1.35,3,3C10,13.65,8.65,15,7,15z\"/></g></svg>"),
}
View Source
var KeyOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "key_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g><rect fill=\"none\" height=\"24\" width=\"24\"/></g><g><path d=\"M21,10h-8.35C11.83,7.67,9.61,6,7,6c-3.31,0-6,2.69-6,6s2.69,6,6,6c2.61,0,4.83-1.67,5.65-4H13l2,2l2-2l2,2l4-4.04L21,10z M7,15c-1.65,0-3-1.35-3-3c0-1.65,1.35-3,3-3s3,1.35,3,3C10,13.65,8.65,15,7,15z\"/></g></svg>"),
}
View Source
var LockOpenOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "lock_open_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z\"/></svg>"),
}
View Source
var LockOpenOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "lock_open_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z\"/></svg>"),
}
View Source
var LockOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "lock_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g fill=\"none\"><path d=\"M0 0h24v24H0V0z\"/><path d=\"M0 0h24v24H0V0z\" opacity=\".87\"/></g><path d=\"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z\"/></svg>"),
}
View Source
var LockOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "lock_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g fill=\"none\"><path d=\"M0 0h24v24H0V0z\"/><path d=\"M0 0h24v24H0V0z\" opacity=\".87\"/></g><path d=\"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z\"/></svg>"),
}
View Source
var NoteOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "note_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M16 4H4c-1.1 0-2 .9-2 2v12.01c0 1.1.9 1.99 2 1.99h16c1.1 0 2-.9 2-2v-8l-6-6zM4 18.01V6h11v5h5v7.01H4z\"/></svg>"),
}
View Source
var NoteOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "note_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M16 4H4c-1.1 0-2 .9-2 2v12.01c0 1.1.9 1.99 2 1.99h16c1.1 0 2-.9 2-2v-8l-6-6zM4 18.01V6h11v5h5v7.01H4z\"/></svg>"),
}
View Source
var PasswordOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "password_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g><path d=\"M0,0h24v24H0V0z\" fill=\"none\"/></g><g><g><path d=\"M2,17h20v2H2V17z M3.15,12.95L4,11.47l0.85,1.48l1.3-0.75L5.3,10.72H7v-1.5H5.3l0.85-1.47L4.85,7L4,8.47L3.15,7l-1.3,0.75 L2.7,9.22H1v1.5h1.7L1.85,12.2L3.15,12.95z M9.85,12.2l1.3,0.75L12,11.47l0.85,1.48l1.3-0.75l-0.85-1.48H15v-1.5h-1.7l0.85-1.47 L12.85,7L12,8.47L11.15,7l-1.3,0.75l0.85,1.47H9v1.5h1.7L9.85,12.2z M23,9.22h-1.7l0.85-1.47L20.85,7L20,8.47L19.15,7l-1.3,0.75 l0.85,1.47H17v1.5h1.7l-0.85,1.48l1.3,0.75L20,11.47l0.85,1.48l1.3-0.75l-0.85-1.48H23V9.22z\"/></g></g></svg>"),
}
View Source
var PasswordOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "password_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g><path d=\"M0,0h24v24H0V0z\" fill=\"none\"/></g><g><g><path d=\"M2,17h20v2H2V17z M3.15,12.95L4,11.47l0.85,1.48l1.3-0.75L5.3,10.72H7v-1.5H5.3l0.85-1.47L4.85,7L4,8.47L3.15,7l-1.3,0.75 L2.7,9.22H1v1.5h1.7L1.85,12.2L3.15,12.95z M9.85,12.2l1.3,0.75L12,11.47l0.85,1.48l1.3-0.75l-0.85-1.48H15v-1.5h-1.7l0.85-1.47 L12.85,7L12,8.47L11.15,7l-1.3,0.75l0.85,1.47H9v1.5h1.7L9.85,12.2z M23,9.22h-1.7l0.85-1.47L20.85,7L20,8.47L19.15,7l-1.3,0.75 l0.85,1.47H17v1.5h1.7l-0.85,1.48l1.3,0.75L20,11.47l0.85,1.48l1.3-0.75l-0.85-1.48H23V9.22z\"/></g></g></svg>"),
}
View Source
var PawIcon = &fyne.StaticResource{
	StaticName: "paw.png",
	StaticContent: []byte(
		"\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x01\x00\x00\x00\x01\x00\b\x03\x00\x00\x00k\xacXT\x00\x00\x02\xdfPLTEGpL\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\xf2\xaf\r\x00\x00\x00\xf2\xaf\r\a\x05\x00\b\x06\x00\v\b\x00\n\a\x00\t\x06\x00\x05\x04\x00\xf1\xae\r\x01\x01\x00\x03\x02\x00\x04\x02\x00\x04\x03\x00\x02\x01\x00\t\a\x01\f\b\x01\t\a\x00\xeb\xaa\r\xee\xac\r\r\t\x01\xec\xab\r\xef\xad\r7(\x03\xe9\xa9\f\xf0\xae\r֚\v\x1e\x15\x02vU\x06\x85`\a\r\n\x01\xbb\x87\n\x9cq\b\xe8\xa7\f\x15\x0f\x01@.\x03\x1b\x13\x01ܟ\f%\x1b\x02qQ\x065&\x03<,\x03Q;\x04Ď\vߡ\f\xb9\x86\n\b\x05\x00\x17\x10\x01\x82^\a\x11\f\x01*\x1e\x02-!\x02Í\nɑ\v\x13\x0e\x01, \x02{Y\aF3\x04\x80\\\a:*\x03\xad}\t\x93j\b2$\x03P9\x04#\x19\x02\xaaz\tX@\x05aF\x05\x18\x12\x01/\"\x02\xb1\x80\t\x8ad\a[B\x05͔\v\xa3v\t\xe1\xa3\f\x0f\v\x01}[\a!\x18\x02ڞ\fW?\x05\xe5\xa5\f\xa5w\t\xbd\x89\neI\x05\x90h\b\x8ef\b\x95k\b\xb7\x84\n\x1f\x17\x02\u061c\f\xe0\xa2\f\xe6\xa6\fjM\x06C0\x03Ә\vJ5\x04\x8ce\a\u008b\nfJ\x05L7\x04tT\x063%\x03\x88b\aݠ\f\xe2\xa3\fЖ\v\xac|\t\x9bp\b&\x1b\x02\xae~\t\xb4\x82\n˓\vxW\x06\xbc\x88\nΕ\v\xb5\x83\n\xe3\xa4\f\xa2u\tI4\x04\xa7y\t(\x1d\x02E1\x04\x98n\bnP\x06ŏ\vї\vhK\x05\xc0\x8b\nԙ\v\x97m\b\x9fs\t\xb0~\t\x9es\tٝ\fǐ\vcG\x05^D\x05T=\x05\x91i\b>-\x03yX\x06kM\x06\xa0t\t\x01\x00\x00\x96l\b\xf3\xc5\xcdl\x00\x00\x00dtRNS\x00\xdd\x03\xe6\x17\x9e\xb8\xfd\x01\x02>\xfc\x14\xba\xbe\a\xab5Q$\xf9\xc8O\x16*wj\xb6y\x96-\xf8\x84\bg\xe4\x81?h\xaa'iX\xce\x0e\xae\f{=\x8e6\xf2`\xf1\x80B\xef\x8b\xd1p\x1e\xb0\xe7J\xfe\xa0%\tS\xb2ߕ+ᢻ.~\xec@]\xeb\xa7\xc5!\x91Đ\xc9\\\xa6\xa3\x13\xb3\xe3(7K4\x9d\x87\xe8\xa3,\x00\x00\x15dIDATx\xda\xec]\xf9_T\xd7\x15\x0f\"\x8e\x8a\vZ-\x15\xac\x1a\x97D\x8dK\xdd\xe2\x9a\xc5-\x9aF\xa3\u0558\xa6\xb5i\xdaO\xee}˼a\x9c\rFQPPAE\xe2\x02*n\bE\x85HP#nH\\\"V\rnh\xa2\x89\x1aH\xe3\x92\x185\x89&\xf9\x03jZt\x96{ߛ{\xee\x9ba\x06?~\u007f}sΜs\xe6\xdes\xcfv\xdf<\xf5\xd4\x13<\xc1\x13\xd4)\x1aG\xb7\x1a\xdczrL\xbbN\xd3\"\xa2\x1aM\x1d6lj\xa3\xa8\x88i\x9d\xda\xc5Ln=\xb8Ut\xe3\xc7Z\xf5\x96\xe3[\xb7\x1f\xd9v\b\xd6\xc0\x90\xb6#۷\x1e\xdf\xf2\xb1S\xbd\xc1?:\xf7\x8b\r3`F\x18\xc2b\xfbu\xee\xdf\xe01Q\xbeɄ\xe1o\x0f\xc0\x1c\x184v\xf8\x84&\xf5}\xbfw\xef\x11\xf5:ցףzt\xaf\xb7~\xa1\xe1\xc0\xe9\xe1\xd8\x0f\b\x9f>\xb0a\xfd\xd3~t\xcfX\x03\xf6\x1b\f\xb1=G\u05ebm?)b\x00\xf63\x06DL\xaa/\x0e\xe1\x9dN\xaf\xe2\x80\xe0\xd5N\xddC_\xfbf1o\xe1\x00⭘f!\xad\xfe\x88q\x1dq\x80\xd1q܈\x90U\u007fTD$\xae\x03D\xbe;*$\xd5\xef0ŀ\xeb\b\x86)\x1dBN\xfd\xfecq\x9d\xe2\x85V!\xa5~\xd3\xe6\xb8\xceѼi\xe8,\xfe\x168(h\x11\x1a\x1b\xa1\xcf\xd0H\x1c$D\x0e\xed\x13\xfctgL\x17\x1cD\xfc}L\x90S\xa5Q\xcdq\x90\xd1(\x98g\xe2\xe8\xaemp\xd0Ѧk\xd0\xf2\xa4\x97^\xc1!\x81\xb0\x97\x82\x13\xf5\xf7\xc6!\x83\xdeA\xc8\x10\x9a\x86\xe3\x10B\xf8\x1f\xea:\xe3\xefk\xc0!\x05C\xfb:\xad\x16D7\xc7!\x87\xe6\xd1u\xa7\u007f\xb7p\x1c\x82\b\xefVWE\xfe\x89\x06\x1c\x920\xf4\xad\x93VB\xc3\xd7p\xc8\xe2\xb5:(\x1f7}\x11\x870^\fx\x8a8\xa6\r\x0ei\xb4\x19\x13X\xfd\x9fy\x19\x878^~&\x90\xa9\xdf\xf3\xb8\x1e`b\xc0\x12\xc4\x06\xbf\xc7\xf5\x02\xe3\x02t\x18\xb4\x8c\xc2\xf5\x04Q\x01\x190\xe8\xd5\x02\xd7\x1b\xb4\xe8\x15\x80\xe3\xff9\\\x8f\xf0\x9c\xdf\x03\x827\xc2p\xbdB\xd8\x1b~\xfe\xfd\xeb\x99\xfe\x0f,\xe0\xd75Ћ{\xfd\xcf\\vt\x81\x0e5\x8e\ue7fb%w\xd5\xdd=_p\xec\x02?\xfa\x81\xa7\xb9\xfc\xdf\xee\x9a\\\xbb\x19\x99\x05\xf3\xea\xb9\xe53y\x18\xccڜ\xabج\b!\xab\xdd\\\x957\v\xec\t\xfdv\x164\xe09\xff\x92N(vT\vER\xf6-\x832\x98sl\xad\x84\\\x90\x17/\a\x9f\x86~\x8a\a\x1as\xc4?\xf1;W(\xc8\x1d+Ĺ\xbbA\x1c\xbeK\xb4!O\b\xc5\xd0u4\xce?1\xe1D\xb8\xfe\a\v\xbc\xa5G\xc8f\xdffb\xe7pY\xb2\x10\x1c\x8cE\x8b\xa0Q\xb1_\xf2\x1f\xb8\xfe9kI\xe9\u007f5A5\xeb\"H(\x15i\f\x94\xecO\x81\x92\xf8!3\x1a\x03\xcf\xff\xaeKVDŊ\xf4\x1c6\xfd+\x8ct\x06q\x85\xa7\x81\xb9\xa1\xee\xec\xb8)<\xffߕ\x1d\x87T`\x15o\xb1\xe8\u007fŨ\xc6@\xc8\x05\x1e\x06mtVH\x1a\xc2\xeb?\xf1\xeb\x14\xa4\x0eq\x9eo\xfd7\x18\xd5\xe9\x1dG\xa05\"]\x01Q\x03\x8e\xfa\xdfq\r\xf1\u007f\xb5@\x99\x0fzS\x85&\x03\xf1\x1c\xb4\\\xae\xa7aЗ\xe3\xfcW\x906\x84\x1am\x06Y6mzq\rP\xa2\xbe:\xea\xff\x1c\xf5\xefR_\x06@\xc2e-\xfaT\xc1\x17\xfd\xcax`\xb5\x9c\xbb_\x10\xcd\xd1\xff8\xe3S\xff\a\x87A\xaa:\xfd\xb2l\x9f\xe4r\x19P\xa6pΞQ\x13\x9e\xfe\xd7\t\x8bo\x03\xa0\xb5\xdbU\xc3\xffD\x06\x03.L\xa8\x1b7ОC\xff\x1c\x81A\u007f$\xa4\xa9ńY2\x03\xb9|\x00*V{\xae\b\x80\xa7\x01Vmf1\x00\xb2\xa9\x1c\x86\xbb\x8cL\xe4\x85\xd0%`\xe0\xe8\x9e7\xe3i\x80\xdeP\x10\x1b\x84\u007fS\xe93\xd9\xe8\xe5\xf9P\xc1\xba\xc0'(\xb8\xe6?\xf6ˌ\x06\x88[G\xdb\x04\x17\x05F\xf2\xe49P\xc9zC\xf5\xff'W\x01'\r\xb1B\xfe\x86\xe2\x01\xabX\xa9\xa5\xf3`рsD\xa3\xb9\xe6\x9f\x12Df\x03\xa0\x85\xe4i~\x80u\xfd \xeb>x\x8d\x106K֕k\x01,\x97\xd8\r \xef$J@\x85\xec\xd4\xe9p\xe1\x9e\a\xcd?\xf2\xf5\x80O*\xec* ѻX\xbaYf'V\x92\xc0\xc2u\xfc\r\xa0\bֈ\xaf\x86[\x05\xd0\x1fI7\xbd\xa8\xf3!\xc4yp\xe9\x1a\xb1\x17\xc8\xc6\xf0\xe9\u007f\xc8\x021\x00Z\xedI\xfd\x9e\x00!\xde\xc0!\x1fsq\xa4\x0f\xe7\xfc\xf3\xfbN\x90\x01\x94K\x9e1\x80\x19B,ς\xcbׅu\xb6|(g\x17\xa3F\x82\x19\xe0+\x8f壀\x88\xe5\xbd\x1c\x02\x0ee\xbc\xff\xc0;\xff\xbf\x13\xa6\x03Z\xecN<\xdf\x0e3\xc0~\x0e\x01#\xc73\x19\x80\xbb\r\xbe\x15\xa6?2\xcfv#\xae\x80\xd1Z\xe7r\xb5͙\x92 \xeeF^\x1a\xd0\x00\x92[] \xc1\x06$\xfe\x9eKD\x96\x12)\xff\x14\xecb\xa0\x0eb\xa5\x8b\xb6\\\x02\x12gp\x89\xd8ܷ\xfe\xad\xf8[\xb9;\x80:\xb8\x9fe'-@\xdat>\x19}߶{\x81[\xffYqP\x03\x14p\xbb\x80\a\t5\x9f\x90>\xb3\xc2\x0e\xfc\v`\xbb\x15\xaa\xc4Z\x17\xf1*(m\xdcn>)}]\xb5\x9b\xc2o\x80x\xa8\x0eHq\x11gCim9|R\xfe\xd5G\x16\xa4c\x10\xdc\x04^\x01\xe8\xd198\x13\xbc}dN\x03\x18\xb4o\x99E`\x1d0\x82W\xc0\xc1\x87\xa4\x8b,`\x1f\x90\xc4)\xe5\xbbZ\xfa\x8f\xd0u\t\x14\xbc\x8c͏\xc6F\x16\x80\x17\x8fu;\xa7\x94\x91Z\xef\x1f\x18\xa7G\u007f\x9c\x0evdstl\x9f\x99\xbcb\x8eӨ\x04\xeb{\xff\x034\x10Bv\x17\xad\x04^=\xdcbv\xfc\x9b\xaa\x01bt鏋\x10\u007f0\xb3\x12J+\xf1\xcb\x19\xa3j\x00\x9d\xef?\xa9\x86*\x91ȟG\xb8\xc7\x10P\xb4U\xd3\xff\x1d}\xfa\xe3\x8d\x02L\a1\xcbE[&\xf3G\x91`\xa8\xbd\x8d\xa7\x93N\x03\\\xb0\x03\r\xe0v\x94\u007f\r\xac%\xa0b\x1d\x82vR\xe9\x06\xeb}\xff\xd1a\xa0+\xcfv\xef\x0e-\x04\xfaO\x8dA\x91\xa4c?~\xf2I~~\xfe\x9d\xf3\xb3\xe9\x1fx\x85\xde-\x9e\x84\xf5\xe2#\x90\x0e\x96-\xee\xb4K`a\x94\xf2\xb5J8\xfa\xde\xdc\x02\xa5v;\x99\xed\xf2F\xfa\xa0r7P\x14\xb8\xfb\xec\xb9m\xeb\xaf\x15o[\xe3\xb3\x0e\xb9\x05\x16\xcby\xe8\xb0\x1b\xb6\u007fR\xe8\r\xf6\xd4U\xa2\x87#\xb2e\xff\x879\x1a\x1cM\u007f\xffYj\x85ⴋf\x84\x1c\xb2\x90\xb8^{>\xe7\x00\xe44\x17\xb6z\x12\xcf\x03\xb9\xc1\x8fi\xdf\u007ft\x83\xe0\x9dS\xc4I\xb4q\x94\x01\xb4>YO\x1a\xcbS\x99\x1e,\x151\xe3\x82Ƽk\x8e\bq\x81\xa7\xbc\x92I\x88\x17\x10(\x03\x06\xa7\xaf\t\xb4\x8cB\xa45R{R\f\x10K\xf9\xdc\xc1\x95\x84s6\xae\xba\xaaڛ6\x01\xb2zc%\xb1\xd6\x00\xe6\x13ȕ}!E\x85^\xb8JJ\x1aK\x19\x89\xa4$\xc2˒i&\x95\x93U\x9b\xd3%\xcc{\xc0v\x9f\xa4\xde\xcc\x1cG\xc4%\x12\xb6\xcfR'\xb6\x93y\x93\x81\x1c\x9f\x1cH\xf1~U*\x87\xb3X\xacr\vd\x16k\x83\xd7QJ\xdbI7Y׀X\xeeE\xb9\xa0¡1\x95v\x97\xfc\xaa\x81\x84\x01\xa6\x93\xdd\xfe\"U\xa3\x8a+Un/\x94\xb1-\x011\x93>\xe5S\xe3`\xab\v\x14yѝ\xf9H\xd3t\x02\xe9\xbb\xffH4\x84ɑ\xa0_\xb4ܲp?\x9e\xa6\xc1l\x96\xc3L\xccެ\x1a\xc3\xe4:X\xf6\x8f\xd7\x1e,\x97\xb5\xfb\x8a\xd6Մ\xdb\xea\xe2\xdd*\xeeN.\x00\xed\x04\xcdX@-\xc9\xdc\xf3\x19Ϭ\x10\x8a5Ꙧ\x03\x92o\x1bVy\ue7cb>\x8d&\xef!\xbeȻ2փ\xf8\xc4\x0f>\xce\xe5\x19ٴ\xaa\\B\x9a\xa6\x05,b\xfagg|\xd4VK\x96*>\xe6\xad=\x8f\xf6\xeb2O\xd8\xe0}\x95\x82\xb8\x17\x15\xbf֧+\x96\xcai\x9b _M\x1eY\xb2\x16\x1c\xbf\xcermfQV\x86`TUK\xf0\xdc\x00k$\x86\x82\xaaBܻ{\xd6+\x11\"\xde\xff\x9c\xc7`W\xa1\x84\"\xfd\xccJ;\xf1\x03\xae\xb0[\xd33\x8f\xed\x9d\r\xe8\xb2\xdcޟYhv\x92{[N\xff\xd6ヷ\x9d,\x05e\xe9\x17\xef/\xf8\x93gB4\x81\x90`)S<r\x8c&\xfc\x17Y\x19\x8a\x94\")f\x87\xd3i\xb3Zw|xe^\xf9a\x9e\xe4j\xd9\xe6%E\x12\x12\xec\xce\xda\xe3(\xceiI\xcf\xf3<?\x0e\xee`+\xa8\x93\xad\xc4\t\x1e\x06\x18N\xfc\x8el\xf9\xb9\xa82\xab\x13\xbfwO\xde\xc6{e\x97\xcb?8m\xc2\xfa\x10\u007f#\xf5\xa7\xca#WV\x17\xa5e\x1e)\xf1\xbe6\x96\xb0\x9a\xb1\x9e\xae\x10\x17Ά{\x18\xe0m\xefǟ3\xc6t\xc2&\x1cL\x1cg\xed\xaa;\x89K\nc=\xae\xc6\f\xf2~\xfc\x15k\xa7¸&\x88\xfa\x970\xa7\x0f\xe6%\u07b4\x83\xdc\xef\x95\xf6'X\x170\xe7%;\x92\x82\xa6\xff\x19\a\xb3\x94\x88\xc8\x1ep\u007f7\x03t&\x0e3\xf6^\x9d%\xf9t\x90\xf4\x8f/\x00\f\x96\xa5\x10\xe4\x9d\xdd\f\xd0\xcf\xfb\xe1\a\x80\x89\x15\xa5\xda\x14\x1c\x03섌\xd5Xvy\x93\xf7Ӫ\x05\x9cO\x01\xf06·\voZt\xf1\xec\xb9\xca\xcf\xeed\x96n=rr}ց\vI\xe0\xc1\xbf\xef \xe5\x17\x94rV\xab&@\xbc\x1fb?\xa8>%\xed\x82\b>\xbb\xbclk\x91\xddbw\xda\xc5\xda2\xf2\fEr*\xe6\u008c}%\x90K\xf6\x99\xa0J\xba\x83\bY\xc2\xdc^\x90C\x14C\x96\xfc\f*Ѧ\xb1n\x02Sμ\fŮfݟ\xed\xe6\xf4\xbb\xb7N\xb1\xb1\xda\vk\xc3\xccXO\x14E\\/X\x18Op\a\x8e\xec8j\x98\xb4_^\x9a-\xfaZ\xb7qv%\xf7\x16C\xcc<g\x15p\xa6\x82\xbcb\xf0\xbbG\x06h\xad\xbb\xcf)\xfb\xee֟\xcaJw0vN\xa4\x15\xdf\u007f\xeekM\xed\x81\xf6\x93O\x10,Zk\\\x90\x83\xce,\x19\xef\xf9\x907\xb5Z\x81t>\xac\xb6\x82\x12\xed{AK\x81\x12R\x02\x81v\x8f\f0R\xb7\x01\x90]s\xd5\xeeM\x14\xe1C@\xc9\xdfh\x1c\f\a\xa1\xbdD\xcf\xc9\xe4\xff!\xe2\x91\x01\xda\x12Ͼ\x04\x8b{L]\xd8\xebK\x05\xb0\xfa\xff\xcf|KT7\xc2z\x11\xca-]\xbdMޘ\xfc\xff\xb3*\xb0\xb4+\xd5.3.\xaa\x10\xac\x88\x13\xc6\x1fo\xa8\xb8@\xf0@\x05\xfa\x90`2\xe4a]0\xda\x0f\xd3.H*\xa1{\xfe<IA\xfc\xb0\x88YT\xc3.\x97\xc1\xac\xbe$\xb94S\x1f\x0f\x86\x1b n\tM\xd0K\xf96\xa4\x0fr\x01-ݬ\xb1\x83\x19\xad&\xb9<\x1c\x1c\x1eL>J\x84Kz\x82\xf2\xf3o\x13\xccH/\xe2\x842\xd2\x13\x1c\x03\xcf$\xd2\xc6\xcb\a\xab\x86\x018\x13.\xe8:\xb2B\\lD\xfe\x80\xf1_D#j#|_\xe5\x92Z\xfe\xb6\xd6\x00\x93\xc9GK\xe0b.\xf5\xe6q(\xc3?\xfa#$&{\xbf?h>|\v\\!\xb5\xfc\x8b\xfat\xdc6\xf0)c\xf1\xbe\xc3\xf2i\xa1\x82\xfc\x05\xab\xe8\xd5K\xdae\xf1\x87\x8f\xeaQk\x80v䣟\x9c\xd0/pz5_6\xc9V\xe4G\b7=ك\xa7R\xe5\x1f\xb0j(H\x99\x0e+\a\x1b\xc0\xf32\xabi\x9e\x80\xfc\vq\xa3\x87\x80w\xa0K\xc0\xf9\xad\xfa\xb4\xd84\xf2\xd1!\xb0\xf7\xf68efn1\"\u007f\xc3x\xcd=9\xb8\x04\xdd_\"\xa5#\xf7g\x8d騵@\xfe\x92\xfb\xd8ڡ|\xff돐m\x8b\xfbqx\x02\xf8\x13\xc5ū\xcfJ\xd1ޗ\b\x1d]\x95\xdd\xf8\x1f\xaeRP \xe0p\xf7\xb39\xc0=\x96LQ\xf2a\u007f\x90vW|=L\a\xe5\x9a\xdb\xfa\xcf\x15P`\xe0ч\xaa\x06Ih>\x8e\xd5'\x85\xa6R\x9em\x82yA\x87\xab\xf3d\xca4\xa2@\xc1\xbd\x0f\x95\x04\n\xb2\xed\xb4\x0e֛\xb5\x06\x18Fy\x06\xbb\n/\xbbM\xadݷ\xa1\xc0\xc1\xbd\x0fU\x031\xb4\x856\xd54L\xc3\x00\xb0l ٕ\xb2U\x8a(\x90\xd8\xe1ʏM\x1f\x03\xb6Z\x11\xd60\xc0T\xbdS\x9f\xe2\xfb\xae\bJ\b\xa8\xfeȜ\xee\xaa>\x9ebo^\xd0\xdf?\xf6\xa6\x86\x13ħ\xd9\xf7\x80X\xeaj*\aX\xff\a\xee\xb6\xc8U|\xbbȼ\xda\xe8\x15\xbbX\x8dc\x10Pu4/~\xc4\xfd\xb6\x8c\x02\x0e\xb1\xdaU*\xbc\xcaho#\xfd\xb2\xfd\xb3\x9ac\xe2{X\x95\xf9o{W\xfa\xd4\xd4\x15\xc5/!B\x02\b\x82\xa0b\\\x18\x14PA\xc1}\xad\u0600bU>8cut\x1c?\x94\xcbKx\xe1E \xa1XD\x16\xa5B\x11ZA\x1cQ\x01\xa5(\xe22*::\xd6]fT\xe8\xe2R\xb5u\xc1eJ\xd5ڎ\xed\xbfP;Z\b\x90w\xef}K\u07bbq\xfc}\xcf\xc99\xbfw\xd7s\xcfbn\xedZ\x98\xab9\xd7\x13\x00\xed\x0e\x1e\xfe\xef\xc8ƀ\xc5\xf9\x8bS\n\xffQX@\xe0/\xb3O\xd4k\xad\x941\xe0p5,\xb3\x93\xfc\xa0ɹgq\x05:U\xe6\x1c\x11\xbbl\xf7\x93\xd3e\x16*\x83\xa2\xee\x0f\x9a~\x1c\xaf%W\xc5\x13\xa1\x14\xc6\u007f\x1d~\xbb\nd\n\x9a]\xae_\x00\xbbF\xf4\x15\x87[\xc1&\xec\xdf2|\x15,C1\xe9\x82\x04\xc7m\a\xfb\xef\uf10a\xc1~\xb6G8\x13\xfaC\xd9\xcb\xf8\x1e\x17\xc6\xf2\xbb\xc4\xde-1\xac\x80\xd5\xf5:\xa3\x1c\x01\x90mu\xfcP\xf9\xa8ç\xa9\x9d\xb7\xfc\xe2J~\xa7\xe8\xbb\t\x86\xb9\xd63\x0e\x89\u007f\x9bL\n\xda\x0f3\x9a\x1d\x9fͲ\x9f\xf2?=\xb1\xe5\xfc\x8fv\x83\xf8\xdd\xe2\xffKF\x85\xe1Y\xaa\x1dBe7\xa4AEѫ\x18]g\v\xcf \xb0?D$YO\xc7\xd7M)m\xac\xe4\x9dZ\xb9\x0e\x91\fy\xed\x19\xca\x12\x00\x99\xaf{\x06v\x160N(\xc8d\x9aP\x917\x81\xfcOcݩ\x18\x8f\x9dS\xbb\xd6\xd2\xe6(\xba.Ka\xfb!w\xbe\x97\x8b\xe7Ǻc\xbd\xaf/i\xbb:\x91O\xec~\xfc\x8f\xa3\x0e߶\xcd\xc9\xe4昇=\\l\xcf\x18\xa88L}B>\xd6=\xcfg\xba901U\x9b\xd0Q\x16]\x8f\xa3N\x9e\xc7\x1d\xf1\xb2\xa3\xf7\xe7e\xb7\xf4d6\xfb<\xa7<\x01\x90\xe9\x1b\xad\x9f~\xe4\xec\xc9\x12k\xa5%#\xd3ڰ\xad\x06\x17d\x12\x82\b\x90\xe8)v\xcfv{\xd7'\xce4W־L\x97\x10\xb0'\x1f\x1a\x9d\xcf\uf8ff_\xf8\xe6>I}\x89~\xe45\xa4\xd3O\x17\xd6\xee\xb4Zެ\xfcU\u007f\x1d\xec#\xbbԤ\x8a\xfd\xe2*\xca9\r\x91\t\"\x8b\xde?q\xc99\xe5\xaf-\xea\x10\x00m\xf7%\x11\x10\x84\b\x93\x13\x82\x1d\x8cJ\xf6;Y\a\x05a\b\"PRH\xd0k3\xa7\x16\x01\x909\"Aq\x87@I \xa5\x95\xda\x03\xbbj\xf6Ck\xb9\x04\xc5=0\x89Ӥ1\xeb_B\x15\xc1\xde\x10\xaf\xb9\x01\x15.O\x8e\xddYj\x12\x00KD\xd7S\xea\x11.\x1f.Z\xca\t\x93\xaa\xf6\xf7x\x92\x11\x88pd\xca\f)T\xdb\x02\xbb\xeed?\x88U}\x122i\x8a\x10W\x19\x95\xed\x87\xcc~\x91\xaa\xcf\xd0 \xd3\xe6\xe8\xdf\x02\xbb\x18x&N\xf7\xf9\xe8\xc4I2\x1cdU\xb7\x1fZ\x1f\x8b\xd3}6&u\x96\b\r\x90\x02\xf4r\x8d\x90b\t&y\x9a\x04\x1bM4\x10`\xbd\"F\xf7^\xc9\xd3@T[\xedr\x0eR1\x04\xc4$\xafFa\v(\xd0|\v\xea\xe5\xf9\xdb,B\xf9Hl\t\r<j\xadt\x10\xc0\u05f5\b\t#\xbe\x88\n\x0ew,\x94\xd8\x0f3\xff\x11\xac|\x9f\"*N\xca\xe8\xe0P\xb1\x96\x16\x02 \xd3)T\xf9E$\x85\x94\xd0h\xa5f\x00\xbc\x19\x02\x82\xaf\xc5S\x88Ji!q\x98\"\x02\x04\x0f\x01'\xa5\xb4\x84\xfa\x04^\xd1d?\xe4\xea\xc5\xfb\x02\x90\xe5\xf4\xf8q\x8d\xa1\x89\x00h\x12\xd6te\x1cyAE\x1e\\\xa4\xcb~\xc8\t:\vLM\x90\\X\xbd0\x8b.\x02\x845\xdfJ\x91\\T5=\x9f2\xfb!S&@\xfd\b\xc9eu;Y\xda\b\x80\xc7\xc8\xfbp\xf2\x94\xd5\x15RX\xf9\xb0\x95:\x02\xcc\x0f\x88\xb5\x0f\x93\\Z\xbb\xb8\x12҇vb\xf5\xc7H.\xae\xfe\xdcL!\x01\xc4\xcfD!\xd2\xcb\xeb7@\x1a\t\xa8#\xd4~\xa8\xe4\x06\v\xc5V\x1a\t m>\x85h\xb0@\xdab㶍J\x02,\xd9D\xda'Io\xb2r\x99\xce\x11`\xfb\x99Dyd\x93\x15\xc2\xd3`#\x95\xf6Ì2\xf1\xa7@A\x8d\x96\x8e\xd29\x00 \xbcEr\x116Jo\xb5u*\x87R\x02,\x04\x05\xadV\xc9\xd0l\xedx\x06\xa5\x04\x904`\xc35[#i\xb7w\x98R\xfba\x16\xfe(\x84o\xc2N\xd0p1\x97V\x02r\xf0\xdb\xc0gr\xb4\xdç\x95\x00T畷 h\xb9I\xd0t\xd5D+\x01\xa6C8\xd5\xe3\xe4h\xbb\x9b\r\xddv\x04\x10\xb5\xdd\xc56^Σ\x96\x80\xa2ۘC Y\xe3el\xebm\v\xad\x04\x981\xcfĄ\xad\xb7\xb1\xcd\u05cbh%\xa0\xbb\x83\xa5S\xac!m\xbe\x0e\x12\xd1\x04TQK\x00\xda-\x98Hj?\xd0y!\x05ݢ\x95\x00\xf4ۀAGL\x000\x06\xa3$5q\x94.\x01{\x91~\x90\x81@\x00F\xa3D\xbd\x90\xd1\x1f\x92i\xb3\xe5\xc8u\xb5\xc8x\x85\xd2z\x9a\x10\xfbA\xc2\x02\x84\xa8\v2il\xb7\x96l.\xbb\xb9\xf5\xc5\xeeo\x0f\xd8娻Ձ\x8c\rO\x10D\x00\x88G\t\x93%@\xdc\\}\xbc\xab\x1aF\xfaƓ\x8cdG3\x8blu\x10\x0f\x04b<B\xd8S\xe9/\xa3\xf6ƛ=㼋\xbf7K\x93ʵ\xa7K\xba\x05\xf6\xf1\x10#\x82\x86J\xa5\x12`5\x9d\xe9\xab\xed\xc5&F\xcaD@\xc6H\x8c\xf2\x13L\x00\xf0Ax\xc7\xf6K[\x05Қ[\x9d\x8a\xad\xc9\x15\xff\xe4hB\x05M\xfb\xc6\x01\x11@$\xd3\xfd\"\xe94\xcc\xd4\xf1%\xf4\xa6?: 2\t\xdbҌʜ\x18&\xc6~\xa0Gx\x06$T\xcbȴ\x9dC]5\xebX1\xe4rU\xa8\xc2\xfc^zQ\x04\x80\xc1\xfc\xcb\xc0\xba\x0e\xb1\x9ea\xa6\x04\xd3j\xab\xf4\xbap\u007f\x83\xb5\xa8\x06!\xd1s0\x10\x89\b\xfee\xa0\xd5.r\xafڂ\xefHrc\xa7@\nL\x8d\xa8\xf0\x10o\x1f \x1a\xb1\xfcb\x1f\x89\xda\t\xec\xfbI\xc2\x18.5\t\x12\x9eU[\x8c\x92\x16+\xde~\xa0Y\xcc/w\x8f\b\xcf\x18\xb3\x8d\xb0\x15Ž|\xe2\x18$\v[\x88,\xc4\xdf_/\x81\x00\xa0\x9d\xcb/yk\x9a\xc0K\x11\xc7>\"\x8ea\xc8. ;\x14pLE)R\x90\xf8\x05\xe0\xddi\x00q/\xfc\xb3E\xd0B\x90Q-(\xb5\xa3\xa6\x1d?\b,\x96\xfa{h)\xc1q@\"\x12\xe7\xf1K_W \xa0q\x80\xa9CP/\x9a\xff\xca\x16\xb4\xa4\xa1\xf7S\xf6\x1afGI\x9d\x97\b$#\x12\xf5\a\xcfv\xb1\x1c\xe9J\xb5>U(\xbex\xd2\xc28?\x15dج_];U\x8c\x95\x10\x0ed@2\xf23\xfd\x9aK2Y\xad\xcc\xdd<Q\xa9Mw\xdaZL\\VQW\x99\xeaL&\xcdf\xb64\xb4\x1d$j`\x98,\x87\xfd@7\x1c\xfd/W+L6\xcc0`\xcb\u007fJ\x15\x8fK5\xb7\xf7\x16T4l\xaf\xaf=\xf9\xdb\xdd¿\xff8M\x9a/\x9c\xa4\x93\x85\x00\xa0\xc1eTeߨ\xc8JK\xe3ߧ\x0e\xecS\xa5\x1b\xd9\x00\r\x90\t\x01\xfe\xd8?\xfb|Ǚ\x8a\x12\x8e1\x17ٺ\xcf0kY[Q\x8e\xa5\xb1\xe0j\x9e\x1a\xe6\xa7\xfa\a\x00\xd9\x10\x13M\xf4\x97\xeb7t\xeeyR\xf8\xf4u\xfd\xad\xf3͛__\xde}\xe8澍'RUBt\f\x90\x11Z\x8fT7\x83\x87\x16Ȋenƀ\xc72 3\xb4\xd1\xeed\u007f\xb4\x16Ȏ\x18\u007f\xf7\xb1\xdf?\x06\xb8\x00\x01\x03\xdc\xc5\xfe\xa8\x00\xe0\x12h\x86\xbb\x87\xfdI\x1a\xe0\"\xe8\x92\xdd\xc1\xfed\x1dp\x1d\"\xe7\xd1n\xbew8p)\x12\x83\xe9\xb6?8\b\xb8\x18>si\xb6\u007fn\x1cp9\xb4\x8b鵿\xbf\x16(\x00M\xac7\xa5\xd3?V\x0f\x94A\x84'\x8d\xf6{\xfa\x00\xc50\xb8?}\xf6{\xf9\x01\x05\xa1\x1fF\xd94\xf0\x1e\xa6\a\xca\u0087\xaai0*\x0e(\x0e\xbf\xf1\xf4\xd8?\xde\x0f\xa8\x81xJ|\x04\x1e\xf1@%$\x8c\xa6\xe0\\8rZ\x02P\x0fF/\xb5\xed7\f\x04\xaaB\x978JM\xf3\xd7\x04\xe9\x80ژ0\xd3W-\xf3}gN\x004`\xa1J\xce2\xff\x85\x80\x16\xf8\xa8p2\xf4\x8a\x034!\xf0#\x85w\xfe@@\x1bF\xacR\xect\xec\xbdj\x04\xa0\x11\xc6\x14E\x96C\xdf\x14#\xa0\x15s\x92F\xba\xfc\xdc\xf3\xe9\x1c@3V\x0f\rq\xa5\xf9!CW\x03\xea1&\xec\x13\xd7X\xbf l\fp\x0f\xe8#R&\xcbm\xfd\xe4\x94\b=p#$\x8c3ȸ)\xf8\x1a\xc6%\x00\xb7\x83v\xca\"Y\x9c&\x9e\x8b\xa6h\x81\x9bBg\x8c\x8cZ*\xc5\xf8\xa5Q\x91F\x1dpo\xe8\x97̞?U\x8c\xf1S\xe7\xcf^\xa2\a\xef\a4\x93\xc2'\x1a<\x88\x17\x05o\x0f\xc3\xc4\xf0I\x1a\xf0\xbe!`HP\xe8\xc7!\xa8\xcen\xa93B\xfa\x85\x06\r\t\x00\xef3t~\x81\xd3\a\xad\x1c\x1b\x1a\xb6\"%ʰ|֬冨\x94\x15a\xa1cW\x0e\x9a\x1e\xe8\xa7\x03\x1f\xf0\x01\x1f\xa0(\xfe\x05:v\x18\x01\xbc\xe3\x93]\x00\x00\x00\x00IEND\xaeB`\x82"),
}
View Source
var PinOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "pin_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g><path d=\"M0,0h24v24H0V0z\" fill=\"none\"/></g><g><g><path d=\"M20,4H4C2.9,4,2,4.9,2,6v12c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4z M20,18H4V6h16V18z\"/><polygon points=\"6.49,10.5 6.49,15 7.64,15 7.64,9 6.77,9 5.01,10.27 5.59,11.16\"/><path d=\"M11.47,10.05c0.5,0,0.81,0.32,0.81,0.72c0,0.37-0.14,0.64-0.54,1.06c-0.36,0.38-1.06,1.08-2.13,2.15V15h3.89v-0.99h-2.37 l-0.03-0.05c0.68-0.68,1.15-1.14,1.4-1.39c0.61-0.6,0.92-1.22,0.92-1.86c0-0.24-0.05-1.04-0.91-1.48C12.04,9,11.25,8.87,10.56,9.2 c-0.82,0.39-0.99,1.13-1,1.15l1.01,0.42C10.67,10.44,10.95,10.05,11.47,10.05z\"/><path d=\"M16.99,13.94c-0.83,0-0.99-0.76-1.02-0.86l-1.03,0.41c0.45,1.59,2.01,1.51,2.05,1.51c1.2,0,1.68-0.72,1.76-0.85 c0.32-0.49,0.36-1.24-0.01-1.76c-0.17-0.24-0.4-0.41-0.68-0.52V11.8c0.2-0.1,0.37-0.26,0.52-0.48c0.26-0.41,0.31-1.07-0.02-1.57 C18.48,9.64,18.03,9,16.94,9c-1.26,0-1.74,0.9-1.85,1.24l0.99,0.41c0.11-0.32,0.35-0.64,0.85-0.64c0.44,0,0.75,0.26,0.75,0.65 c0,0.58-0.55,0.72-0.88,0.72h-0.46v1h0.5c0.56,0,1.04,0.24,1.04,0.79C17.88,13.66,17.4,13.94,16.99,13.94z\"/></g></g></svg>"),
}
View Source
var PinOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "pin_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><g><path d=\"M0,0h24v24H0V0z\" fill=\"none\"/></g><g><g><path d=\"M20,4H4C2.9,4,2,4.9,2,6v12c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4z M20,18H4V6h16V18z\"/><polygon points=\"6.49,10.5 6.49,15 7.64,15 7.64,9 6.77,9 5.01,10.27 5.59,11.16\"/><path d=\"M11.47,10.05c0.5,0,0.81,0.32,0.81,0.72c0,0.37-0.14,0.64-0.54,1.06c-0.36,0.38-1.06,1.08-2.13,2.15V15h3.89v-0.99h-2.37 l-0.03-0.05c0.68-0.68,1.15-1.14,1.4-1.39c0.61-0.6,0.92-1.22,0.92-1.86c0-0.24-0.05-1.04-0.91-1.48C12.04,9,11.25,8.87,10.56,9.2 c-0.82,0.39-0.99,1.13-1,1.15l1.01,0.42C10.67,10.44,10.95,10.05,11.47,10.05z\"/><path d=\"M16.99,13.94c-0.83,0-0.99-0.76-1.02-0.86l-1.03,0.41c0.45,1.59,2.01,1.51,2.05,1.51c1.2,0,1.68-0.72,1.76-0.85 c0.32-0.49,0.36-1.24-0.01-1.76c-0.17-0.24-0.4-0.41-0.68-0.52V11.8c0.2-0.1,0.37-0.26,0.52-0.48c0.26-0.41,0.31-1.07-0.02-1.57 C18.48,9.64,18.03,9,16.94,9c-1.26,0-1.74,0.9-1.85,1.24l0.99,0.41c0.11-0.32,0.35-0.64,0.85-0.64c0.44,0,0.75,0.26,0.75,0.65 c0,0.58-0.55,0.72-0.88,0.72h-0.46v1h0.5c0.56,0,1.04,0.24,1.04,0.79C17.88,13.66,17.4,13.94,16.99,13.94z\"/></g></g></svg>"),
}
View Source
var PublicOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "public_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-.61.08-1.21.21-1.78L8.99 15v1c0 1.1.9 2 2 2v1.93C7.06 19.43 4 16.07 4 12zm13.89 5.4c-.26-.81-1-1.4-1.9-1.4h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41C17.92 5.77 20 8.65 20 12c0 2.08-.81 3.98-2.11 5.4z\"/></svg>"),
}
View Source
var PublicOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "public_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-.61.08-1.21.21-1.78L8.99 15v1c0 1.1.9 2 2 2v1.93C7.06 19.43 4 16.07 4 12zm13.89 5.4c-.26-.81-1-1.4-1.9-1.4h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41C17.92 5.77 20 8.65 20 12c0 2.08-.81 3.98-2.11 5.4z\"/></svg>"),
}
View Source
var UploadOutlinedIconDarkRes = &fyne.StaticResource{
	StaticName:    "upload_outlined_dark.svg",
	StaticContent: []byte("<svg fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M9 16h6v-6h4l-7-7-7 7h4v6zm3-10.17L14.17 8H13v6h-2V8H9.83L12 5.83zM5 18h14v2H5z\"/></svg>"),
}
View Source
var UploadOutlinedIconLightRes = &fyne.StaticResource{
	StaticName:    "upload_outlined_light.svg",
	StaticContent: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M9 16h6v-6h4l-7-7-7 7h4v6zm3-10.17L14.17 8H13v6h-2V8H9.83L12 5.83zM5 18h14v2H5z\"/></svg>"),
}

Functions

This section is empty.

Types

type ThemedResource

type ThemedResource struct {
	Dark, Light fyne.Resource
}

ThemedResource is a resource wrapper that will return an appropriate resource for the currently selected theme.

func NewThemedResource

func NewThemedResource(dark, light fyne.Resource) *ThemedResource

NewThemedResource creates a resource that adapts to the current theme setting.

func (*ThemedResource) Content

func (res *ThemedResource) Content() []byte

Content returns the underlying content of the correct resource for the current theme

func (*ThemedResource) Name

func (res *ThemedResource) Name() string

Name returns the underlying resource name (used for caching)

Jump to

Keyboard shortcuts

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