diff --git a/changes/31845-add-new-firefox-icon b/changes/31845-add-new-firefox-icon new file mode 100644 index 0000000000..8e0272a7be --- /dev/null +++ b/changes/31845-add-new-firefox-icon @@ -0,0 +1 @@ +* Replaced outdated Firefox icon with a new one that follows brand guidelines diff --git a/frontend/pages/SoftwarePage/components/icons/Firefox.tsx b/frontend/pages/SoftwarePage/components/icons/Firefox.tsx index 6bd84c738c..6dc37e4c1b 100644 --- a/frontend/pages/SoftwarePage/components/icons/Firefox.tsx +++ b/frontend/pages/SoftwarePage/components/icons/Firefox.tsx @@ -4,117 +4,111 @@ import { uniqueId } from "lodash"; import type { SVGProps } from "react"; const Firefox = (props: SVGProps) => { - const clipPathId = uniqueId("clip-path-"); - const fillPathB = uniqueId("firefox_svg__b"); - const fillPathC = uniqueId("firefox_svg__c"); - const fillPathD = uniqueId("firefox_svg__d"); - const fillPathE = uniqueId("firefox_svg__e"); - const fillPathF = uniqueId("firefox_svg__f"); - const fillPathG = uniqueId("firefox_svg__g"); - const fillPathH = uniqueId("firefox_svg__h"); - const fillPathI = uniqueId("firefox_svg__i"); - const fillPathJ = uniqueId("firefox_svg__j"); - const fillPathK = uniqueId("firefox_svg__k"); - const fillPathL = uniqueId("firefox_svg__l"); - const fillPathM = uniqueId("firefox_svg__m"); - const fillPathN = uniqueId("firefox_svg__n"); - const fillPathO = uniqueId("firefox_svg__o"); + const fillPathB = uniqueId("paint0_linear_440_1866"); + const fillPathC = uniqueId("paint1_radial_440_1866"); + const fillPathD = uniqueId("paint2_radial_440_1866"); + const fillPathE = uniqueId("paint3_radial_440_1866"); + const fillPathF = uniqueId("paint4_radial_440_1866"); + const fillPathG = uniqueId("paint5_radial_440_1866"); + const fillPathH = uniqueId("paint6_radial_440_1866"); + const fillPathI = uniqueId("paint7_radial_440_1866"); + const fillPathJ = uniqueId("paint8_radial_440_1866"); + const fillPathK = uniqueId("paint9_radial_440_1866"); + const fillPathL = uniqueId("paint10_radial_440_1866"); + const fillPathM = uniqueId("#paint11_linear_440_1866"); return ( - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + - - - - - - - - + + + + + + + + + + + + ) => { cy="0" r="1" gradientUnits="userSpaceOnUse" - gradientTransform="rotate(5.67 -152.86 252.646) scale(7.97377)" + gradientTransform="translate(318.193 -126.387) scale(882.276 1497.88)" > - - - + + ) => { cy="0" r="1" gradientUnits="userSpaceOnUse" - gradientTransform="rotate(5.67 -75.297 249.185) scale(13.3156)" + gradientTransform="translate(275.964 1418.22) scale(1167.49 1279.58)" > - - - - - - - - + + + ) => { cy="0" r="1" gradientUnits="userSpaceOnUse" - gradientTransform="rotate(5.67 -200.873 262.03) scale(12.2185)" + gradientTransform="translate(555.815 431.54) scale(619.935 754.951)" > - - - + + ) => { cy="0" r="1" gradientUnits="userSpaceOnUse" - gradientTransform="translate(21.943 13.61) scale(19.0773)" + gradientTransform="translate(680.652 -313.962) scale(928.154 931.453)" > - - - - - - - - - + + ) => { cy="0" r="1" gradientUnits="userSpaceOnUse" - gradientTransform="translate(20.508 4.031) scale(22.5269)" + gradientTransform="translate(2070.96 -840.899) scale(4431.21 3719.76)" > - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - );