The Breeze Icons package contains the default icons for KDE Plasma applications, but it can be used for other window environments.
![[Note]](../images/note.png) 
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.kde.org/stable/frameworks/6.17/breeze-icons-6.17.0.tar.xz
Download MD5 sum: 9aaed8b97970adf982f732e528050aca
Download size: 2.2 MB
Estimated disk space required: 145 MB
Estimated build time: 0.3 SBU (Using parallelism=4)
extra-cmake-modules-6.17.0 and Qt-6.10.0
Install Breeze Icons by running the following commands:
mkdir build &&
cd    build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D BUILD_TESTING=OFF         \
      -W no-dev ..                 &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
          -D BUILD_TESTING=OFF: This
          parameter disables building the testing framework, which requires
          some modules from KDE
          Frameworks-6.17.0.