Skip to content

Commit

Permalink
fix(packages/ui): 아이콘 속성 camelCase로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kongnayeon committed Jan 3, 2025
1 parent 0096c01 commit 3002b1e
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/icons/ArrowIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export const ArrowLeftIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M15.3596 3.91227C15.7046 3.91227 16.0496 4.04727 16.3196 4.30227C16.5715 4.55527 16.7129 4.89775 16.7129 5.25477C16.7129 5.61179 16.5715 5.95427 16.3196 6.20727L10.5146 12.0123L16.3196 17.8023C16.5715 18.0553 16.7129 18.3978 16.7129 18.7548C16.7129 19.1118 16.5715 19.4543 16.3196 19.7073C16.0666 19.9592 15.7241 20.1006 15.3671 20.1006C15.0101 20.1006 14.6676 19.9592 14.4146 19.7073L7.66457 12.9573C7.41268 12.7043 7.27126 12.3618 7.27126 12.0048C7.27126 11.6478 7.41268 11.3053 7.66457 11.0523L14.4146 4.30227C14.6696 4.04727 15.0146 3.91227 15.3596 3.91227Z"
fill="#8B95A1"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/CalendarIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const CalendarIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M19 3H20C21.1 3 22 3.9 22 5V21C22 22.1 21.1 23 20 23H4C2.9 23 2 22.1 2 21V5C2 3.9 2.9 3 4 3H5V2C5 1.45 5.45 1 6 1C6.55 1 7 1.45 7 2V3H17V2C17 1.45 17.45 1 18 1C18.55 1 19 1.45 19 2V3ZM5 21H19C19.55 21 20 20.55 20 20V8H4V20C4 20.55 4.45 21 5 21Z"
fill="#494E50"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/CheckCalendarIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const CheckCalendarIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M17.2068 10.4148L11.6228 15.9988C11.4353 16.1863 11.181 16.2916 10.9158 16.2916C10.6506 16.2916 10.3963 16.1863 10.2088 15.9988L6.7928 12.5818C6.69996 12.489 6.62631 12.3787 6.57607 12.2574C6.52582 12.1361 6.49996 12.0061 6.49996 11.8748C6.49996 11.7435 6.52582 11.6135 6.57607 11.4922C6.62631 11.3709 6.69996 11.2606 6.7928 11.1678C6.88565 11.075 6.99587 11.0013 7.11718 10.9511C7.23849 10.9008 7.3685 10.875 7.4998 10.875C7.63111 10.875 7.76112 10.9008 7.88243 10.9511C8.00374 11.0013 8.11396 11.075 8.2068 11.1678L10.9158 13.8768L15.7928 9.0008C15.8856 8.90796 15.9959 8.83431 16.1172 8.78406C16.2385 8.73382 16.3685 8.70796 16.4998 8.70796C16.6311 8.70796 16.7611 8.73382 16.8824 8.78406C17.0037 8.83431 17.114 8.90796 17.2068 9.0008C17.2997 9.09365 17.3733 9.20387 17.4235 9.32518C17.4738 9.44649 17.4997 9.5765 17.4997 9.7078C17.4997 9.83911 17.4738 9.96912 17.4235 10.0904C17.3733 10.2117 17.2997 10.322 17.2068 10.4148ZM19.6998 2.7998H18.0698V1.7998C18.0698 1.53459 17.9644 1.28023 17.7769 1.0927C17.5894 0.905162 17.335 0.799805 17.0698 0.799805C16.8046 0.799805 16.5502 0.905162 16.3627 1.0927C16.1752 1.28023 16.0698 1.53459 16.0698 1.7998V2.7998H7.9298V1.7998C7.9298 1.53459 7.82445 1.28023 7.63691 1.0927C7.44938 0.905162 7.19502 0.799805 6.9298 0.799805C6.66459 0.799805 6.41023 0.905162 6.2227 1.0927C6.03516 1.28023 5.9298 1.53459 5.9298 1.7998V2.7998H4.2998C3.76937 2.7998 3.26066 3.01052 2.88559 3.38559C2.51052 3.76066 2.2998 4.26937 2.2998 4.7998V20.1998C2.2998 20.7302 2.51052 21.2389 2.88559 21.614C3.26066 21.9891 3.76937 22.1998 4.2998 22.1998H19.6998C20.2302 22.1998 20.7389 21.9891 21.114 21.614C21.4891 21.2389 21.6998 20.7302 21.6998 20.1998V4.7998C21.6998 4.26937 21.4891 3.76066 21.114 3.38559C20.7389 3.01052 20.2302 2.7998 19.6998 2.7998Z"
fill="#A3ADBD"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/CheckIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const CheckIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M17.207 10.215L11.624 15.799C11.4359 15.9858 11.1816 16.0906 10.9165 16.0906C10.6514 16.0906 10.3971 15.9858 10.209 15.799L6.793 12.383C6.70016 12.2902 6.62651 12.1799 6.57626 12.0586C6.52601 11.9373 6.50015 11.8073 6.50015 11.676C6.50015 11.4108 6.60549 11.1565 6.793 10.969C6.98051 10.7815 7.23482 10.6762 7.5 10.6762C7.76518 10.6762 8.01949 10.7815 8.207 10.969L10.916 13.678L15.793 8.801C15.8858 8.70816 15.9961 8.63451 16.1174 8.58426C16.2387 8.53401 16.3687 8.50815 16.5 8.50815C16.6313 8.50815 16.7613 8.53401 16.8826 8.58426C17.0039 8.63451 17.1142 8.70816 17.207 8.801C17.2998 8.89384 17.3735 9.00407 17.4237 9.12537C17.474 9.24668 17.4998 9.3767 17.4998 9.508C17.4998 9.6393 17.474 9.76932 17.4237 9.89063C17.3735 10.0119 17.2998 10.1222 17.207 10.215ZM12 1C5.925 1 1 5.925 1 12C1 18.075 5.925 23 12 23C18.075 23 23 18.075 23 12C23 5.925 18.075 1 12 1Z"
fill="#E6FF79"
/>
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/src/icons/DocumentIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ export const DocumentIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M12.9997 1.3335H2.99967C2.82286 1.3335 2.65329 1.40373 2.52827 1.52876C2.40325 1.65378 2.33301 1.82335 2.33301 2.00016V14.0002C2.33301 14.177 2.40325 14.3465 2.52827 14.4716C2.65329 14.5966 2.82286 14.6668 2.99967 14.6668H8.66634V11.3335C8.66634 10.4148 9.41434 9.66683 10.333 9.66683H13.6663V2.00016C13.6663 1.82335 13.5961 1.65378 13.4711 1.52876C13.3461 1.40373 13.1765 1.3335 12.9997 1.3335Z"
fill="#788391"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M9.66602 11.3337V14.667L13.666 10.667H10.3327C10.1559 10.667 9.9863 10.7372 9.86128 10.8623C9.73625 10.9873 9.66602 11.1568 9.66602 11.3337Z"
fill="#788391"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/LineThreeIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const LineThreeIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M4.11797 6.1998H20.118C20.4362 6.1998 20.7415 6.07338 20.9665 5.84833C21.1915 5.62329 21.318 5.31806 21.318 4.9998C21.318 4.68154 21.1915 4.37632 20.9665 4.15128C20.7415 3.92623 20.4362 3.7998 20.118 3.7998H4.11797C3.79971 3.7998 3.49448 3.92623 3.26944 4.15128C3.0444 4.37632 2.91797 4.68154 2.91797 4.9998C2.91797 5.31806 3.0444 5.62329 3.26944 5.84833C3.49448 6.07338 3.79971 6.1998 4.11797 6.1998ZM20.118 10.7998H4.11797C3.79971 10.7998 3.49448 10.9262 3.26944 11.1513C3.0444 11.3763 2.91797 11.6815 2.91797 11.9998C2.91797 12.3181 3.0444 12.6233 3.26944 12.8483C3.49448 13.0734 3.79971 13.1998 4.11797 13.1998H20.118C20.4362 13.1998 20.7415 13.0734 20.9665 12.8483C21.1915 12.6233 21.318 12.3181 21.318 11.9998C21.318 11.6815 21.1915 11.3763 20.9665 11.1513C20.7415 10.9262 20.4362 10.7998 20.118 10.7998ZM20.118 17.7998H4.11797C3.96038 17.7998 3.80434 17.8308 3.65875 17.8911C3.51316 17.9515 3.38087 18.0398 3.26944 18.1513C3.15801 18.2627 3.06962 18.395 3.00931 18.5406C2.94901 18.6862 2.91797 18.8422 2.91797 18.9998C2.91797 19.1574 2.94901 19.3134 3.00931 19.459C3.06962 19.6046 3.15801 19.7369 3.26944 19.8483C3.38087 19.9598 3.51316 20.0482 3.65875 20.1085C3.80434 20.1688 3.96038 20.1998 4.11797 20.1998H20.118C20.2756 20.1998 20.4316 20.1688 20.5772 20.1085C20.7228 20.0482 20.8551 19.9598 20.9665 19.8483C21.0779 19.7369 21.1663 19.6046 21.2266 19.459C21.2869 19.3134 21.318 19.1574 21.318 18.9998C21.318 18.8422 21.2869 18.6862 21.2266 18.5406C21.1663 18.395 21.0779 18.2627 20.9665 18.1513C20.8551 18.0398 20.7228 17.9515 20.5772 17.8911C20.4316 17.8308 20.2756 17.7998 20.118 17.7998Z"
fill="#A3ADBD"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/NoticeIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const NoticeIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M12 17.118C11.6817 17.118 11.3765 16.9916 11.1515 16.7665C10.9264 16.5415 10.8 16.2363 10.8 15.918C10.8 15.5997 10.9264 15.2945 11.1515 15.0695C11.3765 14.8444 11.6817 14.718 12 14.718C12.3183 14.718 12.6235 14.8444 12.8485 15.0695C13.0736 15.2945 13.2 15.5997 13.2 15.918C13.2 16.2363 13.0736 16.5415 12.8485 16.7665C12.6235 16.9916 12.3183 17.118 12 17.118ZM11 7.283C11 7.01778 11.1054 6.76343 11.2929 6.57589C11.4804 6.38836 11.7348 6.283 12 6.283C12.2652 6.283 12.5196 6.38836 12.7071 6.57589C12.8946 6.76343 13 7.01778 13 7.283V12.283C13 12.5482 12.8946 12.8026 12.7071 12.9901C12.5196 13.1776 12.2652 13.283 12 13.283C11.7348 13.283 11.4804 13.1776 11.2929 12.9901C11.1054 12.8026 11 12.5482 11 12.283V7.283ZM12 1C5.925 1 1 5.925 1 12C1 18.076 5.925 23 12 23C18.075 23 23 18.076 23 12C23 5.925 18.075 1 12 1Z"
fill="#FF724E"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/PencilIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const PencilIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M12.3349 5.45378L3.27288 14.5158L2.03688 19.1258L1.22388 22.1628C1.2013 22.2476 1.20142 22.3369 1.22421 22.4217C1.24701 22.5065 1.29169 22.5838 1.35377 22.6459C1.41586 22.708 1.49317 22.7527 1.57796 22.7754C1.66275 22.7982 1.75204 22.7984 1.83688 22.7758L4.87189 21.9618L9.48288 20.7258H9.48388L18.5459 11.6638L12.3359 5.45378H12.3349ZM22.2929 6.50378L17.4969 1.70678C17.4041 1.61383 17.2939 1.54009 17.1726 1.48978C17.0513 1.43947 16.9212 1.41357 16.7899 1.41357C16.6586 1.41357 16.5285 1.43947 16.4072 1.48978C16.2859 1.54009 16.1757 1.61383 16.0829 1.70678L13.6079 4.18078L19.8189 10.3918L22.2929 7.91678C22.3858 7.82399 22.4596 7.71378 22.5099 7.59247C22.5602 7.47115 22.5861 7.34111 22.5861 7.20978C22.5861 7.07844 22.5602 6.9484 22.5099 6.82708C22.4596 6.70577 22.3858 6.59556 22.2929 6.50278"
fill="#A3ADBD"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/PictureIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const PictureIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M16.003 10.668C15.7647 10.6736 15.5277 10.6314 15.3059 10.5441C15.0841 10.4567 14.8821 10.3259 14.7116 10.1593C14.5411 9.99272 14.4057 9.79372 14.3132 9.57402C14.2207 9.35432 14.1732 9.11835 14.1732 8.87999C14.1733 8.64163 14.221 8.40568 14.3136 8.18604C14.4062 7.96639 14.5417 7.76747 14.7123 7.60097C14.8829 7.43448 15.085 7.30377 15.3069 7.21653C15.5287 7.1293 15.7657 7.0873 16.004 7.093C16.4708 7.10417 16.9146 7.29747 17.2407 7.63158C17.5669 7.96569 17.7494 8.4141 17.7492 8.88099C17.7491 9.34787 17.5663 9.79619 17.24 10.1301C16.9137 10.464 16.4698 10.6571 16.003 10.668ZM14.279 16.78H8.255C8.04261 16.7803 7.83407 16.7233 7.6513 16.6152C7.46853 16.507 7.31828 16.3515 7.21637 16.1652C7.11445 15.9789 7.06462 15.7685 7.07212 15.5562C7.07963 15.344 7.14418 15.1377 7.259 14.959L10.272 10.264C10.3789 10.097 10.5261 9.95955 10.7001 9.86435C10.8741 9.76916 11.0692 9.71926 11.2675 9.71926C11.4658 9.71926 11.6609 9.76916 11.8349 9.86435C12.0089 9.95955 12.1561 10.097 12.263 10.264L15.274 14.959C15.3888 15.1376 15.4533 15.3438 15.4609 15.556C15.4684 15.7682 15.4187 15.9785 15.3169 16.1648C15.2151 16.3511 15.065 16.5065 14.8823 16.6148C14.6997 16.723 14.4913 16.7801 14.279 16.78ZM19.287 2.25H4.713C4.05977 2.25 3.4333 2.50949 2.9714 2.9714C2.50949 3.4333 2.25 4.05977 2.25 4.713V19.287C2.25 19.9402 2.50949 20.5667 2.9714 21.0286C3.4333 21.4905 4.05977 21.75 4.713 21.75H19.287C19.9402 21.75 20.5667 21.4905 21.0286 21.0286C21.4905 20.5667 21.75 19.9402 21.75 19.287V4.713C21.75 4.05977 21.4905 3.4333 21.0286 2.9714C20.5667 2.50949 19.9402 2.25 19.287 2.25Z"
fill="#A3ADBD"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/PlusIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const PlusIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M20.3178 10.8001H13.3178V3.8001C13.3178 3.48184 13.1913 3.17661 12.9663 2.95157C12.7413 2.72653 12.436 2.6001 12.1178 2.6001C11.7995 2.6001 11.4943 2.72653 11.2692 2.95157C11.0442 3.17661 10.9178 3.48184 10.9178 3.8001V10.8001H3.91777C3.59951 10.8001 3.29429 10.9265 3.06925 11.1516C2.8442 11.3766 2.71777 11.6818 2.71777 12.0001C2.71777 12.3184 2.8442 12.6236 3.06925 12.8486C3.29429 13.0737 3.59951 13.2001 3.91777 13.2001H10.9178V20.2001C10.9178 20.5184 11.0442 20.8236 11.2692 21.0486C11.4943 21.2737 11.7995 21.4001 12.1178 21.4001C12.436 21.4001 12.7413 21.2737 12.9663 21.0486C13.1913 20.8236 13.3178 20.5184 13.3178 20.2001V13.2001H20.3178C20.636 13.2001 20.9413 13.0737 21.1663 12.8486C21.3913 12.6236 21.5178 12.3184 21.5178 12.0001C21.5178 11.6818 21.3913 11.3766 21.1663 11.1516C20.9413 10.9265 20.636 10.8001 20.3178 10.8001Z"
fill="#5A6471"
/>
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/src/icons/StackIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ export const StackIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M21.2103 16.1049L19.6773 15.3379L13.5653 18.3939C13.0792 18.636 12.5434 18.7617 12.0003 18.7609C11.4572 18.7616 10.9214 18.6359 10.4353 18.3939L4.32329 15.3379L2.78929 16.1049C2.62288 16.1878 2.48289 16.3155 2.38504 16.4736C2.28719 16.6317 2.23535 16.814 2.23535 16.9999C2.23535 17.1858 2.28719 17.3681 2.38504 17.5262C2.48289 17.6843 2.62288 17.812 2.78929 17.8949L11.1063 22.0519C11.3839 22.191 11.6902 22.2634 12.0008 22.2634C12.3113 22.2634 12.6176 22.191 12.8953 22.0519L21.2113 17.8939C21.3774 17.8109 21.5172 17.6832 21.6148 17.5252C21.7125 17.3672 21.7642 17.1851 21.7642 16.9994C21.7642 16.8137 21.7125 16.6316 21.6148 16.4736C21.5172 16.3156 21.3774 16.1879 21.2113 16.1049"
fill="black"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M21.2103 11.1049L19.6773 10.3379L13.5653 13.3939C13.0792 13.636 12.5434 13.7617 12.0003 13.7609C11.4572 13.7616 10.9214 13.6359 10.4353 13.3939L4.32329 10.3379L2.78929 11.1049C2.62288 11.1878 2.48289 11.3155 2.38504 11.4736C2.28719 11.6317 2.23535 11.814 2.23535 11.9999C2.23535 12.1858 2.28719 12.3681 2.38504 12.5262C2.48289 12.6843 2.62288 12.812 2.78929 12.8949L11.1063 17.0519C11.3839 17.191 11.6902 17.2634 12.0008 17.2634C12.3113 17.2634 12.6176 17.191 12.8953 17.0519L21.2113 12.8939C21.3774 12.8109 21.5172 12.6832 21.6148 12.5252C21.7125 12.3672 21.7642 12.1851 21.7642 11.9994C21.7642 11.8137 21.7125 11.6316 21.6148 11.4736C21.5172 11.3156 21.3774 11.1879 21.2113 11.1049"
fill="black"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M11.1062 12.0529L2.79021 7.89387C2.62433 7.81073 2.48485 7.68307 2.38738 7.52519C2.28991 7.36731 2.23828 7.18541 2.23828 6.99987C2.23828 6.81432 2.28991 6.63242 2.38738 6.47454C2.48485 6.31666 2.62433 6.189 2.79021 6.10587L11.1062 1.94786C11.3839 1.80876 11.6902 1.73633 12.0007 1.73633C12.3113 1.73633 12.6176 1.80876 12.8952 1.94786L21.2112 6.10587C21.3774 6.1889 21.5171 6.31657 21.6148 6.47456C21.7124 6.63256 21.7641 6.81463 21.7641 7.00037C21.7641 7.1861 21.7124 7.36817 21.6148 7.52617C21.5171 7.68416 21.3774 7.81183 21.2112 7.89487L12.8952 12.0529C12.6173 12.1916 12.3109 12.2638 12.0002 12.2638C11.6896 12.2638 11.3832 12.1916 11.1052 12.0529"
fill="black"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/StarIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const StarIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M13.1537 1.92696L15.4807 6.64196C15.6677 7.02096 16.0297 7.28396 16.4487 7.34496L21.6517 8.10096C22.7057 8.25396 23.1277 9.55096 22.3637 10.294L18.5987 13.964C18.4495 14.1095 18.3378 14.2891 18.2734 14.4873C18.2089 14.6856 18.1936 14.8965 18.2287 15.102L19.1177 20.284C19.2977 21.335 18.1957 22.135 17.2527 21.64L12.5987 19.193C12.4143 19.0959 12.2091 19.0452 12.0007 19.0452C11.7923 19.0452 11.5871 19.0959 11.4027 19.193L6.74868 21.64C5.80468 22.135 4.70268 21.335 4.88268 20.284L5.77168 15.102C5.80669 14.8965 5.79131 14.6856 5.72686 14.4874C5.66242 14.2892 5.55083 14.1096 5.40168 13.964L1.63668 10.294C0.873683 9.55096 1.29468 8.25396 2.34968 8.10096L7.55168 7.34496C7.97068 7.28396 8.33368 7.02096 8.52068 6.64196L10.8467 1.92696C11.3187 0.970961 12.6817 0.970961 13.1537 1.92696Z"
fill="#A3ADBD"
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/icons/XCircleIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const XCircleIcon = (props: SVGProps<SVGSVGElement>) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M16.207 14.793C16.2998 14.8858 16.3735 14.9961 16.4237 15.1174C16.474 15.2387 16.4998 15.3687 16.4998 15.5C16.4998 15.6313 16.474 15.7613 16.4237 15.8826C16.3735 16.0039 16.2998 16.1142 16.207 16.207C16.1142 16.2998 16.0039 16.3735 15.8826 16.4237C15.7613 16.474 15.6313 16.4998 15.5 16.4998C15.3687 16.4998 15.2387 16.474 15.1174 16.4237C14.9961 16.3735 14.8858 16.2998 14.793 16.207L12 13.414L9.207 16.207C9.11435 16.3002 9.00419 16.3741 8.88285 16.4246C8.76152 16.4751 8.63141 16.501 8.5 16.501C8.36859 16.501 8.23848 16.4751 8.11715 16.4246C7.99581 16.3741 7.88565 16.3002 7.793 16.207C7.70005 16.1142 7.62632 16.004 7.57601 15.8827C7.5257 15.7614 7.4998 15.6313 7.4998 15.5C7.4998 15.3687 7.5257 15.2386 7.57601 15.1173C7.62632 14.996 7.70005 14.8858 7.793 14.793L10.586 12L7.793 9.207C7.70016 9.11415 7.62651 9.00393 7.57626 8.88263C7.52601 8.76132 7.50015 8.6313 7.50015 8.5C7.50015 8.3687 7.52601 8.23868 7.57626 8.11737C7.62651 7.99607 7.70016 7.88584 7.793 7.793C7.88584 7.70016 7.99607 7.62651 8.11737 7.57626C8.23868 7.52601 8.3687 7.50015 8.5 7.50015C8.6313 7.50015 8.76132 7.52601 8.88263 7.57626C9.00393 7.62651 9.11415 7.70016 9.207 7.793L12 10.586L14.793 7.793C14.8858 7.70016 14.9961 7.62651 15.1174 7.57626C15.2387 7.52601 15.3687 7.50015 15.5 7.50015C15.6313 7.50015 15.7613 7.52601 15.8826 7.57626C16.0039 7.62651 16.1142 7.70016 16.207 7.793C16.2998 7.88584 16.3735 7.99607 16.4237 8.11737C16.474 8.23868 16.4998 8.3687 16.4998 8.5C16.4998 8.6313 16.474 8.76132 16.4237 8.88263C16.3735 9.00393 16.2998 9.11415 16.207 9.207L13.414 12L16.207 14.793ZM12 1C5.925 1 1 5.925 1 12C1 18.075 5.925 23 12 23C18.075 23 23 18.075 23 12C23 5.925 18.075 1 12 1Z"
fill="#293342"
/>
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/src/icons/XIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ export const XIcon = (props: SVGProps<SVGSVGElement>) => {
<path
d="M8 7.5L25 24.5"
stroke="#A3ADBD"
stroke-width="3"
stroke-linecap="round"
strokeWidth="3"
strokeLinecap="round"
/>
<path
d="M25 7.5L8 24.5"
stroke="#A3ADBD"
stroke-width="3"
stroke-linecap="round"
strokeWidth="3"
strokeLinecap="round"
/>
</svg>
);
Expand Down

0 comments on commit 3002b1e

Please sign in to comment.