Skip to content

Commit

Permalink
fix(release-icons): fix icons color
Browse files Browse the repository at this point in the history
  • Loading branch information
melissafalcao committed Jun 9, 2022
1 parent 0090705 commit f7df051
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 40 deletions.
56 changes: 37 additions & 19 deletions src/components/icons/added-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,51 @@ const AddedIcon = (props: IconProps) => (
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="8" cy="8.99805" r="8" fill="#E6F2E6" />
<circle cx="8" cy="8" r="8" fill="#DFF1E0" />
<g clipPath="url(#clip0_2354_76889)">
<path
d="M4.3335 8.99805H11.6668"
stroke="#79A479"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
d="M4.33398 8H11.6673"
stroke="#38853C"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M8.00049 5.33203V12.6654"
stroke="#79A479"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
d="M8 4.33594V11.6693"
stroke="#38853C"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M3.93359 8.99831C3.93359 8.77739 4.11268 8.59831 4.33359 8.59831H11.6669C11.8878 8.59831 12.0669 8.77739 12.0669 8.99831C12.0669 9.21922 11.8878 9.39831 11.6669 9.39831H4.33359C4.11268 9.39831 3.93359 9.21922 3.93359 8.99831Z"
fill="#79A479"
fill-rule="evenodd"
clip-rule="evenodd"
d="M3.93359 8.00026C3.93359 7.77935 4.11268 7.60026 4.33359 7.60026H11.6669C11.8878 7.60026 12.0669 7.77935 12.0669 8.00026C12.0669 8.22117 11.8878 8.40026 11.6669 8.40026H4.33359C4.11268 8.40026 3.93359 8.22117 3.93359 8.00026Z"
fill="#38853C"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.00026 4.93164C8.22117 4.93164 8.40026 5.11073 8.40026 5.33164V12.665C8.40026 12.8859 8.22117 13.065 8.00026 13.065C7.77935 13.065 7.60026 12.8859 7.60026 12.665V5.33164C7.60026 5.11073 7.77935 4.93164 8.00026 4.93164Z"
fill="#79A479"
fill-rule="evenodd"
clip-rule="evenodd"
d="M8.00026 3.93359C8.22117 3.93359 8.40026 4.11268 8.40026 4.33359V11.6669C8.40026 11.8878 8.22117 12.0669 8.00026 12.0669C7.77935 12.0669 7.60026 11.8878 7.60026 11.6669V4.33359C7.60026 4.11268 7.77935 3.93359 8.00026 3.93359Z"
fill="#38853C"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M3.93359 8.00026C3.93359 7.77935 4.11268 7.60026 4.33359 7.60026H11.6669C11.8878 7.60026 12.0669 7.77935 12.0669 8.00026C12.0669 8.22117 11.8878 8.40026 11.6669 8.40026H4.33359C4.11268 8.40026 3.93359 8.22117 3.93359 8.00026Z"
stroke="#38853C"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M8.00026 3.93359C8.22117 3.93359 8.40026 4.11268 8.40026 4.33359V11.6669C8.40026 11.8878 8.22117 12.0669 8.00026 12.0669C7.77935 12.0669 7.60026 11.8878 7.60026 11.6669V4.33359C7.60026 4.11268 7.77935 3.93359 8.00026 3.93359Z"
stroke="#38853C"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</g>
<defs>
Expand Down
12 changes: 8 additions & 4 deletions src/components/icons/fixed-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ const FixedIcon = (props: IconProps) => (
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="8" cy="8.99805" r="8" fill="#DEECF7" />
<circle cx="8" cy="8" r="8" fill="#DEECF7" />
<path
fillRule="evenodd"
clipRule="evenodd"
d="M12.0201 6.31149C12.2153 6.50676 12.2153 6.82334 12.02 7.0186L7.35338 11.6851C7.15813 11.8803 6.84156 11.8803 6.6463 11.6851L4.31297 9.35194C4.1177 9.15669 4.11768 8.84011 4.31293 8.64483C4.50819 8.44956 4.82477 8.44955 5.02004 8.6448L6.99983 10.6244L11.313 6.31148C11.5082 6.11622 11.8248 6.11623 12.0201 6.31149Z"
fill-rule="evenodd"
clip-rule="evenodd"
d="M12.0206 5.31442C12.2158 5.50969 12.2158 5.82627 12.0205 6.02153L7.35387 10.688C7.15861 10.8832 6.84205 10.8832 6.64679 10.688L4.31345 8.35487C4.11818 8.15962 4.11817 7.84304 4.31342 7.64776C4.50868 7.45249 4.82526 7.45248 5.02053 7.64773L7.00032 9.62734L11.3134 5.31441C11.5087 5.11915 11.8253 5.11916 12.0206 5.31442Z"
fill="#2953B2"
stroke="#2953B2"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</Icon>
)
Expand Down
12 changes: 6 additions & 6 deletions src/components/icons/improved-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ const ImprovedIcon = (props: IconProps) => (
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="8" cy="8" r="8" fill="#FFF2D4" />
<circle cx="8.5" cy="8" r="8" fill="#FFEBD7" />
<path
d="M12 10L7.99511 6L4 10"
stroke="#FFB100"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
d="M12.5 10L8.49511 6L4.5 10"
stroke="#D56A00"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</Icon>
)
Expand Down
22 changes: 11 additions & 11 deletions src/components/icons/removed-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ const RemovedIcon = (props: IconProps) => (
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="8" cy="8" r="8" fill="#FDEFEF" />
<circle cx="8.5" cy="8" r="8" fill="#F8E3E3" />
<path
d="M5.3335 5.33325L10.6668 10.6666"
stroke="#DC5A41"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
d="M5.83203 5.33594L11.1654 10.6693"
stroke="#CC3D3D"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M10.6668 5.33325L5.3335 10.6666"
stroke="#DC5A41"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
d="M11.1654 5.33594L5.83203 10.6693"
stroke="#CC3D3D"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</Icon>
)
Expand Down

0 comments on commit f7df051

Please sign in to comment.