Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: svg props #2056

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/shoreline/src/icons/chat-circle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ export const IconChatCircle = forwardRef<
<path
d="M6.24452 16.4929C7.81994 17.4047 9.67318 17.7125 11.4587 17.3588C13.2443 17.0051 14.8403 16.0141 15.9491 14.5706C17.058 13.1271 17.604 11.3295 17.4854 9.51317C17.3669 7.69679 16.5918 5.98552 15.3047 4.69842C14.0176 3.41131 12.3063 2.63622 10.4899 2.51765C8.67355 2.39908 6.87604 2.94512 5.43253 4.05398C3.98901 5.16283 2.99803 6.75882 2.64433 8.54436C2.29063 10.3299 2.59836 12.1832 3.51015 13.7586L2.5328 16.6765C2.49608 16.7867 2.49075 16.9048 2.51741 17.0178C2.54407 17.1308 2.60168 17.2341 2.68376 17.3162C2.76584 17.3983 2.86917 17.4559 2.98215 17.4826C3.09513 17.5092 3.21331 17.5039 3.32343 17.4672L6.24452 16.4929Z"
stroke="#1F1F1F"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M4.97564 3.45921C6.5635 2.23946 8.54076 1.63881 10.5388 1.76924C12.5368 1.89967 14.4192 2.75227 15.835 4.16809C17.2508 5.58391 18.1034 7.4663 18.2339 9.46432C18.3643 11.4623 17.7636 13.4396 16.5439 15.0275C15.3241 16.6153 13.5686 17.7054 11.6045 18.0945C9.75316 18.4612 7.83571 18.1815 6.17037 17.3083L3.56071 18.1786C3.31844 18.2594 3.05844 18.2712 2.80989 18.2125C2.56133 18.1538 2.33402 18.0271 2.15343 17.8465C1.97284 17.666 1.84612 17.4386 1.78746 17.1901C1.7288 16.9415 1.74053 16.6815 1.82132 16.4393L2.69453 13.8322C1.82152 12.167 1.54194 10.2497 1.90863 8.39863C2.29769 6.43453 3.38778 4.67895 4.97564 3.45921ZM10.4411 3.26606C8.80633 3.15934 7.18857 3.65078 5.88941 4.64875C4.59025 5.64672 3.69836 7.08311 3.38003 8.6901C3.06171 10.2971 3.33866 11.965 4.15927 13.3829C4.26706 13.5691 4.28966 13.7927 4.22132 13.9968L3.32379 16.6764L6.00724 15.7815C6.21106 15.7135 6.43425 15.7362 6.62021 15.8438C8.03808 16.6644 9.706 16.9414 11.313 16.6231C12.92 16.3047 14.3564 15.4128 15.3543 14.1137C16.3523 12.8145 16.8438 11.1968 16.737 9.56203C16.6303 7.92729 15.9327 6.38714 14.7743 5.22875C13.616 4.07035 12.0758 3.37277 10.4411 3.26606Z"
fill="#1F1F1F"
/>
Expand Down
22 changes: 11 additions & 11 deletions packages/shoreline/src/icons/counter-clockwise.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ export const IconCounterClockwise = forwardRef<
<path
d="M10 6.25V10L13.125 11.875"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5.625 8.125H2.5V5"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5.28125 15.0001C6.26404 15.9274 7.49832 16.5446 8.82987 16.7745C10.1614 17.0044 11.5312 16.8368 12.768 16.2927C14.0049 15.7486 15.054 14.852 15.7842 13.7151C16.5144 12.5781 16.8934 11.2512 16.8739 9.9001C16.8543 8.54899 16.437 7.23361 15.6741 6.11831C14.9112 5.00301 13.8366 4.13725 12.5845 3.6292C11.3324 3.12115 9.9583 2.99335 8.63397 3.26175C7.30964 3.53016 6.09377 4.18287 5.13828 5.13834C4.21875 6.06959 3.45937 6.94771 2.5 8.12506"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M12.2779 4.32393C11.1624 3.8713 9.93823 3.75744 8.75837 3.99656C7.57929 4.23553 6.4967 4.81644 5.6457 5.66677C5.09272 6.22688 4.59816 6.76815 4.07685 7.375H5.6005C6.01471 7.375 6.3505 7.71079 6.3505 8.125C6.3505 8.53921 6.01471 8.875 5.6005 8.875H2.4755C2.26161 8.875 2.06864 8.78547 1.93201 8.64184C1.8799 8.58721 1.83744 8.52619 1.80486 8.46114C1.76409 8.37997 1.73763 8.29037 1.72878 8.19566C1.72616 8.16807 1.72506 8.14033 1.72549 8.11259V5C1.72549 4.58579 2.06128 4.25 2.4755 4.25C2.88971 4.25 3.2255 4.58579 3.2255 5V6.06757C3.66527 5.5665 4.10114 5.09611 4.58002 4.61112L4.58338 4.60776C5.64311 3.54806 6.99162 2.82414 8.46042 2.52645C9.92922 2.22877 11.4532 2.37052 12.8419 2.93399C14.2306 3.49746 15.4224 4.45766 16.2685 5.69463C17.1147 6.9316 17.5775 8.39048 17.5992 9.88898C17.6209 11.3875 17.2006 12.8592 16.3907 14.1201C15.5808 15.3811 14.4173 16.3755 13.0455 16.979C11.6737 17.5825 10.1545 17.7683 8.67769 17.5133C7.20088 17.2584 5.83195 16.5738 4.74195 15.5453C4.44069 15.261 4.42691 14.7863 4.71119 14.4851C4.99547 14.1838 5.47014 14.17 5.7714 14.4543C6.64698 15.2805 7.74661 15.8304 8.9329 16.0352C10.1192 16.24 11.3395 16.0907 12.4415 15.606C13.5434 15.1212 14.478 14.3224 15.1286 13.3095C15.7792 12.2966 16.1168 11.1144 16.0994 9.91073C16.0819 8.70701 15.7101 7.53513 15.0305 6.54149C14.3508 5.54786 13.3934 4.77655 12.2779 4.32393ZM10.75 6.25C10.75 5.83579 10.4142 5.5 10 5.5C9.58579 5.5 9.25 5.83579 9.25 6.25V10C9.25 10.2634 9.38823 10.5076 9.61413 10.6431L12.7391 12.5181C13.0943 12.7312 13.555 12.6161 13.7681 12.2609C13.9812 11.9057 13.8661 11.445 13.5109 11.2319L10.75 9.57536V6.25Z"
fill="currentColor"
/>
Expand Down
Loading