Skip to content

Commit

Permalink
[Setting] Icon (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajou4095 authored Mar 14, 2024
1 parent f933528 commit 5a4f437
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions presentation/src/main/res/drawable/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="20"
android:viewportHeight="20">
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#66BB6A"
android:pathData="M14.36,8.14l1.57,-2.72c0.14,-0.24 0.06,-0.54 -0.18,-0.68c-0.24,-0.14 -0.54,-0.06 -0.68,0.18l-1.6,2.78C12.4,7.25 11.23,7 10,7S7.6,7.25 6.54,7.7l-1.6,-2.78C4.8,4.68 4.49,4.6 4.25,4.74C4.01,4.87 3.93,5.18 4.07,5.42l1.57,2.72C3.15,9.52 1.39,12.04 1.06,15h17.88C18.61,12.04 16.85,9.52 14.36,8.14zM6,13c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1s1,0.45 1,1S6.55,13 6,13zM14,13c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1s1,0.45 1,1S14.55,13 14,13z" />
android:fillColor="#E36FFF"
android:pathData="M0,0h512v512h-512z" />
<path
android:fillColor="#ffffff"
android:pathData="M384.43,214.16V263.64C384.43,274.4 380.58,283.25 372.87,290.16C365.28,296.96 355.47,300.36 343.46,300.36C331.33,300.36 321.42,296.96 313.71,290.16C306,283.25 302.15,274.4 302.15,263.64V214.16H329.18V263.64C329.18,267.95 330.48,271.46 333.09,274.18C335.7,276.79 339.1,278.09 343.29,278.09C347.48,278.09 350.83,276.79 353.32,274.18C355.93,271.46 357.23,267.95 357.23,263.64V214.16H384.43Z" />
<path
android:fillColor="#ffffff"
android:pathData="M156.68,212.47C167.22,212.47 175.72,215.64 182.18,221.99C188.64,228.33 191.87,236.72 191.87,247.15V298.66H164.67V246.47C164.67,242.84 163.59,239.9 161.44,237.63C159.28,235.25 156.45,234.06 152.94,234.06C149.42,234.06 146.53,235.25 144.27,237.63C142.11,239.9 141.04,242.84 141.04,246.47V298.66H113.83V246.47C113.83,242.84 112.76,239.9 110.6,237.63C108.45,235.25 105.62,234.06 102.1,234.06C98.59,234.06 95.7,235.25 93.43,237.63C91.28,239.9 90.2,242.84 90.2,246.47V298.66H63V247.15C63,236.84 66.23,228.5 72.69,222.16C79.26,215.7 87.82,212.47 98.36,212.47C111.28,212.47 120.97,216.89 127.43,225.73C133.9,216.89 143.64,212.47 156.68,212.47Z" />
<path
android:fillColor="#ffffff"
android:fillType="evenOdd"
android:pathData="M396.04,298.66H423.25V252.59C423.25,242.05 429.59,236.78 442.29,236.78V236.77H449.21V214.17H442.29V214.16C427.44,214.16 415.99,217.28 407.95,223.51C400.01,229.75 396.04,238.59 396.04,250.04V298.66Z" />
<path
android:fillColor="#ffffff"
android:pathData="M210.45,275.1C210.65,273.74 210.85,271.81 211.28,269.93C211.52,268.88 211.29,268.33 210.48,267.63C204.14,262.14 201.32,255.19 202.39,246.85C203.76,236.28 212.1,228.28 222.47,227.27C224.8,227.04 225.51,225.79 226.46,223.93C234.5,208.17 255.48,206.46 265.78,220.77C266.67,222.02 267.57,223.36 268.01,224.8C268.55,226.55 269.57,226.91 271.21,227.11C280.75,228.3 287.34,233.44 290.6,242.5C293.82,251.42 290.97,261.42 283.71,267.51C282.81,268.26 282.52,268.86 282.81,270.08C285.07,279.41 281.57,288.95 274,294.36C266.27,299.9 256.21,300.17 248.07,295C247.26,294.49 246.78,294.5 245.97,295C231.56,303.9 213.74,295.93 210.78,279.28C210.57,278.11 210.58,276.89 210.45,275.11V275.1ZM262.5,257.17C262.55,248.57 255.71,241.59 247.18,241.52C238.6,241.46 231.57,248.34 231.5,256.85C231.44,265.46 238.26,272.48 246.77,272.56C255.47,272.64 262.45,265.82 262.5,257.17Z" />
</vector>

0 comments on commit 5a4f437

Please sign in to comment.