From 671ffb1ac11f0ea00524510af965550c3fbc40ad Mon Sep 17 00:00:00 2001 From: d23004 <kimseijin@diteam.co.kr> Date: 수, 24 5월 2023 13:41:44 +0900 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- SA_LTT_UI/SA_LTT_UI/bin/Debug/Resources/SVG_Icon/Close_Black_icon.svg | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SA_LTT_UI/SA_LTT_UI/bin/Debug/Resources/SVG_Icon/Close_Black_icon.svg b/SA_LTT_UI/SA_LTT_UI/bin/Debug/Resources/SVG_Icon/Close_Black_icon.svg new file mode 100644 index 0000000..2ebbf6d --- /dev/null +++ b/SA_LTT_UI/SA_LTT_UI/bin/Debug/Resources/SVG_Icon/Close_Black_icon.svg @@ -0,0 +1,3 @@ +<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M12 13.12L14.32 15.44C14.4667 15.5867 14.6533 15.66 14.88 15.66C15.1067 15.66 15.2933 15.5867 15.44 15.44C15.5867 15.2933 15.66 15.1067 15.66 14.88C15.66 14.6533 15.5867 14.4667 15.44 14.32L13.12 12L15.44 9.68C15.5867 9.53333 15.66 9.34667 15.66 9.12C15.66 8.89333 15.5867 8.70667 15.44 8.56C15.2933 8.41333 15.1067 8.34 14.88 8.34C14.6533 8.34 14.4667 8.41333 14.32 8.56L12 10.88L9.68 8.56C9.53333 8.41333 9.34667 8.34 9.12 8.34C8.89333 8.34 8.70667 8.41333 8.56 8.56C8.41333 8.70667 8.34 8.89333 8.34 9.12C8.34 9.34667 8.41333 9.53333 8.56 9.68L10.88 12L8.56 14.32C8.41333 14.4667 8.34 14.6533 8.34 14.88C8.34 15.1067 8.41333 15.2933 8.56 15.44C8.70667 15.5867 8.89333 15.66 9.12 15.66C9.34667 15.66 9.53333 15.5867 9.68 15.44L12 13.12ZM12 20C10.8933 20 9.85333 19.7899 8.88 19.3696C7.90667 18.9493 7.06 18.3795 6.34 17.66C5.62 16.94 5.05013 16.0933 4.6304 15.12C4.21067 14.1467 4.00053 13.1067 4 12C4 10.8933 4.21013 9.85333 4.6304 8.88C5.05067 7.90667 5.62053 7.06 6.34 6.34C7.06 5.62 7.90667 5.05013 8.88 4.6304C9.85333 4.21067 10.8933 4.00053 12 4C13.1067 4 14.1467 4.21013 15.12 4.6304C16.0933 5.05067 16.94 5.62053 17.66 6.34C18.38 7.06 18.9501 7.90667 19.3704 8.88C19.7907 9.85333 20.0005 10.8933 20 12C20 13.1067 19.7899 14.1467 19.3696 15.12C18.9493 16.0933 18.3795 16.94 17.66 17.66C16.94 18.38 16.0933 18.9501 15.12 19.3704C14.1467 19.7907 13.1067 20.0005 12 20Z" fill="black"/> +</svg> -- Gitblit v1.9.3