From 15ad76bdc4917dd7dc19c124a12fe14890f7dfe7 Mon Sep 17 00:00:00 2001 From: leebj Date: Mon, 7 Oct 2024 11:01:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=8C=ED=8A=B8=EC=B9=B4=20svg=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/fonts/xit-icon.css | 4 +++ .../resources/fonts/xit-icon/rent-car.svg | 29 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 src/main/webapp/resources/fonts/xit-icon/rent-car.svg diff --git a/src/main/webapp/resources/fonts/xit-icon.css b/src/main/webapp/resources/fonts/xit-icon.css index 3767cfb3..661ef1db 100644 --- a/src/main/webapp/resources/fonts/xit-icon.css +++ b/src/main/webapp/resources/fonts/xit-icon.css @@ -11,6 +11,10 @@ content: url("./xit-icon/korea-post.svg"); } +.xit-rent-car::before { + content: url("./xit-icon/rent-car.svg"); +} + .xit-org::before { content: url("./xit-icon/org.svg"); } diff --git a/src/main/webapp/resources/fonts/xit-icon/rent-car.svg b/src/main/webapp/resources/fonts/xit-icon/rent-car.svg new file mode 100644 index 00000000..550eaa80 --- /dev/null +++ b/src/main/webapp/resources/fonts/xit-icon/rent-car.svg @@ -0,0 +1,29 @@ + + + + + + + + + + \ No newline at end of file