Skip to content
Snippets Groups Projects
Commit 0181ff95 authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

Optimize SVGs

Issue: GREG-72
parent 4756242a
No related branches found
No related tags found
1 merge request!97Greg 72 nicer footer and header
Pipeline #96120 passed
......@@ -42,8 +42,6 @@ function UserProvider(props: UserProviderProps) {
}
useEffect(() => {
// Try to get the user from sessionStorage
if (!user.auth && !user.fetched) {
getUserInfo()
}
......
<?xml version="1.0" encoding="UTF-8"?>
<svg height="100%" width="100%" viewBox="0 0 128 56" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>04_UiO_forkortelse_NO_pos</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="04_UiO_forkortelse_NO_pos" fill="#ffffff" fill-rule="nonzero">
<g id="Group" transform="translate(0.000000, 4.000000)">
<path d="M0.99,2.8 L0.99,1.58 L23.77,1.58 L23.77,2.8 C17.17,3.62 17.04,4.43 17.04,11.57 L17.04,31.22 C17.04,41.89 20.64,47.88 29.89,47.88 C39.89,47.88 43.29,40.88 43.49,30.68 L43.49,11.5 C43.49,4.5 43.35,3.61 36.76,2.8 L36.76,1.58 L53.42,1.58 L53.42,2.8 C46.82,3.62 46.69,4.5 46.69,11.5 L46.69,30.54 C46.69,45.29 39.82,51.75 27.65,51.75 C14.12,51.75 7.73,44.75 7.73,32.17 L7.73,11.57 C7.73,4.57 7.59,3.62 0.99,2.8 Z" id="Path"></path>
<path d="M68.24,41.08 C68.24,48.08 68.31,49.04 73.68,49.65 L73.68,50.87 L54.23,50.87 L54.23,49.65 C59.6,49.04 59.67,48.09 59.67,41.08 L59.67,26.8 C59.67,19.59 59.19,19.52 54.23,19.39 L54.23,18.23 L68.44,13.67 C68.37,17.27 68.24,21.76 68.24,28.7 L68.24,41.08 Z" id="Path"></path>
<path d="M101.63,0.22 C114.96,0.22 127.54,9.2 127.54,25.99 C127.54,42.78 114.96,51.76 101.63,51.76 C88.3,51.76 75.72,42.78 75.72,25.99 C75.73,9.19 88.3,0.22 101.63,0.22 Z M101.63,2.73 C92.25,2.73 86.13,11.64 86.13,25.98 C86.13,40.33 92.25,49.23 101.63,49.23 C111.01,49.23 117.13,40.32 117.13,25.98 C117.13,11.64 111.01,2.73 101.63,2.73 Z" id="Shape"></path>
</g>
<path d="M57.98,5.51 C57.98,2.52 60.5,0.14 63.56,0.14 C66.69,0.14 69.14,2.52 69.14,5.51 C69.14,8.57 66.69,11.02 63.56,11.02 C60.49,11.02 57.98,8.57 57.98,5.51 Z" id="Path"></path>
</g>
</g>
</svg>
<svg viewBox="0 0 128 56" xmlns="http://www.w3.org/2000/svg"><g fill="#fff" fill-rule="nonzero"><path d="M.99 6.8V5.58h22.78V6.8c-6.6.82-6.73 1.63-6.73 8.77v19.65c0 10.67 3.6 16.66 12.85 16.66 10 0 13.4-7 13.6-17.2V15.5c0-7-.14-7.89-6.73-8.7V5.58h16.66V6.8c-6.6.82-6.73 1.7-6.73 8.7v19.04c0 14.75-6.87 21.21-19.04 21.21-13.53 0-19.92-7-19.92-19.58v-20.6c0-7-.14-7.95-6.74-8.77ZM68.24 45.08c0 7 .07 7.96 5.44 8.57v1.22H54.23v-1.22c5.37-.61 5.44-1.56 5.44-8.57V30.8c0-7.21-.48-7.28-5.44-7.41v-1.16l14.21-4.56c-.07 3.6-.2 8.09-.2 15.03v12.38ZM101.63 4.22c13.33 0 25.91 8.98 25.91 25.77s-12.58 25.77-25.91 25.77-25.91-8.98-25.91-25.77c.01-16.8 12.58-25.77 25.91-25.77Zm0 2.51c-9.38 0-15.5 8.91-15.5 23.25 0 14.35 6.12 23.25 15.5 23.25 9.38 0 15.5-8.91 15.5-23.25s-6.12-23.25-15.5-23.25ZM57.98 5.51c0-2.99 2.52-5.37 5.58-5.37 3.13 0 5.58 2.38 5.58 5.37 0 3.06-2.45 5.51-5.58 5.51-3.07 0-5.58-2.45-5.58-5.51Z"/></g></svg>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment