Skip to content

Commit

Permalink
feat: Added camelCase strokeMiterLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Nov 19, 2024
1 parent a372a8c commit 806d9ff
Showing 1 changed file with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,26 +75,21 @@ export const PlanCancelIllustration = () => {
d="M244.746 26.6296C247.86 24.5862 251.486 23.4059 255.237 23.215C258.987 23.0241 262.72 23.8299 266.036 25.5461C269.352 27.2622 272.125 29.824 274.059 32.957C275.993 36.09 277.015 39.6761 277.015 43.3311C277.015 44.8521 277.344 48.5626 277.015 49.9865"
stroke="#35008B"
strokeWidth="3"
stroke-miterlimit="10"
strokeMiterlimit="10"
/>
<path
d="M268.273 59.7774C264.777 62.1799 260.602 63.4692 256.323 63.4678C252.043 63.4664 247.869 62.1745 244.375 59.7697C240.881 57.3649 238.239 53.9655 236.811 50.0391C235.383 46.1126 235.241 41.8522 236.403 37.8438"
stroke="#35008B"
strokeWidth="3"
stroke-miterlimit="10"
strokeMiterlimit="10"
/>
<path
d="M269.488 42.5039L275.772 50.8784L284.104 43.8328"
stroke="#35008B"
strokeWidth="3"
stroke-miterlimit="10"
/>
<path
d="M228.371 43.1407L237.17 37.293L242.602 46.6441"
stroke="#35008B"
strokeWidth="3"
stroke-miterlimit="10"
strokeMiterlimit="10"
/>
<path d="M228.371 43.1407L237.17 37.293L242.602 46.6441" stroke="#35008B" strokeWidth="3" strokeMiterlimit="10" />
<path
d="M25.5781 52.2147C26.5575 47.0665 29.0393 42.3017 32.727 38.4897C36.4148 34.6778 41.1524 31.98 46.3736 30.7188"
fill="white"
Expand All @@ -108,7 +103,7 @@ export const PlanCancelIllustration = () => {
d="M25.5781 52.2147C26.5575 47.0665 29.0393 42.3017 32.727 38.4897C36.4148 34.6778 41.1524 31.98 46.3736 30.7188"
stroke="#35008B"
strokeWidth="4"
stroke-miterlimit="10"
strokeMiterlimit="10"
/>
<path
d="M6.94922 49.2369C8.46875 40.8686 12.3607 33.08 18.186 26.7496C24.0114 20.4193 31.5383 15.7991 39.9179 13.4102"
Expand All @@ -123,7 +118,7 @@ export const PlanCancelIllustration = () => {
d="M6.94922 49.2369C8.46875 40.8686 12.3607 33.08 18.186 26.7496C24.0114 20.4193 31.5383 15.7991 39.9179 13.4102"
stroke="#35008B"
strokeWidth="4"
stroke-miterlimit="10"
strokeMiterlimit="10"
/>
<path
d="M185.07 120.217C186.097 120.217 187.101 120.513 187.954 121.069C188.808 121.624 189.473 122.413 189.866 123.336C190.259 124.259 190.361 125.274 190.161 126.254C189.961 127.234 189.467 128.134 188.741 128.841C188.015 129.547 187.09 130.028 186.083 130.223C185.076 130.418 184.033 130.318 183.084 129.936C182.136 129.554 181.325 128.906 180.755 128.075C180.184 127.245 179.88 126.268 179.88 125.269C179.882 123.93 180.429 122.646 181.402 121.699C182.375 120.752 183.694 120.219 185.07 120.217ZM185.07 119.297C183.857 119.297 182.67 119.647 181.661 120.303C180.652 120.96 179.865 121.893 179.401 122.984C178.936 124.075 178.815 125.276 179.052 126.435C179.288 127.593 179.873 128.657 180.731 129.493C181.589 130.328 182.683 130.897 183.873 131.127C185.064 131.358 186.298 131.239 187.419 130.787C188.54 130.335 189.499 129.57 190.173 128.588C190.847 127.605 191.207 126.451 191.207 125.269C191.207 124.485 191.048 123.708 190.74 122.984C190.432 122.259 189.98 121.601 189.41 121.046C188.84 120.492 188.163 120.052 187.419 119.752C186.674 119.451 185.876 119.297 185.07 119.297Z"
Expand Down

0 comments on commit 806d9ff

Please sign in to comment.