HVML / xGUI-Pro

xGUI (the X Graphics User Interface) Pro is a modern, cross-platform, and advanced HVML renderer which is based on tailored WebKit.
GNU General Public License v3.0
54 stars 10 forks source link

cmake build get an error #1

Open zlatanlong opened 2 years ago

zlatanlong commented 2 years ago

when I process rm -rf build && cmake -DCMAKE_BUILD_TYPE=Debug -DPORT=GTK -B build && cmake --build build, I get this error and output.

[ 47%] Building C object source/bin/CMakeFiles/xguipro.dir/layouter/dom-ops.c.o
[ 49%] Building C object source/bin/CMakeFiles/xguipro.dir/layouter/layouter.c.o
[ 50%] Building C object source/bin/CMakeFiles/xguipro.dir/purcmc/endpoint.c.o
[ 52%] Building C object source/bin/CMakeFiles/xguipro.dir/purcmc/server.c.o
[ 54%] Building C object source/bin/CMakeFiles/xguipro.dir/purcmc/unixsocket.c.o
[ 56%] Building C object source/bin/CMakeFiles/xguipro.dir/purcmc/websocket.c.o
[ 58%] Building C object source/bin/CMakeFiles/xguipro.dir/__/__/DerivedSources/xGUIPro/gtk/BrowserMarshal.c.o
[ 60%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/BrowserCellRendererVariant.c.o
[ 62%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/BrowserDownloadsBar.c.o
[ 64%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/BrowserSearchBox.c.o
[ 66%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/BrowserSettingsDialog.c.o
[ 67%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/BrowserTab.c.o
[ 69%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/BrowserPane.c.o
[ 71%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/BrowserWindow.c.o
[ 73%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/BrowserPlainWindow.c.o
[ 75%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/BrowserTabbedWindow.c.o
[ 77%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/PurcmcCallbacks.c.o
[ 79%] Building C object source/bin/CMakeFiles/xguipro.dir/gtk/HVMLURISchema.c.o
/root/xGUI-Pro/source/bin/gtk/HVMLURISchema.c:142:91: error: expected ‘,’ or ‘;’ before ‘WEBKIT_VERSION_STRING’
  142 |     "           WebKit2GTK API Version " WEBKITGTK_API_VERSION_STRING ", WebKit Version " WEBKIT_VERSION_STRING ", Build " BUILD_REVISION "</small>"
      |                                                                                           ^~~~~~~~~~~~~~~~~~~~~
/root/xGUI-Pro/source/bin/gtk/HVMLURISchema.c:162:91: error: expected ‘,’ or ‘;’ before ‘WEBKIT_VERSION_STRING’
  162 |     "           WebKit2GTK API Version " WEBKITGTK_API_VERSION_STRING ", WebKit Version " WEBKIT_VERSION_STRING ", Build " BUILD_REVISION "</small>"
      |                                                                                           ^~~~~~~~~~~~~~~~~~~~~
make[2]: *** [source/bin/CMakeFiles/xguipro.dir/build.make:322: source/bin/CMakeFiles/xguipro.dir/gtk/HVMLURISchema.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:294: source/bin/CMakeFiles/xguipro.dir/all] Error 2
make: *** [Makefile:156: all] Error 2

I dont know what's wrong. Maybe the version of “webkitgtk” is incompatible?

The output of the front is here

-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The CMake build type is: Debug
-- Found Perl: /usr/bin/perl (found suitable version "5.30.0", minimum required is "5.10.0")
-- Found PythonInterp: /root/anaconda3/bin/python3 (found suitable version "3.9.7", minimum required is "2.7.0")
-- Found Python3: /root/anaconda3/bin/python3.9 (found version "3.9.7") found components: Interpreter
-- Enabling ccache: Couldn't find ccache program. Not enabling it.
-- Performing Test C_COMPILER_SUPPORTS_-fno-strict-aliasing
-- Performing Test C_COMPILER_SUPPORTS_-fno-strict-aliasing - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-strict-aliasing
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-strict-aliasing - Success
-- Performing Test C_COMPILER_SUPPORTS_-fno-exceptions
-- Performing Test C_COMPILER_SUPPORTS_-fno-exceptions - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-exceptions
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-exceptions - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-rtti
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-rtti - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wcast-align
-- Performing Test C_COMPILER_SUPPORTS_-Wcast-align - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wformat-security
-- Performing Test C_COMPILER_SUPPORTS_-Wformat-security - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wmissing-format-attribute
-- Performing Test C_COMPILER_SUPPORTS_-Wmissing-format-attribute - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wpointer-arith
-- Performing Test C_COMPILER_SUPPORTS_-Wpointer-arith - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wundef
-- Performing Test C_COMPILER_SUPPORTS_-Wundef - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wwrite-strings
-- Performing Test C_COMPILER_SUPPORTS_-Wwrite-strings - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wcast-align
-- Performing Test CXX_COMPILER_SUPPORTS_-Wcast-align - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wformat-security
-- Performing Test CXX_COMPILER_SUPPORTS_-Wformat-security - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wmissing-format-attribute
-- Performing Test CXX_COMPILER_SUPPORTS_-Wmissing-format-attribute - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wpointer-arith
-- Performing Test CXX_COMPILER_SUPPORTS_-Wpointer-arith - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wundef
-- Performing Test CXX_COMPILER_SUPPORTS_-Wundef - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wwrite-strings
-- Performing Test CXX_COMPILER_SUPPORTS_-Wwrite-strings - Success
-- Performing Test C_COMPILER_SUPPORTS_-Qunused-arguments
-- Performing Test C_COMPILER_SUPPORTS_-Qunused-arguments - Failed
-- Performing Test C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized
-- Performing Test C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-parentheses-equality
-- Performing Test C_COMPILER_SUPPORTS_-Wno-parentheses-equality - Failed
-- Performing Test C_COMPILER_SUPPORTS_-Wno-psabi
-- Performing Test C_COMPILER_SUPPORTS_-Wno-psabi - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Qunused-arguments
-- Performing Test CXX_COMPILER_SUPPORTS_-Qunused-arguments - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-parentheses-equality
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-parentheses-equality - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-psabi
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-psabi - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-noexcept-type
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-noexcept-type - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-expansion-to-defined
-- Performing Test C_COMPILER_SUPPORTS_-Wno-expansion-to-defined - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-expansion-to-defined
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-expansion-to-defined - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wall
-- Performing Test C_COMPILER_SUPPORTS_-Wall - Success
-- Performing Test C_COMPILER_SUPPORTS_-fmax-errors=10
-- Performing Test C_COMPILER_SUPPORTS_-fmax-errors=10 - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wall
-- Performing Test CXX_COMPILER_SUPPORTS_-Wall - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fmax-errors=10
-- Performing Test CXX_COMPILER_SUPPORTS_-fmax-errors=10 - Success
-- Performing Test ATOMIC_INT64_IS_BUILTIN
-- Performing Test ATOMIC_INT64_IS_BUILTIN - Success
-- Performing Test CXX_COMPILER_SUPPORTS_GSPLIT_DWARF
-- Performing Test CXX_COMPILER_SUPPORTS_GSPLIT_DWARF - Success
taotieren commented 2 years ago

+1,我这边打包的时候遇到同样的问题。 GTK 2/3/4 都有安装

extra/gtk4 1:4.6.7-1 (8.9 MiB 50.9 MiB) (已安装)
    GObject-based multi-platform GUI toolkit
extra/gtk3-docs 1:3.24.34-1 (3.1 MiB 23.6 MiB) 
    GObject-based multi-platform GUI toolkit (documentation)
extra/gtk3-demos 1:3.24.34-1 (775.8 KiB 3.5 MiB) 
    GObject-based multi-platform GUI toolkit (demo applications)
extra/gtk3 1:3.24.34-1 (7.6 MiB 48.8 MiB) (已安装)
    GObject-based multi-platform GUI toolkit
extra/gtk2-perl 1.24993-4 (1.2 MiB 3.6 MiB) 
    Perl bindings for GTK+ 2.x
extra/gtk2 2.24.33-2 (5.9 MiB 36.3 MiB) (已安装)
    GObject-based multi-platform GUI toolkit (legacy)

日志如下:

❯ makepkg -sf
==> 正在创建软件包:xguipro-git 3b2bea0-1 (2022年08月24日 星期三 14时42分52秒)
==> 正在检查运行时依赖关系...
==> 正在检查编译时依赖关系==> 获取源代码...
  -> 正在升级 xguipro git 仓库...
==> 正在验证 source 文件,使用sha256sums...
    xguipro ... 已跳过==> 正在释放源码...
  -> 正在建立 xguipro git 仓库的拷贝...
正克隆到 'xguipro'...
完成。==> 正在开始 pkgver()...
==> 正在删除现存的 $pkgdir/ 目录...
==> 正在开始 build()...
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The CMake build type is: RelWithDebInfo
-- Found Perl: /usr/bin/perl (found suitable version "5.36.0", minimum required is "5.10.0") 
-- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.18", minimum required is "2.7.0") 
-- Found Python3: /usr/bin/python3.10 (found version "3.10.6") found components: Interpreter 
-- Enabling ccache: Couldn't find ccache program. Not enabling it.
-- Performing Test C_COMPILER_SUPPORTS_-fno-strict-aliasing
-- Performing Test C_COMPILER_SUPPORTS_-fno-strict-aliasing - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-strict-aliasing
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-strict-aliasing - Success
-- Performing Test C_COMPILER_SUPPORTS_-fno-exceptions
-- Performing Test C_COMPILER_SUPPORTS_-fno-exceptions - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-exceptions
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-exceptions - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-rtti
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-rtti - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wcast-align
-- Performing Test C_COMPILER_SUPPORTS_-Wcast-align - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wformat-security
-- Performing Test C_COMPILER_SUPPORTS_-Wformat-security - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wmissing-format-attribute
-- Performing Test C_COMPILER_SUPPORTS_-Wmissing-format-attribute - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wpointer-arith
-- Performing Test C_COMPILER_SUPPORTS_-Wpointer-arith - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wundef
-- Performing Test C_COMPILER_SUPPORTS_-Wundef - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wwrite-strings
-- Performing Test C_COMPILER_SUPPORTS_-Wwrite-strings - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wcast-align
-- Performing Test CXX_COMPILER_SUPPORTS_-Wcast-align - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wformat-security
-- Performing Test CXX_COMPILER_SUPPORTS_-Wformat-security - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wmissing-format-attribute
-- Performing Test CXX_COMPILER_SUPPORTS_-Wmissing-format-attribute - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wpointer-arith
-- Performing Test CXX_COMPILER_SUPPORTS_-Wpointer-arith - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wundef
-- Performing Test CXX_COMPILER_SUPPORTS_-Wundef - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wwrite-strings
-- Performing Test CXX_COMPILER_SUPPORTS_-Wwrite-strings - Success
-- Performing Test C_COMPILER_SUPPORTS_-Qunused-arguments
-- Performing Test C_COMPILER_SUPPORTS_-Qunused-arguments - Failed
-- Performing Test C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized
-- Performing Test C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-parentheses-equality
-- Performing Test C_COMPILER_SUPPORTS_-Wno-parentheses-equality - Failed
-- Performing Test C_COMPILER_SUPPORTS_-Wno-psabi
-- Performing Test C_COMPILER_SUPPORTS_-Wno-psabi - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Qunused-arguments
-- Performing Test CXX_COMPILER_SUPPORTS_-Qunused-arguments - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-parentheses-equality
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-parentheses-equality - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-psabi
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-psabi - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-noexcept-type
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-noexcept-type - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-expansion-to-defined
-- Performing Test C_COMPILER_SUPPORTS_-Wno-expansion-to-defined - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-expansion-to-defined
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-expansion-to-defined - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wall
-- Performing Test C_COMPILER_SUPPORTS_-Wall - Success
-- Performing Test C_COMPILER_SUPPORTS_-fmax-errors=10
-- Performing Test C_COMPILER_SUPPORTS_-fmax-errors=10 - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wall
-- Performing Test CXX_COMPILER_SUPPORTS_-Wall - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fmax-errors=10
-- Performing Test CXX_COMPILER_SUPPORTS_-fmax-errors=10 - Success
-- Performing Test C_COMPILER_SUPPORTS_-fcolor-diagnostics
-- Performing Test C_COMPILER_SUPPORTS_-fcolor-diagnostics - Failed
-- Performing Test C_COMPILER_SUPPORTS_-fdiagnostics-color=always
-- Performing Test C_COMPILER_SUPPORTS_-fdiagnostics-color=always - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fcolor-diagnostics
-- Performing Test CXX_COMPILER_SUPPORTS_-fcolor-diagnostics - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always
-- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always - Success
-- Performing Test ATOMIC_INT64_IS_BUILTIN
-- Performing Test ATOMIC_INT64_IS_BUILTIN - Success
-- Looking for features.h
-- Looking for features.h - found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for langinfo.h
-- Looking for langinfo.h - found
-- Looking for pthread_np.h
-- Looking for pthread_np.h - not found
-- Looking for linux/memfd.h
-- Looking for linux/memfd.h - found
-- Looking for syslog.h
-- Looking for syslog.h - found
-- Looking for ncurses.h
-- Looking for ncurses.h - found
-- Looking for utime.h
-- Looking for utime.h - found
-- Looking for linux/fs.h
-- Looking for linux/fs.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/timeb.h
-- Looking for sys/timeb.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sys/epoll.h
-- Looking for sys/epoll.h - found
-- Looking for sys/mount.h
-- Looking for sys/mount.h - found
-- Looking for sys/statfs.h
-- Looking for sys/statfs.h - found
-- Looking for sys/statvfs.h
-- Looking for sys/statvfs.h - found
-- Looking for sys/vfs.h
-- Looking for sys/vfs.h - found
-- Looking for sys/mntent.h
-- Looking for sys/mntent.h - not found
-- Looking for sys/ucred.h
-- Looking for sys/ucred.h - not found
-- Looking for sys/fs/s5param.h
-- Looking for sys/fs/s5param.h - not found
-- Looking for sys/fs/types.h
-- Looking for sys/fs/types.h - not found
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for stropts.h
-- Looking for stropts.h - not found
-- Looking for openpty.h
-- Looking for openpty.h - not found
-- Looking for pty.h
-- Looking for pty.h - found
-- Looking for util.h
-- Looking for util.h - not found
-- Looking for libutil.h
-- Looking for libutil.h - not found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for IsDebuggerPresent
-- Looking for IsDebuggerPresent - not found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for malloc_trim
-- Looking for malloc_trim - found
-- Looking for strnstr
-- Looking for strnstr - not found
-- Looking for timegm
-- Looking for timegm - found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for vsyslog
-- Looking for vsyslog - found
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for openpty
-- Looking for openpty - found
-- Looking for realpath
-- Looking for realpath - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for strverscmp
-- Looking for strverscmp - found
-- Looking for utimensat
-- Looking for utimensat - found
-- Looking for get_process_stats
-- Looking for get_process_stats - not found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - found
-- Looking for posix_openpt
-- Looking for posix_openpt - found
-- Looking for getpt
-- Looking for getpt - found
-- Looking for grantpt
-- Looking for grantpt - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for statlstat
-- Looking for statlstat - not found
-- Looking for regexec
-- Looking for regexec - found
-- Looking for pthread_main_np
-- Looking for pthread_main_np - not found
-- Looking for SIGTRAP
-- Looking for SIGTRAP - found
-- Looking for major
-- Looking for major - not found
-- Looking for major
-- Looking for major - found
-- Performing Test HAVE_STAT_BIRTHTIME_value
-- Performing Test HAVE_STAT_BIRTHTIME_value - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_BLOCKS_value
-- Performing Test HAVE_STRUCT_STAT_ST_BLOCKS_value - Success
-- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE_value
-- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE_value - Success
-- Performing Test HAVE_STRUCT_STAT_ST_RDEV_value
-- Performing Test HAVE_STRUCT_STAT_ST_RDEV_value - Success
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_value
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_value - Success
-- Performing Test HAVE_TM_GMTOFF_value
-- Performing Test HAVE_TM_GMTOFF_value - Success
-- Performing Test HAVE_TM_ZONE_value
-- Performing Test HAVE_TM_ZONE_value - Success
-- Performing Test HAVE_STRUCT_FSSTAT_F_FSTYPENAME_value
-- Performing Test HAVE_STRUCT_FSSTAT_F_FSTYPENAME_value - Failed
-- Performing Test HAVE_STRUCT_LINGER_L_LINGER_value
-- Performing Test HAVE_STRUCT_LINGER_L_LINGER_value - Failed
-- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME_value
-- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME_value - Failed
-- Performing Test HAVE_STRUCT_STATFS_F_TYPE_value
-- Performing Test HAVE_STRUCT_STATFS_F_TYPE_value - Failed
-- Performing Test HAVE_STRUCT_STATVFS_F_BASETYPE_value
-- Performing Test HAVE_STRUCT_STATVFS_F_BASETYPE_value - Failed
-- Performing Test HAVE_STRUCT_STATVFS_F_FSTYPENAME_value
-- Performing Test HAVE_STRUCT_STATVFS_F_FSTYPENAME_value - Failed
-- Performing Test HAVE_STRUCT_STATVFS_F_TYPE_value
-- Performing Test HAVE_STRUCT_STATVFS_F_TYPE_value - Failed
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of __int128_t
-- Check size of __int128_t - done
-- Check size of uintmax_t
-- Check size of uintmax_t - done
-- Check size of socklen_t
-- Check size of socklen_t - failed
-- Check size of mode_t
-- Check size of mode_t - done
-- Check size of int
-- Check size of int - done
-- Found GLIB: /usr/include/glib-2.0;/usr/lib/glib-2.0/include (found suitable version "2.72.3", minimum required is "2.44.0") 
-- Found PurC: /usr/local/lib/libpurc.so (found suitable version "0.8.1", minimum required is "0.8.0") 
-- Found DOMRuler: /usr/local/lib/libdomruler.so (Required is at least version "1.2.1") 
-- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1q")  
-- Checking for module 'gtk+-3.0'
--   Found gtk+-3.0, version 3.24.34
-- Checking for module 'gtk+-unix-print-3.0'
--   Found gtk+-unix-print-3.0, version 3.24.34
-- Found GTK: 3.24.34 (Required is at least version "3.22.0") 
-- Found LibSoup: /usr/include/libsoup-2.4 (found suitable version "2.74.2", minimum required is "2.54.0") 
-- Found WebKit2Gtk: /usr/include/webkitgtk-4.0 (found suitable version "2.36.6", minimum required is "2.34.1") 
-- Platform-specific CMakeLists not found: /home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/wtf/wtf/PlatformGTK.cmake
-- Using source list file: Sources.txt
-- Using platform-specific CMakeLists: /home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/bin/webext/PlatformGTK.cmake
x bootstrap-5.1.3-dist/
x bootstrap-5.1.3-dist/css/
x bootstrap-5.1.3-dist/css/bootstrap-grid.css
x bootstrap-5.1.3-dist/css/bootstrap-grid.css.map
x bootstrap-5.1.3-dist/css/bootstrap-grid.min.css
x bootstrap-5.1.3-dist/css/bootstrap-grid.min.css.map
x bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.css
x bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.css.map
x bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.min.css
x bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.min.css.map
x bootstrap-5.1.3-dist/css/bootstrap-reboot.css
x bootstrap-5.1.3-dist/css/bootstrap-reboot.css.map
x bootstrap-5.1.3-dist/css/bootstrap-reboot.min.css
x bootstrap-5.1.3-dist/css/bootstrap-reboot.min.css.map
x bootstrap-5.1.3-dist/css/bootstrap-reboot.rtl.css
x bootstrap-5.1.3-dist/css/bootstrap-reboot.rtl.css.map
x bootstrap-5.1.3-dist/css/bootstrap-reboot.rtl.min.css
x bootstrap-5.1.3-dist/css/bootstrap-reboot.rtl.min.css.map
x bootstrap-5.1.3-dist/css/bootstrap-utilities.css
x bootstrap-5.1.3-dist/css/bootstrap-utilities.css.map
x bootstrap-5.1.3-dist/css/bootstrap-utilities.min.css
x bootstrap-5.1.3-dist/css/bootstrap-utilities.min.css.map
x bootstrap-5.1.3-dist/css/bootstrap-utilities.rtl.css
x bootstrap-5.1.3-dist/css/bootstrap-utilities.rtl.css.map
x bootstrap-5.1.3-dist/css/bootstrap-utilities.rtl.min.css
x bootstrap-5.1.3-dist/css/bootstrap-utilities.rtl.min.css.map
x bootstrap-5.1.3-dist/css/bootstrap.css
x bootstrap-5.1.3-dist/css/bootstrap.css.map
x bootstrap-5.1.3-dist/css/bootstrap.min.css
x bootstrap-5.1.3-dist/css/bootstrap.min.css.map
x bootstrap-5.1.3-dist/css/bootstrap.rtl.css
x bootstrap-5.1.3-dist/css/bootstrap.rtl.css.map
x bootstrap-5.1.3-dist/css/bootstrap.rtl.min.css
x bootstrap-5.1.3-dist/css/bootstrap.rtl.min.css.map
x bootstrap-5.1.3-dist/js/
x bootstrap-5.1.3-dist/js/bootstrap.bundle.js
x bootstrap-5.1.3-dist/js/bootstrap.bundle.js.map
x bootstrap-5.1.3-dist/js/bootstrap.bundle.min.js
x bootstrap-5.1.3-dist/js/bootstrap.bundle.min.js.map
x bootstrap-5.1.3-dist/js/bootstrap.esm.js
x bootstrap-5.1.3-dist/js/bootstrap.esm.js.map
x bootstrap-5.1.3-dist/js/bootstrap.esm.min.js
x bootstrap-5.1.3-dist/js/bootstrap.esm.min.js.map
x bootstrap-5.1.3-dist/js/bootstrap.js
x bootstrap-5.1.3-dist/js/bootstrap.js.map
x bootstrap-5.1.3-dist/js/bootstrap.min.js
x bootstrap-5.1.3-dist/js/bootstrap.min.js.map
x bootstrap-icons-1.8.3/
x bootstrap-icons-1.8.3/columns.svg
x bootstrap-icons-1.8.3/layer-backward.svg
x bootstrap-icons-1.8.3/bag-x-fill.svg
x bootstrap-icons-1.8.3/folder-fill.svg
x bootstrap-icons-1.8.3/hypnotize.svg
x bootstrap-icons-1.8.3/ladder.svg
x bootstrap-icons-1.8.3/badge-8k-fill.svg
x bootstrap-icons-1.8.3/file-arrow-up.svg
x bootstrap-icons-1.8.3/cup-straw.svg
x bootstrap-icons-1.8.3/bootstrap.svg
x bootstrap-icons-1.8.3/arrow-right-square.svg
x bootstrap-icons-1.8.3/clipboard2-pulse-fill.svg
x bootstrap-icons-1.8.3/question-octagon.svg
x bootstrap-icons-1.8.3/justify-left.svg
x bootstrap-icons-1.8.3/lightning.svg
x bootstrap-icons-1.8.3/caret-down.svg
x bootstrap-icons-1.8.3/chat-square-text.svg
x bootstrap-icons-1.8.3/patch-plus-fill.svg
x bootstrap-icons-1.8.3/grid.svg
x bootstrap-icons-1.8.3/triangle.svg
x bootstrap-icons-1.8.3/toggle-on.svg
x bootstrap-icons-1.8.3/medium.svg
x bootstrap-icons-1.8.3/sim.svg
x bootstrap-icons-1.8.3/code-slash.svg
x bootstrap-icons-1.8.3/search.svg
x bootstrap-icons-1.8.3/inbox-fill.svg
x bootstrap-icons-1.8.3/currency-bitcoin.svg
x bootstrap-icons-1.8.3/wifi-2.svg
x bootstrap-icons-1.8.3/file-excel-fill.svg
x bootstrap-icons-1.8.3/incognito.svg
x bootstrap-icons-1.8.3/calendar2-date.svg
x bootstrap-icons-1.8.3/reply-all-fill.svg
x bootstrap-icons-1.8.3/sd-card-fill.svg
x bootstrap-icons-1.8.3/clipboard-plus.svg
x bootstrap-icons-1.8.3/eraser.svg
x bootstrap-icons-1.8.3/list-ul.svg
x bootstrap-icons-1.8.3/arrow-up-circle.svg
x bootstrap-icons-1.8.3/receipt.svg
x bootstrap-icons-1.8.3/pause-circle.svg
x bootstrap-icons-1.8.3/check-square.svg
x bootstrap-icons-1.8.3/patch-minus-fill.svg
x bootstrap-icons-1.8.3/arrow-down.svg
x bootstrap-icons-1.8.3/sort-up-alt.svg
x bootstrap-icons-1.8.3/badge-wc.svg
x bootstrap-icons-1.8.3/type-h2.svg
x bootstrap-icons-1.8.3/check-lg.svg
x bootstrap-icons-1.8.3/record-fill.svg
x bootstrap-icons-1.8.3/question-diamond.svg
x bootstrap-icons-1.8.3/align-end.svg
x bootstrap-icons-1.8.3/search-heart-fill.svg
x bootstrap-icons-1.8.3/graph-up-arrow.svg
x bootstrap-icons-1.8.3/calendar2-x-fill.svg
x bootstrap-icons-1.8.3/list.svg
x bootstrap-icons-1.8.3/pin-angle.svg
x bootstrap-icons-1.8.3/file-earmark-spreadsheet-fill.svg
x bootstrap-icons-1.8.3/filetype-gif.svg
x bootstrap-icons-1.8.3/skip-end-btn-fill.svg
x bootstrap-icons-1.8.3/volume-off.svg
x bootstrap-icons-1.8.3/steam.svg
x bootstrap-icons-1.8.3/chat-left-text-fill.svg
x bootstrap-icons-1.8.3/outlet.svg
x bootstrap-icons-1.8.3/megaphone.svg
x bootstrap-icons-1.8.3/filetype-sass.svg
x bootstrap-icons-1.8.3/hand-index-thumb-fill.svg
x bootstrap-icons-1.8.3/info-square.svg
x bootstrap-icons-1.8.3/file-earmark-text.svg
x bootstrap-icons-1.8.3/file-excel.svg
x bootstrap-icons-1.8.3/house-door.svg
x bootstrap-icons-1.8.3/circle-half.svg
x bootstrap-icons-1.8.3/person-video.svg
x bootstrap-icons-1.8.3/house.svg
x bootstrap-icons-1.8.3/heptagon-fill.svg
x bootstrap-icons-1.8.3/file-earmark-text-fill.svg
x bootstrap-icons-1.8.3/sort-numeric-up.svg
x bootstrap-icons-1.8.3/info-square-fill.svg
x bootstrap-icons-1.8.3/type-h3.svg
x bootstrap-icons-1.8.3/easel-fill.svg
x bootstrap-icons-1.8.3/telephone-outbound-fill.svg
x bootstrap-icons-1.8.3/telephone-forward-fill.svg
x bootstrap-icons-1.8.3/textarea-resize.svg
x bootstrap-icons-1.8.3/pc-horizontal.svg
x bootstrap-icons-1.8.3/filetype-psd.svg
x bootstrap-icons-1.8.3/wind.svg
x bootstrap-icons-1.8.3/chat-left-dots-fill.svg
x bootstrap-icons-1.8.3/ticket-perforated.svg
x bootstrap-icons-1.8.3/file-earmark-zip.svg
x bootstrap-icons-1.8.3/file-code-fill.svg
x bootstrap-icons-1.8.3/layout-text-window.svg
x bootstrap-icons-1.8.3/save2.svg
x bootstrap-icons-1.8.3/type-italic.svg
x bootstrap-icons-1.8.3/dice-5-fill.svg
x bootstrap-icons-1.8.3/dice-4-fill.svg
x bootstrap-icons-1.8.3/person-circle.svg
x bootstrap-icons-1.8.3/scissors.svg
x bootstrap-icons-1.8.3/play-circle.svg
x bootstrap-icons-1.8.3/file-earmark-binary.svg
x bootstrap-icons-1.8.3/file-zip.svg
x bootstrap-icons-1.8.3/arrow-down-square-fill.svg
x bootstrap-icons-1.8.3/skip-start-fill.svg
x bootstrap-icons-1.8.3/border-outer.svg
x bootstrap-icons-1.8.3/filetype-java.svg
x bootstrap-icons-1.8.3/file-earmark-arrow-up-fill.svg
x bootstrap-icons-1.8.3/grid-3x2-gap.svg
x bootstrap-icons-1.8.3/caret-up-fill.svg
x bootstrap-icons-1.8.3/emoji-expressionless-fill.svg
x bootstrap-icons-1.8.3/search-heart.svg
x bootstrap-icons-1.8.3/signpost-split.svg
x bootstrap-icons-1.8.3/tools.svg
x bootstrap-icons-1.8.3/chevron-contract.svg
x bootstrap-icons-1.8.3/backspace-fill.svg
x bootstrap-icons-1.8.3/camera-reels-fill.svg
x bootstrap-icons-1.8.3/strava.svg
x bootstrap-icons-1.8.3/x-octagon.svg
x bootstrap-icons-1.8.3/calendar2-fill.svg
x bootstrap-icons-1.8.3/file-earmark-word.svg
x bootstrap-icons-1.8.3/calendar3-fill.svg
x bootstrap-icons-1.8.3/file-word-fill.svg
x bootstrap-icons-1.8.3/file-easel.svg
x bootstrap-icons-1.8.3/suit-club.svg
x bootstrap-icons-1.8.3/shield-lock.svg
x bootstrap-icons-1.8.3/meta.svg
x bootstrap-icons-1.8.3/currency-pound.svg
x bootstrap-icons-1.8.3/hourglass.svg
x bootstrap-icons-1.8.3/microsoft.svg
x bootstrap-icons-1.8.3/wifi-1.svg
x bootstrap-icons-1.8.3/calendar-day-fill.svg
x bootstrap-icons-1.8.3/boxes.svg
x bootstrap-icons-1.8.3/sort-alpha-up-alt.svg
x bootstrap-icons-1.8.3/text-indent-right.svg
x bootstrap-icons-1.8.3/pie-chart-fill.svg
x bootstrap-icons-1.8.3/file-ppt-fill.svg
x bootstrap-icons-1.8.3/reply.svg
x bootstrap-icons-1.8.3/calendar2-heart-fill.svg
x bootstrap-icons-1.8.3/body-text.svg
x bootstrap-icons-1.8.3/chat-square-dots-fill.svg
x bootstrap-icons-1.8.3/sunrise.svg
x bootstrap-icons-1.8.3/file-spreadsheet-fill.svg
x bootstrap-icons-1.8.3/check-all.svg
x bootstrap-icons-1.8.3/arrow-down-right-circle.svg
x bootstrap-icons-1.8.3/gender-trans.svg
x bootstrap-icons-1.8.3/upc-scan.svg
x bootstrap-icons-1.8.3/filetype-scss.svg
x bootstrap-icons-1.8.3/lightning-fill.svg
x bootstrap-icons-1.8.3/journal-bookmark-fill.svg
x bootstrap-icons-1.8.3/type-h1.svg
x bootstrap-icons-1.8.3/ticket-perforated-fill.svg
x bootstrap-icons-1.8.3/emoji-frown-fill.svg
x bootstrap-icons-1.8.3/file-pdf-fill.svg
x bootstrap-icons-1.8.3/snow.svg
x bootstrap-icons-1.8.3/x-diamond.svg
x bootstrap-icons-1.8.3/translate.svg
x bootstrap-icons-1.8.3/ui-radios.svg
x bootstrap-icons-1.8.3/basket3-fill.svg
x bootstrap-icons-1.8.3/basket2-fill.svg
x bootstrap-icons-1.8.3/file-earmark-play.svg
x bootstrap-icons-1.8.3/exclamation-lg.svg
x bootstrap-icons-1.8.3/binoculars-fill.svg
x bootstrap-icons-1.8.3/file-person.svg
x bootstrap-icons-1.8.3/envelope-paper-heart-fill.svg
x bootstrap-icons-1.8.3/qr-code-scan.svg
x bootstrap-icons-1.8.3/printer-fill.svg
x bootstrap-icons-1.8.3/phone-vibrate-fill.svg
x bootstrap-icons-1.8.3/chat-square-text-fill.svg
x bootstrap-icons-1.8.3/bootstrap-icons.css
x bootstrap-icons-1.8.3/menu-app-fill.svg
x bootstrap-icons-1.8.3/umbrella.svg
x bootstrap-icons-1.8.3/badge-vr.svg
x bootstrap-icons-1.8.3/volume-down.svg
x bootstrap-icons-1.8.3/shield-fill-x.svg
x bootstrap-icons-1.8.3/cart-plus.svg
x bootstrap-icons-1.8.3/fullscreen.svg
x bootstrap-icons-1.8.3/file-earmark.svg
x bootstrap-icons-1.8.3/cloud-moon-fill.svg
x bootstrap-icons-1.8.3/modem.svg
x bootstrap-icons-1.8.3/badge-tm.svg
x bootstrap-icons-1.8.3/card-text.svg
x bootstrap-icons-1.8.3/suit-diamond-fill.svg
x bootstrap-icons-1.8.3/heart-arrow.svg
x bootstrap-icons-1.8.3/cart-dash.svg
x bootstrap-icons-1.8.3/bezier2.svg
x bootstrap-icons-1.8.3/hand-thumbs-up.svg
x bootstrap-icons-1.8.3/shift.svg
x bootstrap-icons-1.8.3/file-diff-fill.svg
x bootstrap-icons-1.8.3/file-minus.svg
x bootstrap-icons-1.8.3/x-circle.svg
x bootstrap-icons-1.8.3/skip-forward-fill.svg
x bootstrap-icons-1.8.3/type-bold.svg
x bootstrap-icons-1.8.3/send-fill.svg
x bootstrap-icons-1.8.3/heptagon.svg
x bootstrap-icons-1.8.3/filetype-tiff.svg
x bootstrap-icons-1.8.3/book-fill.svg
x bootstrap-icons-1.8.3/arrow-bar-left.svg
x bootstrap-icons-1.8.3/bag-dash.svg
x bootstrap-icons-1.8.3/person-dash.svg
x bootstrap-icons-1.8.3/calendar4-range.svg
x bootstrap-icons-1.8.3/folder-check.svg
x bootstrap-icons-1.8.3/arrows-move.svg
x bootstrap-icons-1.8.3/motherboard.svg
x bootstrap-icons-1.8.3/layout-sidebar.svg
x bootstrap-icons-1.8.3/box-arrow-down-left.svg
x bootstrap-icons-1.8.3/folder2-open.svg
x bootstrap-icons-1.8.3/hdd-stack.svg
x bootstrap-icons-1.8.3/person-plus.svg
x bootstrap-icons-1.8.3/bag-plus.svg
x bootstrap-icons-1.8.3/circle.svg
x bootstrap-icons-1.8.3/view-list.svg
x bootstrap-icons-1.8.3/volume-off-fill.svg
x bootstrap-icons-1.8.3/view-stacked.svg
x bootstrap-icons-1.8.3/emoji-smile-upside-down-fill.svg
x bootstrap-icons-1.8.3/person.svg
x bootstrap-icons-1.8.3/ui-checks-grid.svg
x bootstrap-icons-1.8.3/file-earmark-x-fill.svg
x bootstrap-icons-1.8.3/balloon-heart.svg
x bootstrap-icons-1.8.3/shop.svg
x bootstrap-icons-1.8.3/battery-half.svg
x bootstrap-icons-1.8.3/safe.svg
x bootstrap-icons-1.8.3/ui-checks.svg
x bootstrap-icons-1.8.3/mailbox.svg
x bootstrap-icons-1.8.3/envelope-open-heart.svg
x bootstrap-icons-1.8.3/file-play.svg
x bootstrap-icons-1.8.3/handbag.svg
x bootstrap-icons-1.8.3/file-earmark-bar-graph-fill.svg
x bootstrap-icons-1.8.3/usb-drive-fill.svg
x bootstrap-icons-1.8.3/sliders.svg
x bootstrap-icons-1.8.3/cloud-rain-heavy.svg
x bootstrap-icons-1.8.3/cloud-lightning-rain.svg
x bootstrap-icons-1.8.3/bootstrap-icons.svg
x bootstrap-icons-1.8.3/send-x.svg
x bootstrap-icons-1.8.3/exclamation-diamond.svg
x bootstrap-icons-1.8.3/rss-fill.svg
x bootstrap-icons-1.8.3/chevron-double-right.svg
x bootstrap-icons-1.8.3/arrow-up-short.svg
x bootstrap-icons-1.8.3/recycle.svg
x bootstrap-icons-1.8.3/eject.svg
x bootstrap-icons-1.8.3/arrow-up-left.svg
x bootstrap-icons-1.8.3/cloud-plus-fill.svg
x bootstrap-icons-1.8.3/fullscreen-exit.svg
x bootstrap-icons-1.8.3/share-fill.svg
x bootstrap-icons-1.8.3/clipboard2-check-fill.svg
x bootstrap-icons-1.8.3/arrow-90deg-up.svg
x bootstrap-icons-1.8.3/cloud-fog2.svg
x bootstrap-icons-1.8.3/chevron-down.svg
x bootstrap-icons-1.8.3/pen-fill.svg
x bootstrap-icons-1.8.3/stop-fill.svg
x bootstrap-icons-1.8.3/filetype-key.svg
x bootstrap-icons-1.8.3/chevron-double-left.svg
x bootstrap-icons-1.8.3/index.html
x bootstrap-icons-1.8.3/file-earmark-minus.svg
x bootstrap-icons-1.8.3/person-heart.svg
x bootstrap-icons-1.8.3/chat-left-fill.svg
x bootstrap-icons-1.8.3/cloud-check.svg
x bootstrap-icons-1.8.3/hexagon.svg
x bootstrap-icons-1.8.3/exclamation-octagon.svg
x bootstrap-icons-1.8.3/receipt-cutoff.svg
x bootstrap-icons-1.8.3/postage-heart-fill.svg
x bootstrap-icons-1.8.3/grid-fill.svg
x bootstrap-icons-1.8.3/sun-fill.svg
x bootstrap-icons-1.8.3/file-earmark-minus-fill.svg
x bootstrap-icons-1.8.3/record-btn-fill.svg
x bootstrap-icons-1.8.3/file-earmark-easel-fill.svg
x bootstrap-icons-1.8.3/sort-numeric-up-alt.svg
x bootstrap-icons-1.8.3/thunderbolt-fill.svg
x bootstrap-icons-1.8.3/border-center.svg
x bootstrap-icons-1.8.3/file-word.svg
x bootstrap-icons-1.8.3/truck-flatbed.svg
x bootstrap-icons-1.8.3/text-center.svg
x bootstrap-icons-1.8.3/filetype-yml.svg
x bootstrap-icons-1.8.3/globe2.svg
x bootstrap-icons-1.8.3/shield-plus.svg
x bootstrap-icons-1.8.3/heartbreak.svg
x bootstrap-icons-1.8.3/layout-text-sidebar-reverse.svg
x bootstrap-icons-1.8.3/filetype-wav.svg
x bootstrap-icons-1.8.3/signpost.svg
x bootstrap-icons-1.8.3/door-closed.svg
x bootstrap-icons-1.8.3/github.svg
x bootstrap-icons-1.8.3/chevron-bar-left.svg
x bootstrap-icons-1.8.3/sort-alpha-up.svg
x bootstrap-icons-1.8.3/displayport.svg
x bootstrap-icons-1.8.3/file-earmark-arrow-down.svg
x bootstrap-icons-1.8.3/bar-chart-fill.svg
x bootstrap-icons-1.8.3/calendar-minus-fill.svg
x bootstrap-icons-1.8.3/cone.svg
x bootstrap-icons-1.8.3/usb.svg
x bootstrap-icons-1.8.3/house-fill.svg
x bootstrap-icons-1.8.3/chat-left-heart.svg
x bootstrap-icons-1.8.3/ticket.svg
x bootstrap-icons-1.8.3/speaker-fill.svg
x bootstrap-icons-1.8.3/cloud-sleet.svg
x bootstrap-icons-1.8.3/file-earmark-play-fill.svg
x bootstrap-icons-1.8.3/envelope-check-fill.svg
x bootstrap-icons-1.8.3/crop.svg
x bootstrap-icons-1.8.3/badge-ad-fill.svg
x bootstrap-icons-1.8.3/sim-fill.svg
x bootstrap-icons-1.8.3/caret-down-square.svg
x bootstrap-icons-1.8.3/cloud-haze2.svg
x bootstrap-icons-1.8.3/bag-check.svg
x bootstrap-icons-1.8.3/cart-check-fill.svg
x bootstrap-icons-1.8.3/tag.svg
x bootstrap-icons-1.8.3/bag-heart-fill.svg
x bootstrap-icons-1.8.3/patch-exclamation-fill.svg
x bootstrap-icons-1.8.3/option.svg
x bootstrap-icons-1.8.3/filetype-doc.svg
x bootstrap-icons-1.8.3/briefcase.svg
x bootstrap-icons-1.8.3/emoji-smile-upside-down.svg
x bootstrap-icons-1.8.3/circle-fill.svg
x bootstrap-icons-1.8.3/trash-fill.svg
x bootstrap-icons-1.8.3/align-bottom.svg
x bootstrap-icons-1.8.3/exclamation-square.svg
x bootstrap-icons-1.8.3/file-earmark-easel.svg
x bootstrap-icons-1.8.3/heptagon-half.svg
x bootstrap-icons-1.8.3/file-earmark-x.svg
x bootstrap-icons-1.8.3/cloud-slash-fill.svg
x bootstrap-icons-1.8.3/plugin.svg
x bootstrap-icons-1.8.3/nut-fill.svg
x bootstrap-icons-1.8.3/cursor-text.svg
x bootstrap-icons-1.8.3/lightbulb-fill.svg
x bootstrap-icons-1.8.3/file-earmark-font-fill.svg
x bootstrap-icons-1.8.3/chevron-bar-up.svg
x bootstrap-icons-1.8.3/phone-landscape.svg
x bootstrap-icons-1.8.3/badge-vr-fill.svg
x bootstrap-icons-1.8.3/thermometer-half.svg
x bootstrap-icons-1.8.3/chevron-bar-contract.svg
x bootstrap-icons-1.8.3/cloud-plus.svg
x bootstrap-icons-1.8.3/distribute-horizontal.svg
x bootstrap-icons-1.8.3/usb-plug.svg
x bootstrap-icons-1.8.3/headset.svg
x bootstrap-icons-1.8.3/hand-thumbs-down.svg
x bootstrap-icons-1.8.3/cone-striped.svg
x bootstrap-icons-1.8.3/map.svg
x bootstrap-icons-1.8.3/inbox.svg
x bootstrap-icons-1.8.3/blockquote-left.svg
x bootstrap-icons-1.8.3/arrow-up-right-square.svg
x bootstrap-icons-1.8.3/file-earmark-richtext-fill.svg
x bootstrap-icons-1.8.3/plus-square.svg
x bootstrap-icons-1.8.3/filetype-mdx.svg
x bootstrap-icons-1.8.3/power.svg
x bootstrap-icons-1.8.3/calendar-day.svg
x bootstrap-icons-1.8.3/wrench-adjustable-circle-fill.svg
x bootstrap-icons-1.8.3/envelope-fill.svg
x bootstrap-icons-1.8.3/cloud-slash.svg
x bootstrap-icons-1.8.3/layout-sidebar-reverse.svg
x bootstrap-icons-1.8.3/clipboard2-plus-fill.svg
x bootstrap-icons-1.8.3/check-circle-fill.svg
x bootstrap-icons-1.8.3/person-badge-fill.svg
x bootstrap-icons-1.8.3/clouds.svg
x bootstrap-icons-1.8.3/clipboard2-plus.svg
x bootstrap-icons-1.8.3/telephone-plus.svg
x bootstrap-icons-1.8.3/file-binary-fill.svg
x bootstrap-icons-1.8.3/usb-c.svg
x bootstrap-icons-1.8.3/arrow-up-left-square-fill.svg
x bootstrap-icons-1.8.3/backspace-reverse-fill.svg
x bootstrap-icons-1.8.3/slash-circle-fill.svg
x bootstrap-icons-1.8.3/earbuds.svg
x bootstrap-icons-1.8.3/chat-right-text-fill.svg
x bootstrap-icons-1.8.3/house-door-fill.svg
x bootstrap-icons-1.8.3/tornado.svg
x bootstrap-icons-1.8.3/chat-left-quote.svg
x bootstrap-icons-1.8.3/check2-square.svg
x bootstrap-icons-1.8.3/wallet2.svg
x bootstrap-icons-1.8.3/calendar2-range.svg
x bootstrap-icons-1.8.3/file.svg
x bootstrap-icons-1.8.3/cart-plus-fill.svg
x bootstrap-icons-1.8.3/puzzle.svg
x bootstrap-icons-1.8.3/menu-button-wide.svg
x bootstrap-icons-1.8.3/list-stars.svg
x bootstrap-icons-1.8.3/badge-cc.svg
x bootstrap-icons-1.8.3/mortarboard-fill.svg
x bootstrap-icons-1.8.3/file-earmark-slides-fill.svg
x bootstrap-icons-1.8.3/box-seam.svg
x bootstrap-icons-1.8.3/signal.svg
x bootstrap-icons-1.8.3/tablet-fill.svg
x bootstrap-icons-1.8.3/files.svg
x bootstrap-icons-1.8.3/file-earmark-excel.svg
x bootstrap-icons-1.8.3/filetype-sh.svg
x bootstrap-icons-1.8.3/record-circle-fill.svg
x bootstrap-icons-1.8.3/emoji-dizzy-fill.svg
x bootstrap-icons-1.8.3/chat-right-dots-fill.svg
x bootstrap-icons-1.8.3/envelope-open-heart-fill.svg
x bootstrap-icons-1.8.3/voicemail.svg
x bootstrap-icons-1.8.3/arrow-down-left-square-fill.svg
x bootstrap-icons-1.8.3/stop-circle-fill.svg
x bootstrap-icons-1.8.3/bootstrap-icons.scss
x bootstrap-icons-1.8.3/bookmark-fill.svg
x bootstrap-icons-1.8.3/house-heart-fill.svg
x bootstrap-icons-1.8.3/terminal.svg
x bootstrap-icons-1.8.3/emoji-angry-fill.svg
x bootstrap-icons-1.8.3/cash-coin.svg
x bootstrap-icons-1.8.3/book-half.svg
x bootstrap-icons-1.8.3/journal-medical.svg
x bootstrap-icons-1.8.3/cart-dash-fill.svg
x bootstrap-icons-1.8.3/grid-3x3-gap.svg
x bootstrap-icons-1.8.3/filetype-docx.svg
x bootstrap-icons-1.8.3/emoji-wink.svg
x bootstrap-icons-1.8.3/clipboard-heart-fill.svg
x bootstrap-icons-1.8.3/chevron-up.svg
x bootstrap-icons-1.8.3/suit-heart-fill.svg
x bootstrap-icons-1.8.3/compass-fill.svg
x bootstrap-icons-1.8.3/folder-symlink.svg
x bootstrap-icons-1.8.3/emoji-kiss.svg
x bootstrap-icons-1.8.3/chat-heart-fill.svg
x bootstrap-icons-1.8.3/dpad.svg
x bootstrap-icons-1.8.3/chat-fill.svg
x bootstrap-icons-1.8.3/hdd-network.svg
x bootstrap-icons-1.8.3/chat-left.svg
x bootstrap-icons-1.8.3/arrow-down-left.svg
x bootstrap-icons-1.8.3/hand-thumbs-down-fill.svg
x bootstrap-icons-1.8.3/file-text.svg
x bootstrap-icons-1.8.3/chat-text.svg
x bootstrap-icons-1.8.3/sticky-fill.svg
x bootstrap-icons-1.8.3/droplet.svg
x bootstrap-icons-1.8.3/mastodon.svg
x bootstrap-icons-1.8.3/filetype-ttf.svg
x bootstrap-icons-1.8.3/file-fill.svg
x bootstrap-icons-1.8.3/keyboard.svg
x bootstrap-icons-1.8.3/box2.svg
x bootstrap-icons-1.8.3/x.svg
x bootstrap-icons-1.8.3/usb-symbol.svg
x bootstrap-icons-1.8.3/joystick.svg
x bootstrap-icons-1.8.3/bar-chart.svg
x bootstrap-icons-1.8.3/qr-code.svg
x bootstrap-icons-1.8.3/router-fill.svg
x bootstrap-icons-1.8.3/file-bar-graph-fill.svg
x bootstrap-icons-1.8.3/send-exclamation.svg
x bootstrap-icons-1.8.3/exclamation-triangle.svg
x bootstrap-icons-1.8.3/dot.svg
x bootstrap-icons-1.8.3/clouds-fill.svg
x bootstrap-icons-1.8.3/question-circle.svg
x bootstrap-icons-1.8.3/envelope-plus-fill.svg
x bootstrap-icons-1.8.3/vimeo.svg
x bootstrap-icons-1.8.3/cart-x-fill.svg
x bootstrap-icons-1.8.3/skip-backward-circle.svg
x bootstrap-icons-1.8.3/flower3.svg
x bootstrap-icons-1.8.3/bookmark-plus-fill.svg
x bootstrap-icons-1.8.3/filetype-otf.svg
x bootstrap-icons-1.8.3/question.svg
x bootstrap-icons-1.8.3/lock.svg
x bootstrap-icons-1.8.3/send-exclamation-fill.svg
x bootstrap-icons-1.8.3/dice-2.svg
x bootstrap-icons-1.8.3/cloud-upload.svg
x bootstrap-icons-1.8.3/three-dots.svg
x bootstrap-icons-1.8.3/node-plus.svg
x bootstrap-icons-1.8.3/postcard.svg
x bootstrap-icons-1.8.3/award-fill.svg
x bootstrap-icons-1.8.3/piggy-bank.svg
x bootstrap-icons-1.8.3/diagram-3.svg
x bootstrap-icons-1.8.3/sd-card.svg
x bootstrap-icons-1.8.3/journal-code.svg
x bootstrap-icons-1.8.3/record2.svg
x bootstrap-icons-1.8.3/file-earmark-lock2-fill.svg
x bootstrap-icons-1.8.3/calendar-month.svg
x bootstrap-icons-1.8.3/emoji-neutral.svg
x bootstrap-icons-1.8.3/soundwave.svg
x bootstrap-icons-1.8.3/arrow-return-right.svg
x bootstrap-icons-1.8.3/cloud-drizzle.svg
x bootstrap-icons-1.8.3/device-hdd.svg
x bootstrap-icons-1.8.3/dash-circle.svg
x bootstrap-icons-1.8.3/calendar-event.svg
x bootstrap-icons-1.8.3/distribute-vertical.svg
x bootstrap-icons-1.8.3/envelope-dash-fill.svg
x bootstrap-icons-1.8.3/box-arrow-down-right.svg
x bootstrap-icons-1.8.3/eye-fill.svg
x bootstrap-icons-1.8.3/pen.svg
x bootstrap-icons-1.8.3/badge-sd-fill.svg
x bootstrap-icons-1.8.3/pip-fill.svg
x bootstrap-icons-1.8.3/file-font.svg
x bootstrap-icons-1.8.3/boombox.svg
x bootstrap-icons-1.8.3/chevron-right.svg
x bootstrap-icons-1.8.3/toggle2-off.svg
x bootstrap-icons-1.8.3/bookmark-dash-fill.svg
x bootstrap-icons-1.8.3/megaphone-fill.svg
x bootstrap-icons-1.8.3/hourglass-split.svg
x bootstrap-icons-1.8.3/star-fill.svg
x bootstrap-icons-1.8.3/clipboard.svg
x bootstrap-icons-1.8.3/camera2.svg
x bootstrap-icons-1.8.3/diagram-2.svg
x bootstrap-icons-1.8.3/instagram.svg
x bootstrap-icons-1.8.3/person-badge.svg
x bootstrap-icons-1.8.3/filetype-raw.svg
x bootstrap-icons-1.8.3/file-earmark-person-fill.svg
x bootstrap-icons-1.8.3/link.svg
x bootstrap-icons-1.8.3/shield-slash-fill.svg
x bootstrap-icons-1.8.3/layout-three-columns.svg
x bootstrap-icons-1.8.3/skip-forward-btn-fill.svg
x bootstrap-icons-1.8.3/dice-3.svg
x bootstrap-icons-1.8.3/toggle-off.svg
x bootstrap-icons-1.8.3/key.svg
x bootstrap-icons-1.8.3/cloud-hail-fill.svg
x bootstrap-icons-1.8.3/arrow-down-left-circle.svg
x bootstrap-icons-1.8.3/card-heading.svg
x bootstrap-icons-1.8.3/hexagon-half.svg
x bootstrap-icons-1.8.3/flower2.svg
x bootstrap-icons-1.8.3/grid-1x2-fill.svg
x bootstrap-icons-1.8.3/blockquote-right.svg
x bootstrap-icons-1.8.3/usb-micro.svg
x bootstrap-icons-1.8.3/door-open.svg
x bootstrap-icons-1.8.3/cloud-sun.svg
x bootstrap-icons-1.8.3/arrow-right.svg
x bootstrap-icons-1.8.3/square-fill.svg
x bootstrap-icons-1.8.3/calendar-plus.svg
x bootstrap-icons-1.8.3/brush.svg
x bootstrap-icons-1.8.3/journal-bookmark.svg
x bootstrap-icons-1.8.3/arrow-right-short.svg
x bootstrap-icons-1.8.3/skip-forward-btn.svg
x bootstrap-icons-1.8.3/at.svg
x bootstrap-icons-1.8.3/hurricane.svg
x bootstrap-icons-1.8.3/stop-circle.svg
x bootstrap-icons-1.8.3/displayport-fill.svg
x bootstrap-icons-1.8.3/file-spreadsheet.svg
x bootstrap-icons-1.8.3/arrow-left-circle.svg
x bootstrap-icons-1.8.3/terminal-x.svg
x bootstrap-icons-1.8.3/camera-video-off-fill.svg
x bootstrap-icons-1.8.3/cursor-fill.svg
x bootstrap-icons-1.8.3/inboxes.svg
x bootstrap-icons-1.8.3/file-richtext-fill.svg
x bootstrap-icons-1.8.3/file-image-fill.svg
x bootstrap-icons-1.8.3/tags-fill.svg
x bootstrap-icons-1.8.3/arrows-angle-expand.svg
x bootstrap-icons-1.8.3/cloud-lightning-fill.svg
x bootstrap-icons-1.8.3/calendar-check.svg
x bootstrap-icons-1.8.3/filetype-heic.svg
x bootstrap-icons-1.8.3/pause-btn.svg
x bootstrap-icons-1.8.3/arrow-down-up.svg
x bootstrap-icons-1.8.3/arrows-fullscreen.svg
x bootstrap-icons-1.8.3/envelope-heart.svg
x bootstrap-icons-1.8.3/stopwatch.svg
x bootstrap-icons-1.8.3/menu-up.svg
x bootstrap-icons-1.8.3/music-note-beamed.svg
x bootstrap-icons-1.8.3/border-all.svg
x bootstrap-icons-1.8.3/calendar3-event-fill.svg
x bootstrap-icons-1.8.3/cloud-snow.svg
x bootstrap-icons-1.8.3/calendar-week.svg
x bootstrap-icons-1.8.3/list-task.svg
x bootstrap-icons-1.8.3/bricks.svg
x bootstrap-icons-1.8.3/hospital-fill.svg
x bootstrap-icons-1.8.3/dice-1.svg
x bootstrap-icons-1.8.3/filetype-ai.svg
x bootstrap-icons-1.8.3/arrow-up-left-circle-fill.svg
x bootstrap-icons-1.8.3/house-heart.svg
x bootstrap-icons-1.8.3/type.svg
x bootstrap-icons-1.8.3/slash-square-fill.svg
x bootstrap-icons-1.8.3/bank2.svg
x bootstrap-icons-1.8.3/person-lines-fill.svg
x bootstrap-icons-1.8.3/check-square-fill.svg
x bootstrap-icons-1.8.3/cart.svg
x bootstrap-icons-1.8.3/bookmark-check-fill.svg
x bootstrap-icons-1.8.3/arrow-through-heart-fill.svg
x bootstrap-icons-1.8.3/cloudy-fill.svg
x bootstrap-icons-1.8.3/envelope-x-fill.svg
x bootstrap-icons-1.8.3/envelope.svg
x bootstrap-icons-1.8.3/file-medical-fill.svg
x bootstrap-icons-1.8.3/border-inner.svg
x bootstrap-icons-1.8.3/telephone-x-fill.svg
x bootstrap-icons-1.8.3/journal-minus.svg
x bootstrap-icons-1.8.3/badge-4k-fill.svg
x bootstrap-icons-1.8.3/aspect-ratio.svg
x bootstrap-icons-1.8.3/image-alt.svg
x bootstrap-icons-1.8.3/telephone-inbound-fill.svg
x bootstrap-icons-1.8.3/archive.svg
x bootstrap-icons-1.8.3/emoji-expressionless.svg
x bootstrap-icons-1.8.3/person-x.svg
x bootstrap-icons-1.8.3/caret-up.svg
x bootstrap-icons-1.8.3/brightness-low.svg
x bootstrap-icons-1.8.3/emoji-laughing-fill.svg
x bootstrap-icons-1.8.3/arrow-up-left-square.svg
x bootstrap-icons-1.8.3/ticket-detailed-fill.svg
x bootstrap-icons-1.8.3/border-width.svg
x bootstrap-icons-1.8.3/cart3.svg
x bootstrap-icons-1.8.3/suit-spade.svg
x bootstrap-icons-1.8.3/magnet.svg
x bootstrap-icons-1.8.3/cloud-snow-fill.svg
x bootstrap-icons-1.8.3/usb-plug-fill.svg
x bootstrap-icons-1.8.3/file-earmark-image.svg
x bootstrap-icons-1.8.3/clipboard-x-fill.svg
x bootstrap-icons-1.8.3/patch-question.svg
x bootstrap-icons-1.8.3/file-post-fill.svg
x bootstrap-icons-1.8.3/caret-left-fill.svg
x bootstrap-icons-1.8.3/shield.svg
x bootstrap-icons-1.8.3/cart2.svg
x bootstrap-icons-1.8.3/download.svg
x bootstrap-icons-1.8.3/kanban.svg
x bootstrap-icons-1.8.3/arrow-down-left-circle-fill.svg
x bootstrap-icons-1.8.3/braces-asterisk.svg
x bootstrap-icons-1.8.3/patch-check-fill.svg
x bootstrap-icons-1.8.3/skip-backward-btn-fill.svg
x bootstrap-icons-1.8.3/git.svg
x bootstrap-icons-1.8.3/window-fullscreen.svg
x bootstrap-icons-1.8.3/pin.svg
x bootstrap-icons-1.8.3/pentagon-fill.svg
x bootstrap-icons-1.8.3/arrow-down-short.svg
x bootstrap-icons-1.8.3/chat-left-text.svg
x bootstrap-icons-1.8.3/webcam.svg
x bootstrap-icons-1.8.3/unlock-fill.svg
x bootstrap-icons-1.8.3/journal-plus.svg
x bootstrap-icons-1.8.3/cloud-haze2-fill.svg
x bootstrap-icons-1.8.3/filter-circle.svg
x bootstrap-icons-1.8.3/check2-all.svg
x bootstrap-icons-1.8.3/calendar-week-fill.svg
x bootstrap-icons-1.8.3/slash-circle.svg
x bootstrap-icons-1.8.3/send-check-fill.svg
x bootstrap-icons-1.8.3/tree-fill.svg
x bootstrap-icons-1.8.3/clipboard2-check.svg
x bootstrap-icons-1.8.3/projector.svg
x bootstrap-icons-1.8.3/flower1.svg
x bootstrap-icons-1.8.3/server.svg
x bootstrap-icons-1.8.3/tv.svg
x bootstrap-icons-1.8.3/app.svg
x bootstrap-icons-1.8.3/skip-forward.svg
x bootstrap-icons-1.8.3/map-fill.svg
x bootstrap-icons-1.8.3/file-break.svg
x bootstrap-icons-1.8.3/suit-club-fill.svg
x bootstrap-icons-1.8.3/play-circle-fill.svg
x bootstrap-icons-1.8.3/pencil-square.svg
x bootstrap-icons-1.8.3/chat-right-dots.svg
x bootstrap-icons-1.8.3/file-earmark-break.svg
x bootstrap-icons-1.8.3/arrow-clockwise.svg
x bootstrap-icons-1.8.3/battery-charging.svg
x bootstrap-icons-1.8.3/folder2.svg
x bootstrap-icons-1.8.3/pause-circle-fill.svg
x bootstrap-icons-1.8.3/bookmark-star.svg
x bootstrap-icons-1.8.3/patch-plus.svg
x bootstrap-icons-1.8.3/filetype-json.svg
x bootstrap-icons-1.8.3/filetype-txt.svg
x bootstrap-icons-1.8.3/cloud-arrow-up.svg
x bootstrap-icons-1.8.3/layers.svg
x bootstrap-icons-1.8.3/camera-reels.svg
x bootstrap-icons-1.8.3/slash.svg
x bootstrap-icons-1.8.3/shield-fill-exclamation.svg
x bootstrap-icons-1.8.3/music-player.svg
x bootstrap-icons-1.8.3/book.svg
x bootstrap-icons-1.8.3/calendar2-month-fill.svg
x bootstrap-icons-1.8.3/filter-right.svg
x bootstrap-icons-1.8.3/card-image.svg
x bootstrap-icons-1.8.3/hdd-network-fill.svg
x bootstrap-icons-1.8.3/hdmi.svg
x bootstrap-icons-1.8.3/cloud-fog-fill.svg
x bootstrap-icons-1.8.3/chat-square-quote.svg
x bootstrap-icons-1.8.3/markdown-fill.svg
x bootstrap-icons-1.8.3/terminal-dash.svg
x bootstrap-icons-1.8.3/dice-4.svg
x bootstrap-icons-1.8.3/filetype-cs.svg
x bootstrap-icons-1.8.3/paragraph.svg
x bootstrap-icons-1.8.3/plug.svg
x bootstrap-icons-1.8.3/shield-x.svg
x bootstrap-icons-1.8.3/forward-fill.svg
x bootstrap-icons-1.8.3/eyedropper.svg
x bootstrap-icons-1.8.3/terminal-plus.svg
x bootstrap-icons-1.8.3/file-earmark-ppt-fill.svg
x bootstrap-icons-1.8.3/chevron-bar-expand.svg
x bootstrap-icons-1.8.3/record-btn.svg
x bootstrap-icons-1.8.3/wallet.svg
x bootstrap-icons-1.8.3/badge-3d.svg
x bootstrap-icons-1.8.3/alarm-fill.svg
x bootstrap-icons-1.8.3/people-fill.svg
x bootstrap-icons-1.8.3/file-image.svg
x bootstrap-icons-1.8.3/thermometer-high.svg
x bootstrap-icons-1.8.3/funnel-fill.svg
x bootstrap-icons-1.8.3/bell.svg
x bootstrap-icons-1.8.3/file-music-fill.svg
x bootstrap-icons-1.8.3/controller.svg
x bootstrap-icons-1.8.3/lamp-fill.svg
x bootstrap-icons-1.8.3/badge-hd.svg
x bootstrap-icons-1.8.3/file-earmark-pdf-fill.svg
x bootstrap-icons-1.8.3/funnel.svg
x bootstrap-icons-1.8.3/code.svg
x bootstrap-icons-1.8.3/eye-slash-fill.svg
x bootstrap-icons-1.8.3/x-octagon-fill.svg
x bootstrap-icons-1.8.3/calendar2-event-fill.svg
x bootstrap-icons-1.8.3/skip-start-btn-fill.svg
x bootstrap-icons-1.8.3/bookmark-heart.svg
x bootstrap-icons-1.8.3/telegram.svg
x bootstrap-icons-1.8.3/square-half.svg
x bootstrap-icons-1.8.3/x-diamond-fill.svg
x bootstrap-icons-1.8.3/thermometer.svg
x bootstrap-icons-1.8.3/cast.svg
x bootstrap-icons-1.8.3/hexagon-fill.svg
x bootstrap-icons-1.8.3/envelope-open-fill.svg
x bootstrap-icons-1.8.3/flag.svg
x bootstrap-icons-1.8.3/postcard-fill.svg
x bootstrap-icons-1.8.3/emoji-smile-fill.svg
x bootstrap-icons-1.8.3/info-circle-fill.svg
x bootstrap-icons-1.8.3/shop-window.svg
x bootstrap-icons-1.8.3/clipboard-plus-fill.svg
x bootstrap-icons-1.8.3/telephone-plus-fill.svg
x bootstrap-icons-1.8.3/dice-5.svg
x bootstrap-icons-1.8.3/arrow-left-short.svg
x bootstrap-icons-1.8.3/caret-up-square.svg
x bootstrap-icons-1.8.3/bandaid-fill.svg
x bootstrap-icons-1.8.3/battery.svg
x bootstrap-icons-1.8.3/box2-heart-fill.svg
x bootstrap-icons-1.8.3/patch-check.svg
x bootstrap-icons-1.8.3/border-middle.svg
x bootstrap-icons-1.8.3/file-arrow-up-fill.svg
x bootstrap-icons-1.8.3/arrow-down-square.svg
x bootstrap-icons-1.8.3/calendar-range-fill.svg
x bootstrap-icons-1.8.3/usb-drive.svg
x bootstrap-icons-1.8.3/files-alt.svg
x bootstrap-icons-1.8.3/stop.svg
x bootstrap-icons-1.8.3/webcam-fill.svg
x bootstrap-icons-1.8.3/arrow-bar-up.svg
x bootstrap-icons-1.8.3/box-arrow-in-left.svg
x bootstrap-icons-1.8.3/newspaper.svg
x bootstrap-icons-1.8.3/ticket-fill.svg
x bootstrap-icons-1.8.3/boombox-fill.svg
x bootstrap-icons-1.8.3/arrow-90deg-down.svg
x bootstrap-icons-1.8.3/disc.svg
x bootstrap-icons-1.8.3/hourglass-top.svg
x bootstrap-icons-1.8.3/markdown.svg
x bootstrap-icons-1.8.3/file-medical.svg
x bootstrap-icons-1.8.3/envelope-exclamation.svg
x bootstrap-icons-1.8.3/umbrella-fill.svg
x bootstrap-icons-1.8.3/arrow-down-circle-fill.svg
x bootstrap-icons-1.8.3/dice-2-fill.svg
x bootstrap-icons-1.8.3/star-half.svg
x bootstrap-icons-1.8.3/arrow-return-left.svg
x bootstrap-icons-1.8.3/dice-3-fill.svg
x bootstrap-icons-1.8.3/camera-video-off.svg
x bootstrap-icons-1.8.3/hdd-stack-fill.svg
x bootstrap-icons-1.8.3/node-plus-fill.svg
x bootstrap-icons-1.8.3/cursor.svg
x bootstrap-icons-1.8.3/device-hdd-fill.svg
x bootstrap-icons-1.8.3/cart-check.svg
x bootstrap-icons-1.8.3/cpu.svg
x bootstrap-icons-1.8.3/file-earmark-arrow-up.svg
x bootstrap-icons-1.8.3/filetype-xml.svg
x bootstrap-icons-1.8.3/border.svg
x bootstrap-icons-1.8.3/caret-right.svg
x bootstrap-icons-1.8.3/folder-x.svg
x bootstrap-icons-1.8.3/pin-fill.svg
x bootstrap-icons-1.8.3/journal-album.svg
x bootstrap-icons-1.8.3/record.svg
x bootstrap-icons-1.8.3/chevron-compact-left.svg
x bootstrap-icons-1.8.3/calendar3-range.svg
x bootstrap-icons-1.8.3/mailbox2.svg
x bootstrap-icons-1.8.3/gender-ambiguous.svg
x bootstrap-icons-1.8.3/file-earmark-plus-fill.svg
x bootstrap-icons-1.8.3/file-slides.svg
x bootstrap-icons-1.8.3/envelope-open.svg
x bootstrap-icons-1.8.3/calendar2-week-fill.svg
x bootstrap-icons-1.8.3/bootstrap-fill.svg
x bootstrap-icons-1.8.3/emoji-dizzy.svg
x bootstrap-icons-1.8.3/trophy.svg
x bootstrap-icons-1.8.3/hash.svg
x bootstrap-icons-1.8.3/shield-minus.svg
x bootstrap-icons-1.8.3/calendar-check-fill.svg
x bootstrap-icons-1.8.3/battery-full.svg
x bootstrap-icons-1.8.3/plus.svg
x bootstrap-icons-1.8.3/clipboard-minus.svg
x bootstrap-icons-1.8.3/gear-wide.svg
x bootstrap-icons-1.8.3/music-note.svg
x bootstrap-icons-1.8.3/check.svg
x bootstrap-icons-1.8.3/menu-button.svg
x bootstrap-icons-1.8.3/dash.svg
x bootstrap-icons-1.8.3/emoji-kiss-fill.svg
x bootstrap-icons-1.8.3/nut.svg
x bootstrap-icons-1.8.3/caret-left-square-fill.svg
x bootstrap-icons-1.8.3/clipboard-pulse.svg
x bootstrap-icons-1.8.3/file-earmark-fill.svg
x bootstrap-icons-1.8.3/file-earmark-lock-fill.svg
x bootstrap-icons-1.8.3/layout-sidebar-inset.svg
x bootstrap-icons-1.8.3/stop-btn-fill.svg
x bootstrap-icons-1.8.3/hospital.svg
x bootstrap-icons-1.8.3/bluetooth.svg
x bootstrap-icons-1.8.3/safe2-fill.svg
x bootstrap-icons-1.8.3/pie-chart.svg
x bootstrap-icons-1.8.3/calendar2-minus.svg
x bootstrap-icons-1.8.3/file-break-fill.svg
x bootstrap-icons-1.8.3/headphones.svg
x bootstrap-icons-1.8.3/cart4.svg
x bootstrap-icons-1.8.3/cloud-haze.svg
x bootstrap-icons-1.8.3/clipboard2-minus-fill.svg
x bootstrap-icons-1.8.3/rss.svg
x bootstrap-icons-1.8.3/gift-fill.svg
x bootstrap-icons-1.8.3/shield-fill-plus.svg
x bootstrap-icons-1.8.3/skip-end-btn.svg
x bootstrap-icons-1.8.3/wifi.svg
x bootstrap-icons-1.8.3/emoji-frown.svg
x bootstrap-icons-1.8.3/graph-down.svg
x bootstrap-icons-1.8.3/x-lg.svg
x bootstrap-icons-1.8.3/watch.svg
x bootstrap-icons-1.8.3/suit-diamond.svg
x bootstrap-icons-1.8.3/mouse3-fill.svg
x bootstrap-icons-1.8.3/journal-arrow-up.svg
x bootstrap-icons-1.8.3/dice-6.svg
x bootstrap-icons-1.8.3/window-desktop.svg
x bootstrap-icons-1.8.3/list-nested.svg
x bootstrap-icons-1.8.3/mouse2-fill.svg
x bootstrap-icons-1.8.3/hdd-rack-fill.svg
x bootstrap-icons-1.8.3/bar-chart-line.svg
x bootstrap-icons-1.8.3/file-earmark-check-fill.svg
x bootstrap-icons-1.8.3/patch-exclamation.svg
x bootstrap-icons-1.8.3/camera-video-fill.svg
x bootstrap-icons-1.8.3/postcard-heart.svg
x bootstrap-icons-1.8.3/safe-fill.svg
x bootstrap-icons-1.8.3/speedometer2.svg
x bootstrap-icons-1.8.3/shield-fill-minus.svg
x bootstrap-icons-1.8.3/chat-quote-fill.svg
x bootstrap-icons-1.8.3/clipboard-heart.svg
x bootstrap-icons-1.8.3/chat-square-heart.svg
x bootstrap-icons-1.8.3/info.svg
x bootstrap-icons-1.8.3/reply-fill.svg
x bootstrap-icons-1.8.3/chevron-compact-up.svg
x bootstrap-icons-1.8.3/file-earmark-bar-graph.svg
x bootstrap-icons-1.8.3/spotify.svg
x bootstrap-icons-1.8.3/box-arrow-down.svg
x bootstrap-icons-1.8.3/fan.svg
x bootstrap-icons-1.8.3/file-earmark-ruled-fill.svg
x bootstrap-icons-1.8.3/palette.svg
x bootstrap-icons-1.8.3/arrow-bar-right.svg
x bootstrap-icons-1.8.3/chat-square-fill.svg
x bootstrap-icons-1.8.3/pentagon-half.svg
x bootstrap-icons-1.8.3/calendar2-heart.svg
x bootstrap-icons-1.8.3/gear.svg
x bootstrap-icons-1.8.3/speedometer.svg
x bootstrap-icons-1.8.3/file-earmark-font.svg
x bootstrap-icons-1.8.3/camera-fill.svg
x bootstrap-icons-1.8.3/chat-right.svg
x bootstrap-icons-1.8.3/justify-right.svg
x bootstrap-icons-1.8.3/people.svg
x bootstrap-icons-1.8.3/info-circle.svg
x bootstrap-icons-1.8.3/badge-tm-fill.svg
x bootstrap-icons-1.8.3/skip-start-circle.svg
x bootstrap-icons-1.8.3/file-earmark-medical.svg
x bootstrap-icons-1.8.3/filetype-jsx.svg
x bootstrap-icons-1.8.3/eject-fill.svg
x bootstrap-icons-1.8.3/box-arrow-right.svg
x bootstrap-icons-1.8.3/motherboard-fill.svg
x bootstrap-icons-1.8.3/plug-fill.svg
x bootstrap-icons-1.8.3/cloud-fog.svg
x bootstrap-icons-1.8.3/file-x.svg
x bootstrap-icons-1.8.3/clipboard-fill.svg
x bootstrap-icons-1.8.3/filetype-xls.svg
x bootstrap-icons-1.8.3/moon-stars.svg
x bootstrap-icons-1.8.3/box-arrow-in-down-right.svg
x bootstrap-icons-1.8.3/save2-fill.svg
x bootstrap-icons-1.8.3/cloud-upload-fill.svg
x bootstrap-icons-1.8.3/key-fill.svg
x bootstrap-icons-1.8.3/folder-plus.svg
x bootstrap-icons-1.8.3/file-earmark-zip-fill.svg
x bootstrap-icons-1.8.3/filetype-m4p.svg
x bootstrap-icons-1.8.3/laptop-fill.svg
x bootstrap-icons-1.8.3/grip-horizontal.svg
x bootstrap-icons-1.8.3/caret-up-square-fill.svg
x bootstrap-icons-1.8.3/telephone-minus-fill.svg
x bootstrap-icons-1.8.3/mic.svg
x bootstrap-icons-1.8.3/rainbow.svg
x bootstrap-icons-1.8.3/safe2.svg
x bootstrap-icons-1.8.3/segmented-nav.svg
x bootstrap-icons-1.8.3/reception-2.svg
x bootstrap-icons-1.8.3/chat-square-dots.svg
x bootstrap-icons-1.8.3/person-workspace.svg
x bootstrap-icons-1.8.3/person-square.svg
x bootstrap-icons-1.8.3/cloud-drizzle-fill.svg
x bootstrap-icons-1.8.3/file-text-fill.svg
x bootstrap-icons-1.8.3/credit-card-2-back-fill.svg
x bootstrap-icons-1.8.3/sort-numeric-down-alt.svg
x bootstrap-icons-1.8.3/zoom-in.svg
x bootstrap-icons-1.8.3/wrench-adjustable.svg
x bootstrap-icons-1.8.3/calendar2-x.svg
x bootstrap-icons-1.8.3/door-closed-fill.svg
x bootstrap-icons-1.8.3/emoji-sunglasses-fill.svg
x bootstrap-icons-1.8.3/menu-button-fill.svg
x bootstrap-icons-1.8.3/phone-landscape-fill.svg
x bootstrap-icons-1.8.3/thermometer-low.svg
x bootstrap-icons-1.8.3/hdmi-fill.svg
x bootstrap-icons-1.8.3/signpost-fill.svg
x bootstrap-icons-1.8.3/file-earmark-code-fill.svg
x bootstrap-icons-1.8.3/postage-heart.svg
x bootstrap-icons-1.8.3/bookmarks-fill.svg
x bootstrap-icons-1.8.3/mouse2.svg
x bootstrap-icons-1.8.3/bag.svg
x bootstrap-icons-1.8.3/graph-down-arrow.svg
x bootstrap-icons-1.8.3/pencil-fill.svg
x bootstrap-icons-1.8.3/bookshelf.svg
x bootstrap-icons-1.8.3/border-right.svg
x bootstrap-icons-1.8.3/bookmark-x.svg
x bootstrap-icons-1.8.3/caret-left-square.svg
x bootstrap-icons-1.8.3/ticket-detailed.svg
x bootstrap-icons-1.8.3/calendar2-minus-fill.svg
x bootstrap-icons-1.8.3/triangle-half.svg
x bootstrap-icons-1.8.3/device-ssd.svg
x bootstrap-icons-1.8.3/subtract.svg
x bootstrap-icons-1.8.3/bag-dash-fill.svg
x bootstrap-icons-1.8.3/moon-stars-fill.svg
x bootstrap-icons-1.8.3/window-x.svg
x bootstrap-icons-1.8.3/align-start.svg
x bootstrap-icons-1.8.3/snapchat.svg
x bootstrap-icons-1.8.3/terminal-split.svg
x bootstrap-icons-1.8.3/journal-x.svg
x bootstrap-icons-1.8.3/badge-wc-fill.svg
x bootstrap-icons-1.8.3/arrow-right-circle.svg
x bootstrap-icons-1.8.3/sort-alpha-down-alt.svg
x bootstrap-icons-1.8.3/calendar-date-fill.svg
x bootstrap-icons-1.8.3/egg-fried.svg
x bootstrap-icons-1.8.3/mouse3.svg
x bootstrap-icons-1.8.3/telephone-inbound.svg
x bootstrap-icons-1.8.3/inboxes-fill.svg
x bootstrap-icons-1.8.3/brightness-alt-high-fill.svg
x bootstrap-icons-1.8.3/image.svg
x bootstrap-icons-1.8.3/toggles.svg
x bootstrap-icons-1.8.3/basket-fill.svg
x bootstrap-icons-1.8.3/hand-index-fill.svg
x bootstrap-icons-1.8.3/bandaid.svg
x bootstrap-icons-1.8.3/layout-sidebar-inset-reverse.svg
x bootstrap-icons-1.8.3/lightbulb.svg
x bootstrap-icons-1.8.3/check-circle.svg
x bootstrap-icons-1.8.3/sunset.svg
x bootstrap-icons-1.8.3/stop-btn.svg
x bootstrap-icons-1.8.3/reception-3.svg
x bootstrap-icons-1.8.3/chevron-expand.svg
x bootstrap-icons-1.8.3/save.svg
x bootstrap-icons-1.8.3/arrow-up-square.svg
x bootstrap-icons-1.8.3/skip-end-circle-fill.svg
x bootstrap-icons-1.8.3/lamp.svg
x bootstrap-icons-1.8.3/file-ruled.svg
x bootstrap-icons-1.8.3/images.svg
x bootstrap-icons-1.8.3/front.svg
x bootstrap-icons-1.8.3/exclamation-circle-fill.svg
x bootstrap-icons-1.8.3/bookmarks.svg
x bootstrap-icons-1.8.3/bag-plus-fill.svg
x bootstrap-icons-1.8.3/cloud-lightning.svg
x bootstrap-icons-1.8.3/optical-audio.svg
x bootstrap-icons-1.8.3/cloud-arrow-down-fill.svg
x bootstrap-icons-1.8.3/layers-fill.svg
x bootstrap-icons-1.8.3/three-dots-vertical.svg
x bootstrap-icons-1.8.3/menu-down.svg
x bootstrap-icons-1.8.3/bootstrap-reboot.svg
x bootstrap-icons-1.8.3/window-dock.svg
x bootstrap-icons-1.8.3/calendar2-week.svg
x bootstrap-icons-1.8.3/calendar3-week.svg
x bootstrap-icons-1.8.3/quora.svg
x bootstrap-icons-1.8.3/shield-exclamation.svg
x bootstrap-icons-1.8.3/file-earmark-binary-fill.svg
x bootstrap-icons-1.8.3/headset-vr.svg
x bootstrap-icons-1.8.3/pin-map.svg
x bootstrap-icons-1.8.3/volume-mute.svg
x bootstrap-icons-1.8.3/paperclip.svg
x bootstrap-icons-1.8.3/disc-fill.svg
x bootstrap-icons-1.8.3/broadcast.svg
x bootstrap-icons-1.8.3/align-middle.svg
x bootstrap-icons-1.8.3/chat-square.svg
x bootstrap-icons-1.8.3/calendar2-plus.svg
x bootstrap-icons-1.8.3/gender-male.svg
x bootstrap-icons-1.8.3/send-dash-fill.svg
x bootstrap-icons-1.8.3/back.svg
x bootstrap-icons-1.8.3/broadcast-pin.svg
x bootstrap-icons-1.8.3/volume-mute-fill.svg
x bootstrap-icons-1.8.3/x-square.svg
x bootstrap-icons-1.8.3/file-slides-fill.svg
x bootstrap-icons-1.8.3/calendar-range.svg
x bootstrap-icons-1.8.3/window-stack.svg
x bootstrap-icons-1.8.3/reception-1.svg
x bootstrap-icons-1.8.3/currency-yen.svg
x bootstrap-icons-1.8.3/journal-richtext.svg
x bootstrap-icons-1.8.3/file-earmark-excel-fill.svg
x bootstrap-icons-1.8.3/input-cursor.svg
x bootstrap-icons-1.8.3/file-earmark-lock2.svg
x bootstrap-icons-1.8.3/award.svg
x bootstrap-icons-1.8.3/cloud-sun-fill.svg
x bootstrap-icons-1.8.3/zoom-out.svg
x bootstrap-icons-1.8.3/lightning-charge-fill.svg
x bootstrap-icons-1.8.3/camera-video.svg
x bootstrap-icons-1.8.3/exclamation-diamond-fill.svg
x bootstrap-icons-1.8.3/box.svg
x bootstrap-icons-1.8.3/box-arrow-in-up.svg
x bootstrap-icons-1.8.3/send-slash-fill.svg
x bootstrap-icons-1.8.3/file-earmark-diff-fill.svg
x bootstrap-icons-1.8.3/exclamation-octagon-fill.svg
x bootstrap-icons-1.8.3/mask.svg
x bootstrap-icons-1.8.3/card-list.svg
x bootstrap-icons-1.8.3/peace.svg
x bootstrap-icons-1.8.3/percent.svg
x bootstrap-icons-1.8.3/save-fill.svg
x bootstrap-icons-1.8.3/suit-heart.svg
x bootstrap-icons-1.8.3/square.svg
x bootstrap-icons-1.8.3/app-indicator.svg
x bootstrap-icons-1.8.3/moon-fill.svg
x bootstrap-icons-1.8.3/pause-btn-fill.svg
x bootstrap-icons-1.8.3/eye-slash.svg
x bootstrap-icons-1.8.3/play.svg
x bootstrap-icons-1.8.3/capslock.svg
x bootstrap-icons-1.8.3/cloud-fog2-fill.svg
x bootstrap-icons-1.8.3/filetype-woff.svg
x bootstrap-icons-1.8.3/filetype-exe.svg
x bootstrap-icons-1.8.3/chat.svg
x bootstrap-icons-1.8.3/paypal.svg
x bootstrap-icons-1.8.3/arrow-repeat.svg
x bootstrap-icons-1.8.3/cart-fill.svg
x bootstrap-icons-1.8.3/send-plus-fill.svg
x bootstrap-icons-1.8.3/file-check.svg
x bootstrap-icons-1.8.3/emoji-smile.svg
x bootstrap-icons-1.8.3/filetype-png.svg
x bootstrap-icons-1.8.3/heart-fill.svg
x bootstrap-icons-1.8.3/coin.svg
x bootstrap-icons-1.8.3/bag-x.svg
x bootstrap-icons-1.8.3/pip.svg
x bootstrap-icons-1.8.3/arrows-collapse.svg
x bootstrap-icons-1.8.3/file-earmark-richtext.svg
x bootstrap-icons-1.8.3/clipboard2-data.svg
x bootstrap-icons-1.8.3/dash-circle-fill.svg
x bootstrap-icons-1.8.3/stickies.svg
x bootstrap-icons-1.8.3/usb-mini.svg
x bootstrap-icons-1.8.3/table.svg
x bootstrap-icons-1.8.3/door-open-fill.svg
x bootstrap-icons-1.8.3/send.svg
x bootstrap-icons-1.8.3/arrow-up-right-circle-fill.svg
x bootstrap-icons-1.8.3/clipboard2-x.svg
x bootstrap-icons-1.8.3/clipboard2-x-fill.svg
x bootstrap-icons-1.8.3/bookmark-heart-fill.svg
x bootstrap-icons-1.8.3/journal-arrow-down.svg
x bootstrap-icons-1.8.3/calendar-plus-fill.svg
x bootstrap-icons-1.8.3/phone-vibrate.svg
x bootstrap-icons-1.8.3/stoplights.svg
x bootstrap-icons-1.8.3/reception-0.svg
x bootstrap-icons-1.8.3/calendar2-day.svg
x bootstrap-icons-1.8.3/arrow-up-square-fill.svg
x bootstrap-icons-1.8.3/playstation.svg
x bootstrap-icons-1.8.3/speaker.svg
x bootstrap-icons-1.8.3/pin-map-fill.svg
x bootstrap-icons-1.8.3/skip-backward-fill.svg
x bootstrap-icons-1.8.3/facebook.svg
x bootstrap-icons-1.8.3/bucket-fill.svg
x bootstrap-icons-1.8.3/arrow-down-right-square.svg
x bootstrap-icons-1.8.3/keyboard-fill.svg
x bootstrap-icons-1.8.3/calendar4.svg
x bootstrap-icons-1.8.3/calendar3-week-fill.svg
x bootstrap-icons-1.8.3/currency-exchange.svg
x bootstrap-icons-1.8.3/file-earmark-word-fill.svg
x bootstrap-icons-1.8.3/filetype-aac.svg
x bootstrap-icons-1.8.3/send-plus.svg
x bootstrap-icons-1.8.3/lightbulb-off-fill.svg
x bootstrap-icons-1.8.3/badge-hd-fill.svg
x bootstrap-icons-1.8.3/nintendo-switch.svg
x bootstrap-icons-1.8.3/camera.svg
x bootstrap-icons-1.8.3/layout-split.svg
x bootstrap-icons-1.8.3/printer.svg
x bootstrap-icons-1.8.3/arrow-90deg-right.svg
x bootstrap-icons-1.8.3/send-dash.svg
x bootstrap-icons-1.8.3/smartwatch.svg
x bootstrap-icons-1.8.3/magic.svg
x bootstrap-icons-1.8.3/border-style.svg
x bootstrap-icons-1.8.3/border-top.svg
x bootstrap-icons-1.8.3/bag-fill.svg
x bootstrap-icons-1.8.3/person-fill.svg
x bootstrap-icons-1.8.3/exclude.svg
x bootstrap-icons-1.8.3/folder-minus.svg
x bootstrap-icons-1.8.3/hdd-rack.svg
x bootstrap-icons-1.8.3/box-arrow-left.svg
x bootstrap-icons-1.8.3/arrow-up-right.svg
x bootstrap-icons-1.8.3/triangle-fill.svg
x bootstrap-icons-1.8.3/pinterest.svg
x bootstrap-icons-1.8.3/truck.svg
x bootstrap-icons-1.8.3/stars.svg
x bootstrap-icons-1.8.3/display-fill.svg
x bootstrap-icons-1.8.3/union.svg
x bootstrap-icons-1.8.3/calendar2-date-fill.svg
x bootstrap-icons-1.8.3/sunrise-fill.svg
x bootstrap-icons-1.8.3/stack-overflow.svg
x bootstrap-icons-1.8.3/hdd-fill.svg
x bootstrap-icons-1.8.3/chat-right-fill.svg
x bootstrap-icons-1.8.3/arrow-right-circle-fill.svg
x bootstrap-icons-1.8.3/usb-fill.svg
x bootstrap-icons-1.8.3/credit-card-2-front.svg
x bootstrap-icons-1.8.3/reception-4.svg
x bootstrap-icons-1.8.3/link-45deg.svg
x bootstrap-icons-1.8.3/filetype-mov.svg
x bootstrap-icons-1.8.3/whatsapp.svg
x bootstrap-icons-1.8.3/arrow-down-right-square-fill.svg
x bootstrap-icons-1.8.3/google.svg
x bootstrap-icons-1.8.3/vinyl.svg
x bootstrap-icons-1.8.3/bar-chart-line-fill.svg
x bootstrap-icons-1.8.3/symmetry-horizontal.svg
x bootstrap-icons-1.8.3/backspace-reverse.svg
x bootstrap-icons-1.8.3/bucket.svg
x bootstrap-icons-1.8.3/line.svg
x bootstrap-icons-1.8.3/question-octagon-fill.svg
x bootstrap-icons-1.8.3/vector-pen.svg
x bootstrap-icons-1.8.3/egg.svg
x bootstrap-icons-1.8.3/spellcheck.svg
x bootstrap-icons-1.8.3/bookmark-star-fill.svg
x bootstrap-icons-1.8.3/file-play-fill.svg
x bootstrap-icons-1.8.3/question-diamond-fill.svg
x bootstrap-icons-1.8.3/shield-fill.svg
x bootstrap-icons-1.8.3/file-earmark-check.svg
x bootstrap-icons-1.8.3/bullseye.svg
x bootstrap-icons-1.8.3/minecart-loaded.svg
x bootstrap-icons-1.8.3/cloud-minus.svg
x bootstrap-icons-1.8.3/tablet-landscape.svg
x bootstrap-icons-1.8.3/exclamation-circle.svg
x bootstrap-icons-1.8.3/person-rolodex.svg
x bootstrap-icons-1.8.3/intersect.svg
x bootstrap-icons-1.8.3/pc-display-horizontal.svg
x bootstrap-icons-1.8.3/emoji-wink-fill.svg
x bootstrap-icons-1.8.3/text-indent-left.svg
x bootstrap-icons-1.8.3/bag-heart.svg
x bootstrap-icons-1.8.3/infinity.svg
x bootstrap-icons-1.8.3/currency-euro.svg
x bootstrap-icons-1.8.3/journal-text.svg
x bootstrap-icons-1.8.3/gem.svg
x bootstrap-icons-1.8.3/hand-index.svg
x bootstrap-icons-1.8.3/arrows-expand.svg
x bootstrap-icons-1.8.3/trash.svg
x bootstrap-icons-1.8.3/box-arrow-in-right.svg
x bootstrap-icons-1.8.3/life-preserver.svg
x bootstrap-icons-1.8.3/emoji-heart-eyes.svg
x bootstrap-icons-1.8.3/layout-text-sidebar.svg
x bootstrap-icons-1.8.3/wifi-off.svg
x bootstrap-icons-1.8.3/caret-right-fill.svg
x bootstrap-icons-1.8.3/clipboard-data-fill.svg
x bootstrap-icons-1.8.3/layers-half.svg
x bootstrap-icons-1.8.3/cloud-rain-heavy-fill.svg
x bootstrap-icons-1.8.3/record-circle.svg
x bootstrap-icons-1.8.3/calendar3-event.svg
x bootstrap-icons-1.8.3/list-columns.svg
x bootstrap-icons-1.8.3/skip-backward-btn.svg
x bootstrap-icons-1.8.3/balloon-heart-fill.svg
x bootstrap-icons-1.8.3/chat-square-heart-fill.svg
x bootstrap-icons-1.8.3/file-lock2.svg
x bootstrap-icons-1.8.3/lock-fill.svg
x bootstrap-icons-1.8.3/play-btn.svg
x bootstrap-icons-1.8.3/memory.svg
x bootstrap-icons-1.8.3/telephone.svg
x bootstrap-icons-1.8.3/postcard-heart-fill.svg
x bootstrap-icons-1.8.3/brightness-low-fill.svg
x bootstrap-icons-1.8.3/skip-forward-circle.svg
x bootstrap-icons-1.8.3/x-circle-fill.svg
x bootstrap-icons-1.8.3/volume-up.svg
x bootstrap-icons-1.8.3/folder-symlink-fill.svg
x bootstrap-icons-1.8.3/clipboard-data.svg
x bootstrap-icons-1.8.3/vr.svg
x bootstrap-icons-1.8.3/phone-fill.svg
x bootstrap-icons-1.8.3/star.svg
x bootstrap-icons-1.8.3/plus-slash-minus.svg
x bootstrap-icons-1.8.3/collection-play.svg
x bootstrap-icons-1.8.3/clipboard-minus-fill.svg
x bootstrap-icons-1.8.3/person-check.svg
x bootstrap-icons-1.8.3/caret-right-square-fill.svg
x bootstrap-icons-1.8.3/geo-fill.svg
x bootstrap-icons-1.8.3/sun.svg
x bootstrap-icons-1.8.3/wrench.svg
x bootstrap-icons-1.8.3/chevron-compact-down.svg
x bootstrap-icons-1.8.3/grid-1x2.svg
x bootstrap-icons-1.8.3/tsunami.svg
x bootstrap-icons-1.8.3/arrow-90deg-left.svg
x bootstrap-icons-1.8.3/envelope-dash.svg
x bootstrap-icons-1.8.3/usb-mini-fill.svg
x bootstrap-icons-1.8.3/bookmark-x-fill.svg
x bootstrap-icons-1.8.3/stickies-fill.svg
x bootstrap-icons-1.8.3/clock-fill.svg
x bootstrap-icons-1.8.3/chat-right-heart-fill.svg
x bootstrap-icons-1.8.3/box-arrow-in-down.svg
x bootstrap-icons-1.8.3/mortarboard.svg
x bootstrap-icons-1.8.3/tropical-storm.svg
x bootstrap-icons-1.8.3/tag-fill.svg
x bootstrap-icons-1.8.3/sort-down-alt.svg
x bootstrap-icons-1.8.3/envelope-plus.svg
x bootstrap-icons-1.8.3/heart-pulse-fill.svg
x bootstrap-icons-1.8.3/credit-card-2-front-fill.svg
x bootstrap-icons-1.8.3/file-earmark-ruled.svg
x bootstrap-icons-1.8.3/grid-3x2.svg
x bootstrap-icons-1.8.3/calendar3.svg
x bootstrap-icons-1.8.3/arrow-left-square-fill.svg
x bootstrap-icons-1.8.3/hammer.svg
x bootstrap-icons-1.8.3/mic-mute.svg
x bootstrap-icons-1.8.3/calendar2-plus-fill.svg
x bootstrap-icons-1.8.3/badge-ar-fill.svg
x bootstrap-icons-1.8.3/shift-fill.svg
x bootstrap-icons-1.8.3/cloud-fill.svg
x bootstrap-icons-1.8.3/brightness-high-fill.svg
x bootstrap-icons-1.8.3/twitch.svg
x bootstrap-icons-1.8.3/windows.svg
x bootstrap-icons-1.8.3/cloud-arrow-down.svg
x bootstrap-icons-1.8.3/basket3.svg
x bootstrap-icons-1.8.3/window-sidebar.svg
x bootstrap-icons-1.8.3/cash.svg
x bootstrap-icons-1.8.3/badge-sd.svg
x bootstrap-icons-1.8.3/skip-backward.svg
x bootstrap-icons-1.8.3/telephone-fill.svg
x bootstrap-icons-1.8.3/file-easel-fill.svg
x bootstrap-icons-1.8.3/clipboard2-fill.svg
x bootstrap-icons-1.8.3/bug.svg
x bootstrap-icons-1.8.3/hand-index-thumb.svg
x bootstrap-icons-1.8.3/shield-lock-fill.svg
x bootstrap-icons-1.8.3/file-minus-fill.svg
x bootstrap-icons-1.8.3/wrench-adjustable-circle.svg
x bootstrap-icons-1.8.3/plus-circle-fill.svg
x bootstrap-icons-1.8.3/file-earmark-slides.svg
x bootstrap-icons-1.8.3/heartbreak-fill.svg
x bootstrap-icons-1.8.3/envelope-paper-heart.svg
x bootstrap-icons-1.8.3/youtube.svg
x bootstrap-icons-1.8.3/brightness-alt-high.svg
x bootstrap-icons-1.8.3/suit-spade-fill.svg
x bootstrap-icons-1.8.3/collection.svg
x bootstrap-icons-1.8.3/handbag-fill.svg
x bootstrap-icons-1.8.3/geo.svg
x bootstrap-icons-1.8.3/badge-vo-fill.svg
x bootstrap-icons-1.8.3/collection-play-fill.svg
x bootstrap-icons-1.8.3/chat-left-heart-fill.svg
x bootstrap-icons-1.8.3/bookmark-plus.svg
x bootstrap-icons-1.8.3/unlock.svg
x bootstrap-icons-1.8.3/geo-alt.svg
x bootstrap-icons-1.8.3/bookmark-dash.svg
x bootstrap-icons-1.8.3/file-arrow-down.svg
x bootstrap-icons-1.8.3/border-left.svg
x bootstrap-icons-1.8.3/compass.svg
x bootstrap-icons-1.8.3/sunglasses.svg
x bootstrap-icons-1.8.3/calendar-heart-fill.svg
x bootstrap-icons-1.8.3/skip-start-circle-fill.svg
x bootstrap-icons-1.8.3/plus-circle.svg
x bootstrap-icons-1.8.3/filetype-md.svg
x bootstrap-icons-1.8.3/filter-square-fill.svg
x bootstrap-icons-1.8.3/arrow-up-right-circle.svg
x bootstrap-icons-1.8.3/basket2.svg
x bootstrap-icons-1.8.3/circle-square.svg
x bootstrap-icons-1.8.3/question-circle-fill.svg
x bootstrap-icons-1.8.3/filetype-xlsx.svg
x bootstrap-icons-1.8.3/hand-thumbs-up-fill.svg
x bootstrap-icons-1.8.3/cloud-arrow-up-fill.svg
x bootstrap-icons-1.8.3/cloud-minus-fill.svg
x bootstrap-icons-1.8.3/bicycle.svg
x bootstrap-icons-1.8.3/cloud-moon.svg
x bootstrap-icons-1.8.3/bank.svg
x bootstrap-icons-1.8.3/credit-card.svg
x bootstrap-icons-1.8.3/calendar2.svg
x bootstrap-icons-1.8.3/box-arrow-up.svg
x bootstrap-icons-1.8.3/grid-3x3.svg
x bootstrap-icons-1.8.3/textarea.svg
x bootstrap-icons-1.8.3/dice-6-fill.svg
x bootstrap-icons-1.8.3/play-btn-fill.svg
x bootstrap-icons-1.8.3/filetype-jpg.svg
x bootstrap-icons-1.8.3/file-font-fill.svg
x bootstrap-icons-1.8.3/heart-half.svg
x bootstrap-icons-1.8.3/vinyl-fill.svg
x bootstrap-icons-1.8.3/check2-circle.svg
x bootstrap-icons-1.8.3/thermometer-sun.svg
x bootstrap-icons-1.8.3/easel3-fill.svg
x bootstrap-icons-1.8.3/reply-all.svg
x bootstrap-icons-1.8.3/easel2-fill.svg
x bootstrap-icons-1.8.3/pencil.svg
x bootstrap-icons-1.8.3/postage-fill.svg
x bootstrap-icons-1.8.3/sort-alpha-down.svg
x bootstrap-icons-1.8.3/postage.svg
x bootstrap-icons-1.8.3/phone-flip.svg
x bootstrap-icons-1.8.3/cloud-rain.svg
x bootstrap-icons-1.8.3/type-strikethrough.svg
x bootstrap-icons-1.8.3/file-earmark-post.svg
x bootstrap-icons-1.8.3/clock-history.svg
x bootstrap-icons-1.8.3/tablet-landscape-fill.svg
x bootstrap-icons-1.8.3/arrow-bar-down.svg
x bootstrap-icons-1.8.3/file-earmark-image-fill.svg
x bootstrap-icons-1.8.3/text-paragraph.svg
x bootstrap-icons-1.8.3/file-plus.svg
x bootstrap-icons-1.8.3/kanban-fill.svg
x bootstrap-icons-1.8.3/chat-dots.svg
x bootstrap-icons-1.8.3/arrow-right-square-fill.svg
x bootstrap-icons-1.8.3/calendar2-range-fill.svg
x bootstrap-icons-1.8.3/projector-fill.svg
x bootstrap-icons-1.8.3/diamond.svg
x bootstrap-icons-1.8.3/command.svg
x bootstrap-icons-1.8.3/file-earmark-lock.svg
x bootstrap-icons-1.8.3/cloud-rain-fill.svg
x bootstrap-icons-1.8.3/arrow-down-right-circle-fill.svg
x bootstrap-icons-1.8.3/skip-start-btn.svg
x bootstrap-icons-1.8.3/clock.svg
x bootstrap-icons-1.8.3/arrow-through-heart.svg
x bootstrap-icons-1.8.3/reddit.svg
x bootstrap-icons-1.8.3/plus-lg.svg
x bootstrap-icons-1.8.3/file-arrow-down-fill.svg
x bootstrap-icons-1.8.3/router.svg
x bootstrap-icons-1.8.3/gpu-card.svg
x bootstrap-icons-1.8.3/usb-c-fill.svg
x bootstrap-icons-1.8.3/octagon.svg
x bootstrap-icons-1.8.3/menu-app.svg
x bootstrap-icons-1.8.3/box2-heart.svg
x bootstrap-icons-1.8.3/phone.svg
x bootstrap-icons-1.8.3/arrow-down-left-square.svg
x bootstrap-icons-1.8.3/chevron-compact-right.svg
x bootstrap-icons-1.8.3/droplet-fill.svg
x bootstrap-icons-1.8.3/sunset-fill.svg
x bootstrap-icons-1.8.3/person-video2.svg
x bootstrap-icons-1.8.3/calendar-event-fill.svg
x bootstrap-icons-1.8.3/badge-cc-fill.svg
x bootstrap-icons-1.8.3/arrow-left-square.svg
x bootstrap-icons-1.8.3/gear-fill.svg
x bootstrap-icons-1.8.3/calendar4-event.svg
x bootstrap-icons-1.8.3/volume-down-fill.svg
x bootstrap-icons-1.8.3/arrow-counterclockwise.svg
x bootstrap-icons-1.8.3/eye.svg
x bootstrap-icons-1.8.3/egg-fill.svg
x bootstrap-icons-1.8.3/calendar2-day-fill.svg
x bootstrap-icons-1.8.3/radioactive.svg
x bootstrap-icons-1.8.3/caret-down-square-fill.svg
x bootstrap-icons-1.8.3/person-hearts.svg
x bootstrap-icons-1.8.3/arrows-angle-contract.svg
x bootstrap-icons-1.8.3/file-binary.svg
x bootstrap-icons-1.8.3/ui-radios-grid.svg
x bootstrap-icons-1.8.3/envelope-paper-fill.svg
x bootstrap-icons-1.8.3/filetype-php.svg
x bootstrap-icons-1.8.3/person-video3.svg
x bootstrap-icons-1.8.3/valentine.svg
x bootstrap-icons-1.8.3/badge-vo.svg
x bootstrap-icons-1.8.3/optical-audio-fill.svg
x bootstrap-icons-1.8.3/file-earmark-arrow-down-fill.svg
x bootstrap-icons-1.8.3/device-ssd-fill.svg
x bootstrap-icons-1.8.3/cloud-haze-fill.svg
x bootstrap-icons-1.8.3/card-checklist.svg
x bootstrap-icons-1.8.3/question-square.svg
x bootstrap-icons-1.8.3/question-lg.svg
x bootstrap-icons-1.8.3/menu-button-wide-fill.svg
x bootstrap-icons-1.8.3/cash-stack.svg
x bootstrap-icons-1.8.3/dribbble.svg
x bootstrap-icons-1.8.3/send-slash.svg
x bootstrap-icons-1.8.3/chat-right-heart.svg
x bootstrap-icons-1.8.3/x-square-fill.svg
x bootstrap-icons-1.8.3/collection-fill.svg
x bootstrap-icons-1.8.3/brightness-alt-low.svg
x bootstrap-icons-1.8.3/gift.svg
x bootstrap-icons-1.8.3/ear-fill.svg
x bootstrap-icons-1.8.3/calendar-fill.svg
x bootstrap-icons-1.8.3/trophy-fill.svg
x bootstrap-icons-1.8.3/usb-micro-fill.svg
x bootstrap-icons-1.8.3/filetype-pptx.svg
x bootstrap-icons-1.8.3/mouse-fill.svg
x bootstrap-icons-1.8.3/envelope-x.svg
x bootstrap-icons-1.8.3/xbox.svg
x bootstrap-icons-1.8.3/file-music.svg
x bootstrap-icons-1.8.3/calendar-month-fill.svg
x bootstrap-icons-1.8.3/bounding-box-circles.svg
x bootstrap-icons-1.8.3/graph-up.svg
x bootstrap-icons-1.8.3/moisture.svg
x bootstrap-icons-1.8.3/person-x-fill.svg
x bootstrap-icons-1.8.3/grid-3x3-gap-fill.svg
x bootstrap-icons-1.8.3/envelope-slash.svg
x bootstrap-icons-1.8.3/dash-square.svg
x bootstrap-icons-1.8.3/list-columns-reverse.svg
x bootstrap-icons-1.8.3/thunderbolt.svg
x bootstrap-icons-1.8.3/person-check-fill.svg
x bootstrap-icons-1.8.3/share.svg
x bootstrap-icons-1.8.3/input-cursor-text.svg
x bootstrap-icons-1.8.3/music-note-list.svg
x bootstrap-icons-1.8.3/filetype-css.svg
x bootstrap-icons-1.8.3/tags.svg
x bootstrap-icons-1.8.3/border-bottom.svg
x bootstrap-icons-1.8.3/emoji-laughing.svg
x bootstrap-icons-1.8.3/arrow-up.svg
x bootstrap-icons-1.8.3/record2-fill.svg
x bootstrap-icons-1.8.3/sticky.svg
x bootstrap-icons-1.8.3/file-earmark-diff.svg
x bootstrap-icons-1.8.3/bug-fill.svg
x bootstrap-icons-1.8.3/linkedin.svg
x bootstrap-icons-1.8.3/skip-end-circle.svg
x bootstrap-icons-1.8.3/filetype-mp3.svg
x bootstrap-icons-1.8.3/brightness-high.svg
x bootstrap-icons-1.8.3/palette-fill.svg
x bootstrap-icons-1.8.3/window-dash.svg
x bootstrap-icons-1.8.3/sliders2.svg
x bootstrap-icons-1.8.3/signpost-split-fill.svg
x bootstrap-icons-1.8.3/columns-gap.svg
x bootstrap-icons-1.8.3/arrow-left-circle-fill.svg
x bootstrap-icons-1.8.3/symmetry-vertical.svg
x bootstrap-icons-1.8.3/calendar-minus.svg
x bootstrap-icons-1.8.3/ethernet.svg
x bootstrap-icons-1.8.3/slash-lg.svg
x bootstrap-icons-1.8.3/dash-circle-dotted.svg
x bootstrap-icons-1.8.3/slash-square.svg
x bootstrap-icons-1.8.3/explicit.svg
x bootstrap-icons-1.8.3/window-plus.svg
x bootstrap-icons-1.8.3/piggy-bank-fill.svg
x bootstrap-icons-1.8.3/stack.svg
x bootstrap-icons-1.8.3/filter-square.svg
x bootstrap-icons-1.8.3/chat-right-quote.svg
x bootstrap-icons-1.8.3/robot.svg
x bootstrap-icons-1.8.3/filetype-ppt.svg
x bootstrap-icons-1.8.3/tree.svg
x bootstrap-icons-1.8.3/activity.svg
x bootstrap-icons-1.8.3/gender-female.svg
x bootstrap-icons-1.8.3/twitter.svg
x bootstrap-icons-1.8.3/hourglass-bottom.svg
x bootstrap-icons-1.8.3/filetype-js.svg
x bootstrap-icons-1.8.3/filter.svg
x bootstrap-icons-1.8.3/snow3.svg
x bootstrap-icons-1.8.3/pc-display.svg
x bootstrap-icons-1.8.3/water.svg
x bootstrap-icons-1.8.3/flag-fill.svg
x bootstrap-icons-1.8.3/badge-ad.svg
x bootstrap-icons-1.8.3/skip-end.svg
x bootstrap-icons-1.8.3/lightning-charge.svg
x bootstrap-icons-1.8.3/file-lock2-fill.svg
x bootstrap-icons-1.8.3/signpost-2.svg
x bootstrap-icons-1.8.3/lightbulb-off.svg
x bootstrap-icons-1.8.3/emoji-sunglasses.svg
x bootstrap-icons-1.8.3/eraser-fill.svg
x bootstrap-icons-1.8.3/upc.svg
x bootstrap-icons-1.8.3/clipboard2-heart.svg
x bootstrap-icons-1.8.3/geo-alt-fill.svg
x bootstrap-icons-1.8.3/journal-check.svg
x bootstrap-icons-1.8.3/file-earmark-post-fill.svg
x bootstrap-icons-1.8.3/bell-slash.svg
x bootstrap-icons-1.8.3/trash3.svg
x bootstrap-icons-1.8.3/discord.svg
x bootstrap-icons-1.8.3/text-left.svg
x bootstrap-icons-1.8.3/filetype-pdf.svg
x bootstrap-icons-1.8.3/filetype-rb.svg
x bootstrap-icons-1.8.3/plus-square-fill.svg
x bootstrap-icons-1.8.3/calendar.svg
x bootstrap-icons-1.8.3/chat-left-dots.svg
x bootstrap-icons-1.8.3/bell-fill.svg
x bootstrap-icons-1.8.3/file-earmark-medical-fill.svg
x bootstrap-icons-1.8.3/bell-slash-fill.svg
x bootstrap-icons-1.8.3/caret-down-fill.svg
x bootstrap-icons-1.8.3/trash2.svg
x bootstrap-icons-1.8.3/sliders2-vertical.svg
x bootstrap-icons-1.8.3/globe.svg
x bootstrap-icons-1.8.3/arrow-left.svg
x bootstrap-icons-1.8.3/align-center.svg
x bootstrap-icons-1.8.3/badge-ar.svg
x bootstrap-icons-1.8.3/patch-question-fill.svg
x bootstrap-icons-1.8.3/peace-fill.svg
x bootstrap-icons-1.8.3/envelope-check.svg
x bootstrap-icons-1.8.3/calendar-heart.svg
x bootstrap-icons-1.8.3/calendar2-check-fill.svg
x bootstrap-icons-1.8.3/window-split.svg
x bootstrap-icons-1.8.3/filter-circle-fill.svg
x bootstrap-icons-1.8.3/arrow-down-right.svg
x bootstrap-icons-1.8.3/snow2.svg
x bootstrap-icons-1.8.3/octagon-half.svg
x bootstrap-icons-1.8.3/laptop.svg
x bootstrap-icons-1.8.3/aspect-ratio-fill.svg
x bootstrap-icons-1.8.3/file-x-fill.svg
x bootstrap-icons-1.8.3/toggle2-on.svg
x bootstrap-icons-1.8.3/box-arrow-in-up-right.svg
x bootstrap-icons-1.8.3/stopwatch-fill.svg
x bootstrap-icons-1.8.3/hearts.svg
x bootstrap-icons-1.8.3/display.svg
x bootstrap-icons-1.8.3/question-square-fill.svg
x bootstrap-icons-1.8.3/diamond-half.svg
x bootstrap-icons-1.8.3/credit-card-fill.svg
x bootstrap-icons-1.8.3/fonts/
x bootstrap-icons-1.8.3/fonts/bootstrap-icons.woff2
x bootstrap-icons-1.8.3/fonts/bootstrap-icons.woff
x bootstrap-icons-1.8.3/calculator-fill.svg
x bootstrap-icons-1.8.3/file-earmark-person.svg
x bootstrap-icons-1.8.3/music-player-fill.svg
x bootstrap-icons-1.8.3/caret-left.svg
x bootstrap-icons-1.8.3/clipboard-x.svg
x bootstrap-icons-1.8.3/send-check.svg
x bootstrap-icons-1.8.3/pc.svg
x bootstrap-icons-1.8.3/chat-right-text.svg
x bootstrap-icons-1.8.3/skip-forward-circle-fill.svg
x bootstrap-icons-1.8.3/box-arrow-up-right.svg
x bootstrap-icons-1.8.3/arrow-up-left-circle.svg
x bootstrap-icons-1.8.3/plus-square-dotted.svg
x bootstrap-icons-1.8.3/shield-shaded.svg
x bootstrap-icons-1.8.3/clipboard2-minus.svg
x bootstrap-icons-1.8.3/file-code.svg
x bootstrap-icons-1.8.3/cpu-fill.svg
x bootstrap-icons-1.8.3/slack.svg
x bootstrap-icons-1.8.3/calendar-date.svg
x bootstrap-icons-1.8.3/filter-left.svg
x bootstrap-icons-1.8.3/clipboard2-pulse.svg
x bootstrap-icons-1.8.3/envelope-paper.svg
x bootstrap-icons-1.8.3/dice-1-fill.svg
x bootstrap-icons-1.8.3/pause-fill.svg
x bootstrap-icons-1.8.3/bounding-box.svg
x bootstrap-icons-1.8.3/alt.svg
x bootstrap-icons-1.8.3/hr.svg
x bootstrap-icons-1.8.3/cloud.svg
x bootstrap-icons-1.8.3/pci-card.svg
x bootstrap-icons-1.8.3/shuffle.svg
x bootstrap-icons-1.8.3/layer-forward.svg
x bootstrap-icons-1.8.3/window.svg
x bootstrap-icons-1.8.3/quote.svg
x bootstrap-icons-1.8.3/chat-dots-fill.svg
x bootstrap-icons-1.8.3/cup.svg
x bootstrap-icons-1.8.3/justify.svg
x bootstrap-icons-1.8.3/grip-vertical.svg
x bootstrap-icons-1.8.3/node-minus-fill.svg
x bootstrap-icons-1.8.3/emoji-angry.svg
x bootstrap-icons-1.8.3/list-check.svg
x bootstrap-icons-1.8.3/telephone-x.svg
x bootstrap-icons-1.8.3/sort-numeric-down.svg
x bootstrap-icons-1.8.3/puzzle-fill.svg
x bootstrap-icons-1.8.3/envelope-heart-fill.svg
x bootstrap-icons-1.8.3/bag-check-fill.svg
x bootstrap-icons-1.8.3/box2-fill.svg
x bootstrap-icons-1.8.3/droplet-half.svg
x bootstrap-icons-1.8.3/upload.svg
x bootstrap-icons-1.8.3/fonts.svg
x bootstrap-icons-1.8.3/bookmark-check.svg
x bootstrap-icons-1.8.3/messenger.svg
x bootstrap-icons-1.8.3/archive-fill.svg
x bootstrap-icons-1.8.3/calendar-x.svg
x bootstrap-icons-1.8.3/pause.svg
x bootstrap-icons-1.8.3/cloud-download-fill.svg
x bootstrap-icons-1.8.3/calendar2-month.svg
x bootstrap-icons-1.8.3/balloon-fill.svg
x bootstrap-icons-1.8.3/mic-fill.svg
x bootstrap-icons-1.8.3/text-right.svg
x bootstrap-icons-1.8.3/arrow-down-circle.svg
x bootstrap-icons-1.8.3/cloud-hail.svg
x bootstrap-icons-1.8.3/cloudy.svg
x bootstrap-icons-1.8.3/balloon.svg
x bootstrap-icons-1.8.3/forward.svg
x bootstrap-icons-1.8.3/textarea-t.svg
x bootstrap-icons-1.8.3/bookmark.svg
x bootstrap-icons-1.8.3/envelope-slash-fill.svg
x bootstrap-icons-1.8.3/grid-3x2-gap-fill.svg
x bootstrap-icons-1.8.3/skype.svg
x bootstrap-icons-1.8.3/shield-slash.svg
x bootstrap-icons-1.8.3/braces.svg
x bootstrap-icons-1.8.3/box-arrow-in-up-left.svg
x bootstrap-icons-1.8.3/info-lg.svg
x bootstrap-icons-1.8.3/minecart.svg
x bootstrap-icons-1.8.3/wallet-fill.svg
x bootstrap-icons-1.8.3/dpad-fill.svg
x bootstrap-icons-1.8.3/asterisk.svg
x bootstrap-icons-1.8.3/dash-square-dotted.svg
x bootstrap-icons-1.8.3/cloud-check-fill.svg
x bootstrap-icons-1.8.3/file-earmark-break-fill.svg
x bootstrap-icons-1.8.3/capslock-fill.svg
x bootstrap-icons-1.8.3/wordpress.svg
x bootstrap-icons-1.8.3/tablet.svg
x bootstrap-icons-1.8.3/terminal-fill.svg
x bootstrap-icons-1.8.3/easel3.svg
x bootstrap-icons-1.8.3/file-diff.svg
x bootstrap-icons-1.8.3/easel2.svg
x bootstrap-icons-1.8.3/brush-fill.svg
x bootstrap-icons-1.8.3/chat-square-quote-fill.svg
x bootstrap-icons-1.8.3/file-richtext.svg
x bootstrap-icons-1.8.3/currency-dollar.svg
x bootstrap-icons-1.8.3/valentine2.svg
x bootstrap-icons-1.8.3/brightness-alt-low-fill.svg
x bootstrap-icons-1.8.3/filetype-py.svg
x bootstrap-icons-1.8.3/pin-angle-fill.svg
x bootstrap-icons-1.8.3/arrow-left-right.svg
x bootstrap-icons-1.8.3/tv-fill.svg
x bootstrap-icons-1.8.3/file-earmark-code.svg
x bootstrap-icons-1.8.3/palette2.svg
x bootstrap-icons-1.8.3/badge-4k.svg
x bootstrap-icons-1.8.3/list-ol.svg
x bootstrap-icons-1.8.3/cloud-download.svg
x bootstrap-icons-1.8.3/check2.svg
x bootstrap-icons-1.8.3/telephone-outbound.svg
x bootstrap-icons-1.8.3/cup-fill.svg
x bootstrap-icons-1.8.3/clipboard2-heart-fill.svg
x bootstrap-icons-1.8.3/ear.svg
x bootstrap-icons-1.8.3/plus-circle-dotted.svg
x bootstrap-icons-1.8.3/telephone-forward.svg
x bootstrap-icons-1.8.3/skip-end-fill.svg
x bootstrap-icons-1.8.3/file-earmark-spreadsheet.svg
x bootstrap-icons-1.8.3/layout-text-window-reverse.svg
x bootstrap-icons-1.8.3/file-check-fill.svg
x bootstrap-icons-1.8.3/chevron-bar-right.svg
x bootstrap-icons-1.8.3/yin-yang.svg
x bootstrap-icons-1.8.3/box-arrow-up-left.svg
x bootstrap-icons-1.8.3/volume-up-fill.svg
x bootstrap-icons-1.8.3/chat-text-fill.svg
x bootstrap-icons-1.8.3/calendar2-event.svg
x bootstrap-icons-1.8.3/chat-quote.svg
x bootstrap-icons-1.8.3/skip-backward-circle-fill.svg
x bootstrap-icons-1.8.3/calendar4-week.svg
x bootstrap-icons-1.8.3/image-fill.svg
x bootstrap-icons-1.8.3/exclamation-square-fill.svg
x bootstrap-icons-1.8.3/node-minus.svg
x bootstrap-icons-1.8.3/backspace.svg
x bootstrap-icons-1.8.3/file-ruled-fill.svg
x bootstrap-icons-1.8.3/file-person-fill.svg
x bootstrap-icons-1.8.3/patch-minus.svg
x bootstrap-icons-1.8.3/hdd.svg
x bootstrap-icons-1.8.3/123.svg
x bootstrap-icons-1.8.3/filetype-tsx.svg
x bootstrap-icons-1.8.3/sort-down.svg
x bootstrap-icons-1.8.3/calculator.svg
x bootstrap-icons-1.8.3/align-top.svg
x bootstrap-icons-1.8.3/filetype-svg.svg
x bootstrap-icons-1.8.3/apple.svg
x bootstrap-icons-1.8.3/mouse.svg
x bootstrap-icons-1.8.3/pentagon.svg
x bootstrap-icons-1.8.3/eyeglasses.svg
x bootstrap-icons-1.8.3/screwdriver.svg
x bootstrap-icons-1.8.3/file-earmark-pdf.svg
x bootstrap-icons-1.8.3/shield-check.svg
x bootstrap-icons-1.8.3/person-plus-fill.svg
x bootstrap-icons-1.8.3/box-arrow-in-down-left.svg
x bootstrap-icons-1.8.3/cloud-sleet-fill.svg
x bootstrap-icons-1.8.3/calendar-x-fill.svg
x bootstrap-icons-1.8.3/file-earmark-music.svg
x bootstrap-icons-1.8.3/chat-right-quote-fill.svg
x bootstrap-icons-1.8.3/file-bar-graph.svg
x bootstrap-icons-1.8.3/emoji-neutral-fill.svg
x bootstrap-icons-1.8.3/send-x-fill.svg
x bootstrap-icons-1.8.3/caret-right-square.svg
x bootstrap-icons-1.8.3/chat-heart.svg
x bootstrap-icons-1.8.3/clipboard-check-fill.svg
x bootstrap-icons-1.8.3/file-earmark-ppt.svg
x bootstrap-icons-1.8.3/trash3-fill.svg
x bootstrap-icons-1.8.3/explicit-fill.svg
x bootstrap-icons-1.8.3/building.svg
x bootstrap-icons-1.8.3/trash2-fill.svg
x bootstrap-icons-1.8.3/bezier.svg
x bootstrap-icons-1.8.3/file-zip-fill.svg
x bootstrap-icons-1.8.3/binoculars.svg
x bootstrap-icons-1.8.3/gear-wide-connected.svg
x bootstrap-icons-1.8.3/file-earmark-plus.svg
x bootstrap-icons-1.8.3/folder.svg
x bootstrap-icons-1.8.3/calendar2-check.svg
x bootstrap-icons-1.8.3/alarm.svg
x bootstrap-icons-1.8.3/file-ppt.svg
x bootstrap-icons-1.8.3/envelope-exclamation-fill.svg
x bootstrap-icons-1.8.3/signpost-2-fill.svg
x bootstrap-icons-1.8.3/file-lock.svg
x bootstrap-icons-1.8.3/basket.svg
x bootstrap-icons-1.8.3/code-square.svg
x bootstrap-icons-1.8.3/chevron-bar-down.svg
x bootstrap-icons-1.8.3/play-fill.svg
x bootstrap-icons-1.8.3/type-underline.svg
x bootstrap-icons-1.8.3/fingerprint.svg
x bootstrap-icons-1.8.3/clipboard2-data-fill.svg
x bootstrap-icons-1.8.3/file-pdf.svg
x bootstrap-icons-1.8.3/file-post.svg
x bootstrap-icons-1.8.3/dash-lg.svg
x bootstrap-icons-1.8.3/thermometer-snow.svg
x bootstrap-icons-1.8.3/skip-start.svg
x bootstrap-icons-1.8.3/diagram-2-fill.svg
x bootstrap-icons-1.8.3/mic-mute-fill.svg
x bootstrap-icons-1.8.3/cloud-lightning-rain-fill.svg
x bootstrap-icons-1.8.3/credit-card-2-back.svg
x bootstrap-icons-1.8.3/diagram-3-fill.svg
x bootstrap-icons-1.8.3/clipboard-check.svg
x bootstrap-icons-1.8.3/tiktok.svg
x bootstrap-icons-1.8.3/file-earmark-music-fill.svg
x bootstrap-icons-1.8.3/heart-pulse.svg
x bootstrap-icons-1.8.3/filetype-html.svg
x bootstrap-icons-1.8.3/badge-8k.svg
x bootstrap-icons-1.8.3/chevron-double-down.svg
x bootstrap-icons-1.8.3/file-lock-fill.svg
x bootstrap-icons-1.8.3/telephone-minus.svg
x bootstrap-icons-1.8.3/paint-bucket.svg
x bootstrap-icons-1.8.3/chevron-left.svg
x bootstrap-icons-1.8.3/film.svg
x bootstrap-icons-1.8.3/moon.svg
x bootstrap-icons-1.8.3/calendar3-range-fill.svg
x bootstrap-icons-1.8.3/exclamation.svg
x bootstrap-icons-1.8.3/layout-wtf.svg
x bootstrap-icons-1.8.3/behance.svg
x bootstrap-icons-1.8.3/chat-left-quote-fill.svg
x bootstrap-icons-1.8.3/arrow-up-right-square-fill.svg
x bootstrap-icons-1.8.3/clipboard2.svg
x bootstrap-icons-1.8.3/stoplights-fill.svg
x bootstrap-icons-1.8.3/dash-square-fill.svg
x bootstrap-icons-1.8.3/bar-chart-steps.svg
x bootstrap-icons-1.8.3/filetype-bmp.svg
x bootstrap-icons-1.8.3/cart-x.svg
x bootstrap-icons-1.8.3/chevron-double-up.svg
x bootstrap-icons-1.8.3/person-dash-fill.svg
x bootstrap-icons-1.8.3/journals.svg
x bootstrap-icons-1.8.3/easel.svg
x bootstrap-icons-1.8.3/file-plus-fill.svg
x bootstrap-icons-1.8.3/arrow-up-circle-fill.svg
x bootstrap-icons-1.8.3/magnet-fill.svg
x bootstrap-icons-1.8.3/diamond-fill.svg
x bootstrap-icons-1.8.3/octagon-fill.svg
x bootstrap-icons-1.8.3/sort-up.svg
x bootstrap-icons-1.8.3/bootstrap-icons.json
x bootstrap-icons-1.8.3/exclamation-triangle-fill.svg
x bootstrap-icons-1.8.3/toggles2.svg
x bootstrap-icons-1.8.3/filetype-mp4.svg
x bootstrap-icons-1.8.3/shield-fill-check.svg
x bootstrap-icons-1.8.3/filetype-csv.svg
x bootstrap-icons-1.8.3/heart.svg
x bootstrap-icons-1.8.3/modem-fill.svg
x bootstrap-icons-1.8.3/badge-3d-fill.svg
x bootstrap-icons-1.8.3/person-bounding-box.svg
x bootstrap-icons-1.8.3/journal.svg
x bootstrap-icons-1.8.3/emoji-heart-eyes-fill.svg
x bootstrap-icons-1.8.3/briefcase-fill.svg
x bootstrap-icons-1.8.3/rulers.svg
-- Using platform-specific CMakeLists: /home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/bin/PlatformGTK.cmake
-- Platform-specific CMakeLists not found: /home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/PlatformGTK.cmake
-- Enabled features:
--  ENABLE_DEVELOPER_MODE . OFF
--  HAVE_LIBSSL             ON
--  USE_GTK4 .............. OFF
--  USE_SOUP2               ON
-- Configuring done
-- Generating done
-- Build files have been written to: /home/taotieren/git_clone/aur/xguipro-git/src/xguipro/build
ninja: Entering directory `build'
[25/53] Generating ../...o/gtk/BrowserMarshal.h
INFO: Reading /home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/bin/gtk/browser-marshal.list...
INFO: Reading /home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/bin/gtk/browser-marshal.list...
[43/53] Building C obj.../gtk/HVMLURISchema.c.o
FAILED: source/bin/CMakeFiles/xguipro.dir/gtk/HVMLURISchema.c.o 
/usr/bin/cc -DBUILDING_LINUX__=1 -DBUILDING_WITH_CMAKE=1 -DBUILDING_xguipro -DHAVE_CONFIG_H=1 -DPACKAGE=\"xguipro\" -DXGUIPRO_API_VERSION_STRING=\"\" -I/home/taotieren/git_clone/aur/xguipro-git/src/xguipro/build -I/home/taotieren/git_clone/aur/xguipro-git/src/xguipro/build/DerivedSources/xGUIPro -I/home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/lib -I/home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/bin -I/home/taotieren/git_clone/aur/xguipro-git/src/xguipro/build/DerivedSources/xGUIPro/gtk -I/home/taotieren/git_clone/aur/xguipro-git/src/xguipro/build/DerivedSources/ForwardingHeaders -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -isystem /usr/include/libsoup-2.4 -isystem /usr/include/webkitgtk-4.0 -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/sysprof-4 -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/fribidi -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/pixman-1 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cloudproviders -isystem /usr/include/atk-1.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/dbus-1.0/include -isystem /usr/include/at-spi-2.0 -fdiagnostics-color=always -fmax-errors=10 -Wall -Wno-expansion-to-defined -Wno-psabi -Wno-maybe-uninitialized -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -fno-strict-aliasing -fno-exceptions -O2 -g -DNDEBUG -fPIE -pthread -std=gnu99 -MD -MT source/bin/CMakeFiles/xguipro.dir/gtk/HVMLURISchema.c.o -MF source/bin/CMakeFiles/xguipro.dir/gtk/HVMLURISchema.c.o.d -o source/bin/CMakeFiles/xguipro.dir/gtk/HVMLURISchema.c.o -c /home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/bin/gtk/HVMLURISchema.c
/home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/bin/gtk/HVMLURISchema.c:142:91: 错误:expected ‘,’ or ‘;’ before ‘WEBKIT_VERSION_STRING’
  142 |     "           WebKit2GTK API Version " WEBKITGTK_API_VERSION_STRING ", WebKit Version " WEBKIT_VERSION_STRING ", Build " BUILD_REVISION "</small>"
      |                                                                                           ^~~~~~~~~~~~~~~~~~~~~
/home/taotieren/git_clone/aur/xguipro-git/src/xguipro/source/bin/gtk/HVMLURISchema.c:162:91: 错误:expected ‘,’ or ‘;’ before ‘WEBKIT_VERSION_STRING’
  162 |     "           WebKit2GTK API Version " WEBKITGTK_API_VERSION_STRING ", WebKit Version " WEBKIT_VERSION_STRING ", Build " BUILD_REVISION "</small>"
      |                                                                                           ^~~~~~~~~~~~~~~~~~~~~
[49/53] Building C obj...rowserTabbedWindow.c.o
ninja: build stopped: subcommand failed.
==> 错误: 在 build() 中发生一个错误。    正在放弃...
VincentWei commented 2 years ago

WEBKIT_VERSION_STRING 这个宏是我们那个 WebKit 定制版本新增的。如果出现这个错误,说明找到的 webkit2gtk.h 头文件是系统原有的,而不是我们定制的。

建议移除系统自带的 webkit2gtk-dev 包。

taotieren commented 2 years ago

WEBKIT_VERSION_STRING 这个宏是我们那个 WebKit 定制版本新增的。如果出现这个错误,说明找到的 webkit2gtk.h 头文件是系统原有的,而不是我们定制的。

建议移除系统自带的 webkit2gtk-dev 包。

这种情况的话,可以在 CMakeList.txt 加上本地库文件优先系统库文件的配置。 如果源码上不方便修改的话我只能在打包得时候加上 patch 了。

因为系统中有其他软件依赖这个包。

❯ yay -Qi webkit2gtk
名字           : webkit2gtk
版本           : 2.36.6-1
描述           : Web content engine for GTK
架构           : x86_64
URL            : https://webkitgtk.org
软件许可       : custom
组             : 无提供           : libjavascriptcoregtk-4.0.so=18-64
                 libwebkit2gtk-4.0.so=37-64
依赖于         : cairo  fontconfig  freetype2
                 libgcrypt  glib2  gtk3
                 harfbuzz  harfbuzz-icu  icu
                 libjpeg  libsoup  libxml2
                 zlib  libpng  sqlite  atk
                 libwebp  at-spi2-core  libegl
                 libgl  libgles  libwpe
                 wpebackend-fdo  libxslt
                 libsecret  libtasn1  enchant
                 libx11  libxext  libice  libxt
                 wayland  libnotify  hyphen
                 openjpeg2  woff2  libsystemd
                 bubblewrap  libseccomp
                 xdg-dbus-proxy  gstreamer
                 gst-plugins-base-libs
                 libmanette  libwpe-1.0.so=1-64
                 libWPEBackend-fdo-1.0.so=1-64
可选依赖       : geoclue: Geolocation support
                 gst-plugins-good: media
                 decoding [已安装]
                 gst-plugins-bad: media decoding
                 gst-libav: nonfree media
                 decoding [已安装]
依赖它         : gnome-online-accounts  lutris
                 stm32cubeide
被可选依赖     : telegram-desktop
                 wxwidgets-gtk3
与它冲突       : 无取代           : 无安装后大小     : 79.05 MiB
打包者         : Jan Alexander Steffens (heftig)
                 <heftig@archlinux.org>
编译日期       : 2022年08月07日 星期日                 19时36分27秒安装日期       : 2022年08月08日 星期一                 08时26分43秒安装原因       : 作为其他软件包的依赖关系安装安装脚本       : 否验证者         : 数字签名
VincentWei commented 2 years ago

如果要和系统自带的 webkit2gtk 包共存,需要考虑修改函数库的名称,更改头文件的安装路径等。这会比较麻烦,要规划一下。 目前我在 ubuntu 20,04 以及 22.04 上,使用我们的 webkit2gtk 函数库,对其他依赖 webkit2gtk 的应用没有影响。

如果要和系统自带的 webkit2gtk-dev 包共存,也可以尝试使用 PKG_CONFIG_PATH 这个环境变量。

dapeng17951 commented 1 year ago

-- Found GLIB: /usr/include/glib-2.0;/usr/lib/glib-2.0/include (found suitable version "2.74.0", minimum required is "2.44.0") -- Found PurC: /usr/local/lib/libpurc.so (found suitable version "0.9.2", minimum required is "0.8.1") CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find DOMRuler (missing: DOMRULER_INCLUDE_DIR) (Required is at least version "1.2.1") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) source/cmake/FindDOMRuler.cmake:73 (find_package_handle_standard_args) source/cmake/GlobalFindPackage.cmake:100 (_find_package) source/cmake/OptionsGTK.cmake:20 (find_package) source/cmake/GlobalCommon.cmake:57 (include) CMakeLists.txt:132 (include)

image

VincentWei commented 1 year ago

There is a bug in FindDOMRuler.cmake. We have changed the installation directory of headers of DOMRuler, but the file still use the old directory.

This bug has been fixed in the master branch. Please pull the latest version and try again.

taotieren commented 1 year ago

打上 source/tools/aur/xguipro/fix-ver-0.6.1.patch 再次编译即可

参考 AUR 包中的补丁打入方式

prepare() {
    cd "${srcdir}/xGUI-Pro-ver-${pkgver}/"
    patch -p1 < ../fix-ver-0.6.1.patch
}
dapeng17951 commented 1 year ago

我是菜鸟,用您做的 开发版 AUR 包 用吧。