diff --git a/changes/15996-fix-svg-fill-empty-members b/changes/15996-fix-svg-fill-empty-members new file mode 100644 index 000000000..69bf59b47 --- /dev/null +++ b/changes/15996-fix-svg-fill-empty-members @@ -0,0 +1 @@ +- Fix missing empty members svg by fixing svg ids diff --git a/frontend/components/graphics/CollectingResults.tsx b/frontend/components/graphics/CollectingResults.tsx index 0df9824b3..ef19cfe96 100644 --- a/frontend/components/graphics/CollectingResults.tsx +++ b/frontend/components/graphics/CollectingResults.tsx @@ -9,7 +9,7 @@ const CollectingResults = () => { xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 126" > - + { /> - + diff --git a/frontend/components/graphics/EmptyMembers.tsx b/frontend/components/graphics/EmptyMembers.tsx index ec9f4b183..6f57cacd0 100644 --- a/frontend/components/graphics/EmptyMembers.tsx +++ b/frontend/components/graphics/EmptyMembers.tsx @@ -8,12 +8,12 @@ const EmptyMembers = () => { height="150" fill="none" > - + - + { /> - + { height="176" fill="none" > - + - + { d="M162.5 48c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24Z" /> { > - + - + { height="176" fill="none" > - + { d="M162 48c13.255 0 24-10.745 24-24S175.255 0 162 0s-24 10.745-24 24 10.745 24 24 24Z" /> { > - + { d="m165.608 19.313-5.056 5.606-3.318-2.156c-.474-.288-.948-.288-1.264.143-.316.432-.316.863.158 1.15l4.74 3.163 6.162-6.9c.316-.431.316-.863-.158-1.15-.316-.288-.948-.288-1.264.144Z" /> - + { /> - + { fill="none" viewBox="0 0 322 176" > - + - + { > - + { result="shape" /> - + diff --git a/frontend/components/graphics/EmptySchedule.tsx b/frontend/components/graphics/EmptySchedule.tsx index 5fc9a6cd5..6d765d9b6 100644 --- a/frontend/components/graphics/EmptySchedule.tsx +++ b/frontend/components/graphics/EmptySchedule.tsx @@ -8,12 +8,12 @@ const EmptySchedule = () => { height="176" fill="none" > - + - + { d="M162.5 48c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24Z" /> { > - + - + { return ( - + { /> - + diff --git a/frontend/components/graphics/EmptyTeams.tsx b/frontend/components/graphics/EmptyTeams.tsx index 43b005c20..34ee84a60 100644 --- a/frontend/components/graphics/EmptyTeams.tsx +++ b/frontend/components/graphics/EmptyTeams.tsx @@ -8,12 +8,12 @@ const EmptyTeams = () => { height="150" fill="none" > - + - + { /> - + { return ( - + - + @@ -27,10 +27,10 @@ const FileConfigurationProfile = () => { /> - + - + diff --git a/frontend/components/graphics/FileP7m.tsx b/frontend/components/graphics/FileP7m.tsx index 92df721f2..5c182a14e 100644 --- a/frontend/components/graphics/FileP7m.tsx +++ b/frontend/components/graphics/FileP7m.tsx @@ -3,7 +3,7 @@ import React from "react"; const FileP7m = () => { return ( - + { /> - + diff --git a/frontend/components/graphics/FilePdf.tsx b/frontend/components/graphics/FilePdf.tsx index 537121ace..a0e164800 100644 --- a/frontend/components/graphics/FilePdf.tsx +++ b/frontend/components/graphics/FilePdf.tsx @@ -45,11 +45,6 @@ const FilePdf = () => { rx={1.75} /> - - - - - ); }; diff --git a/frontend/components/graphics/FilePem.tsx b/frontend/components/graphics/FilePem.tsx index bf4cbc803..83aec4829 100644 --- a/frontend/components/graphics/FilePem.tsx +++ b/frontend/components/graphics/FilePem.tsx @@ -3,7 +3,7 @@ import React from "react"; const FilePem = () => { return ( - + { /> - + diff --git a/frontend/components/graphics/FilePkg.tsx b/frontend/components/graphics/FilePkg.tsx index a839e127d..a44a988ef 100644 --- a/frontend/components/graphics/FilePkg.tsx +++ b/frontend/components/graphics/FilePkg.tsx @@ -3,14 +3,14 @@ import React from "react"; const FilePkg = () => { return ( - + - + { /> - + - + diff --git a/frontend/components/graphics/FilePy.tsx b/frontend/components/graphics/FilePy.tsx index f8269b824..882a05ddb 100644 --- a/frontend/components/graphics/FilePy.tsx +++ b/frontend/components/graphics/FilePy.tsx @@ -3,7 +3,7 @@ import React from "react"; const FilePy = () => { return ( - + { /> - + diff --git a/frontend/components/graphics/FileScript.tsx b/frontend/components/graphics/FileScript.tsx index dcdadede2..350713ef8 100644 --- a/frontend/components/graphics/FileScript.tsx +++ b/frontend/components/graphics/FileScript.tsx @@ -3,7 +3,7 @@ import React from "react"; const FileScript = () => { return ( - + { strokeWidth={0.5} d="M24.5.334v5.667c0 .736.597 1.333 1.333 1.333h6" /> - + { - + - + diff --git a/frontend/components/graphics/FileSh.tsx b/frontend/components/graphics/FileSh.tsx index ed4fb3421..40da7eefd 100644 --- a/frontend/components/graphics/FileSh.tsx +++ b/frontend/components/graphics/FileSh.tsx @@ -3,7 +3,7 @@ import React from "react"; const FileSh = () => { return ( - + { /> - + diff --git a/frontend/components/icons/Pencil.tsx b/frontend/components/icons/Pencil.tsx index 4f5f38479..d5c7e43f9 100644 --- a/frontend/components/icons/Pencil.tsx +++ b/frontend/components/icons/Pencil.tsx @@ -17,19 +17,12 @@ const Pencil = ({ color = "core-fleet-blue", size = "medium" }: IPencil) => { xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" > - - - - - - - - + ); }; diff --git a/frontend/components/icons/Profile.tsx b/frontend/components/icons/Profile.tsx index 3d1d7989d..d678ffb16 100644 --- a/frontend/components/icons/Profile.tsx +++ b/frontend/components/icons/Profile.tsx @@ -3,14 +3,14 @@ import React from "react"; const Profile = () => { return ( - + - + @@ -27,10 +27,10 @@ const Profile = () => { /> - + - + diff --git a/frontend/pages/SoftwarePage/components/icons/Chrome.tsx b/frontend/pages/SoftwarePage/components/icons/Chrome.tsx index 4a4df76d3..c356dc9c3 100644 --- a/frontend/pages/SoftwarePage/components/icons/Chrome.tsx +++ b/frontend/pages/SoftwarePage/components/icons/Chrome.tsx @@ -9,10 +9,10 @@ const Chrome = (props: SVGProps) => ( stroke="#E2E4EA" d="M.5 8A7.5 7.5 0 0 1 8 .5h16A7.5 7.5 0 0 1 31.5 8v16a7.5 7.5 0 0 1-7.5 7.5H8A7.5 7.5 0 0 1 .5 24z" /> - + ) => ( d="M16 20.75a4.75 4.75 0 1 0 0-9.5 4.75 4.75 0 0 0 0 9.5" /> ) => ( ) => ( ) => ( - + diff --git a/frontend/pages/SoftwarePage/components/icons/Firefox.tsx b/frontend/pages/SoftwarePage/components/icons/Firefox.tsx index be5594c4e..f4206a449 100644 --- a/frontend/pages/SoftwarePage/components/icons/Firefox.tsx +++ b/frontend/pages/SoftwarePage/components/icons/Firefox.tsx @@ -9,7 +9,7 @@ const Firefox = (props: SVGProps) => ( stroke="#E2E4EA" d="M.5 8A7.5 7.5 0 0 1 8 .5h16A7.5 7.5 0 0 1 31.5 8v16a7.5 7.5 0 0 1-7.5 7.5H8A7.5 7.5 0 0 1 .5 24z" /> - + ) => ( - + diff --git a/frontend/pages/SoftwarePage/components/icons/Slack.tsx b/frontend/pages/SoftwarePage/components/icons/Slack.tsx index 3b6aac63d..992bb1672 100644 --- a/frontend/pages/SoftwarePage/components/icons/Slack.tsx +++ b/frontend/pages/SoftwarePage/components/icons/Slack.tsx @@ -9,7 +9,11 @@ const Slack = (props: SVGProps) => ( stroke="#E2E4EA" d="M.5 8A7.5 7.5 0 0 1 8 .5h16A7.5 7.5 0 0 1 31.5 8v16a7.5 7.5 0 0 1-7.5 7.5H8A7.5 7.5 0 0 1 .5 24z" /> - + ) => ( /> - + diff --git a/frontend/pages/SoftwarePage/components/icons/VisualStudioCode.tsx b/frontend/pages/SoftwarePage/components/icons/VisualStudioCode.tsx index ac089803e..1c209468e 100644 --- a/frontend/pages/SoftwarePage/components/icons/VisualStudioCode.tsx +++ b/frontend/pages/SoftwarePage/components/icons/VisualStudioCode.tsx @@ -9,7 +9,7 @@ const VisualStudioCode = (props: SVGProps) => ( stroke="#E2E4EA" d="M.5 8A7.5 7.5 0 0 1 8 .5h16A7.5 7.5 0 0 1 31.5 8v16a7.5 7.5 0 0 1-7.5 7.5H8A7.5 7.5 0 0 1 .5 24z" /> - + ) => ( /> - +