From 35a3e64141518760d79df269c8403c4eb124ec70 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 30 May 2024 17:18:33 +0200 Subject: [PATCH] UI: Icons: INTERNET_OFFLINE * INTERNET_OFFLINE icon was discussed here: !122225 Ref: !122486 --- release/datafiles/blender_icons.svg | 77 +++++++++++++++++- .../icon16_internet_offline.dat | Bin 0 -> 1048 bytes .../icon32_internet_offline.dat | Bin 0 -> 4120 bytes .../blender/editors/datafiles/CMakeLists.txt | 1 + source/blender/editors/include/UI_icons.hh | 2 +- 5 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 release/datafiles/blender_icons16/icon16_internet_offline.dat create mode 100644 release/datafiles/blender_icons32/icon32_internet_offline.dat diff --git a/release/datafiles/blender_icons.svg b/release/datafiles/blender_icons.svg index 655c853f32a..5c0c3055fd8 100644 --- a/release/datafiles/blender_icons.svg +++ b/release/datafiles/blender_icons.svg @@ -75,7 +75,41 @@ visible="true" /> + id="defs4"> + + + + + + + + + + + + + + + + + lcG~{3shCtp=*edgOkz0W@Bw!V4J&LP9YrI3D z%v(cl8QT2*`iV1P4zczXyt~BD&}r(U==cXBa@w=JAE18@-?s5Dl59764&5rv82a9r z`Y`!xqc_kAqnD(O_kg%)>Phsg(Yhz=?=#*!@gUrq`MTp5qi4}+qr;x_%2Ct#oSVAV zyEJ+P9f8h0oYf=oZ(n5m)lBSx(D#)1*wjzZ6Vi+WpnGTxb)OG?52>Z#30j~7?m+LS z7mD!xHoP~y$pSU`_CR~s2jw*GzyoA$U++I7zv<&9;s`F_4fNKpKzGz!?)|I&0zgl= Aw*UYD literal 0 HcmV?d00001 diff --git a/release/datafiles/blender_icons32/icon32_internet_offline.dat b/release/datafiles/blender_icons32/icon32_internet_offline.dat new file mode 100644 index 0000000000000000000000000000000000000000..8d28dbaa187462a7842c03cd944c9b0689ffe9fa GIT binary patch literal 4120 zcmeH}+lx<86vxk)8J9sQ%o~HrFifrw3Qb9k2S!K{Q7(~7uDRqgD!&j}q1(P1ABv2WEg3U<+sgyTN84ZaSz36Wz=JkLGDQ z&zM0#J=JFim;$p-pOi5+Ui16Z75Ast!yN{)L(aK}(|%L`;<@siJp4k- z|8Q@?#oAi)bKzKz;kAEdH=T12w-HFcpL3yy*Zr=1@eC2i+SlP^SHiI#!w)TF)AYG> z?&0+<)&Hlxtr~cpZ|%$O_8e<#pDzKj+uk?y@O=x}H2oOz)^9txj`VdlhFNWvw$6{f zq3l-N-^TT9Pp55h9$xpk^z+ug#(HFGTW*c@zZUnmyzWm~*7`4imwx8{`<1rk^*bdy zpQAsmJ)K^T^YD#8`pt39dgspD>lwQr$PPLediXEH9HJ2fli?zRz zE7d+x_}1{*291gJO~>y5X%GHO?XQ8Z^z|OHyII<%rSmE6fjQbA)c|XVd%%qF@Ul9-RT%M;U)_w-pU-fwX2Y3i%i@gW&)&i5JX97;Y`Dcy) zfN%6%o~I_(_V4|MobF%Evl+;qf-0bItGR2x)q`@d9J~fH?Y)V4n$AiuCrqA literal 0 HcmV?d00001 diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 598c5bbab62..ee1448fe037 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -613,6 +613,7 @@ set(ICON_NAMES outliner_data_volume volume_data pointcloud_point + internet_offline internet current_file home diff --git a/source/blender/editors/include/UI_icons.hh b/source/blender/editors/include/UI_icons.hh index bffc4dcfcea..b9655fa936e 100644 --- a/source/blender/editors/include/UI_icons.hh +++ b/source/blender/editors/include/UI_icons.hh @@ -757,7 +757,7 @@ DEF_ICON_BLANK(274) DEF_ICON_BLANK(275) DEF_ICON_BLANK(276) DEF_ICON_BLANK(277) -DEF_ICON_BLANK(772) +DEF_ICON(INTERNET_OFFLINE) DEF_ICON(INTERNET) DEF_ICON(CURRENT_FILE) DEF_ICON(HOME)