first commit
This commit is contained in:
21
services/web/frontend/js/shared/svgs/ai-sparkle-text.svg
Normal file
21
services/web/frontend/js/shared/svgs/ai-sparkle-text.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2673_2754)">
|
||||
<path d="M11.894 9.3478C8.10162 8.49142 7.51419 7.90399 6.65781 4.11161C6.61857 3.93828 6.46429 3.81485 6.286 3.81485C6.10772 3.81485 5.95343 3.93828 5.91419 4.11161C5.05743 7.90399 4.47038 8.49142 0.678002 9.3478C0.504288 9.38742 0.380859 9.54133 0.380859 9.71961C0.380859 9.8979 0.504288 10.0518 0.678002 10.0914C4.47038 10.9482 5.05743 11.5356 5.91419 15.3276C5.95343 15.5009 6.10772 15.6244 6.286 15.6244C6.46429 15.6244 6.61857 15.5009 6.65781 15.3276C7.51457 11.5356 8.10162 10.9482 11.894 10.0914C12.0677 10.0518 12.1908 9.8979 12.1908 9.71961C12.1908 9.54133 12.0673 9.38742 11.894 9.3478Z" fill="url(#paint0_linear_2673_2754)"/>
|
||||
<path d="M15.322 3.44343C13.306 2.98819 13.023 2.70514 12.5677 0.689523C12.5281 0.515809 12.3742 0.392761 12.1959 0.392761C12.0176 0.392761 11.8637 0.515809 11.8241 0.689523C11.3689 2.70514 11.0858 2.98819 9.0702 3.44343C8.89648 3.48305 8.77344 3.63695 8.77344 3.81524C8.77344 3.99352 8.89648 4.14743 9.0702 4.18705C11.0858 4.64228 11.3689 4.92533 11.8241 6.94133C11.8637 7.11467 12.0176 7.23809 12.1959 7.23809C12.3742 7.23809 12.5281 7.11467 12.5677 6.94133C13.023 4.92533 13.306 4.64228 15.322 4.18705C15.4953 4.14743 15.6188 3.99352 15.6188 3.81524C15.6188 3.63695 15.4953 3.48305 15.322 3.44343Z" fill="url(#paint1_linear_2673_2754)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_2673_2754" x1="12.1908" y1="3.81485" x2="-1.57528" y2="10.0509" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#214475"/>
|
||||
<stop offset="0.295154" stop-color="#254C84"/>
|
||||
<stop offset="1" stop-color="#6597E0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_2673_2754" x1="15.6188" y1="0.392762" x2="7.63952" y2="4.00726" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#214475"/>
|
||||
<stop offset="0.295154" stop-color="#254C84"/>
|
||||
<stop offset="1" stop-color="#6597E0"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_2673_2754">
|
||||
<rect width="16" height="16" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
46
services/web/frontend/js/shared/svgs/dropbox-logo-black.tsx
Normal file
46
services/web/frontend/js/shared/svgs/dropbox-logo-black.tsx
Normal file
@@ -0,0 +1,46 @@
|
||||
function DropboxLogoBlack({ size = 20 }: { size?: number }) {
|
||||
return (
|
||||
<svg
|
||||
width={size}
|
||||
height={size}
|
||||
viewBox="0 0 20 20"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<g clipPath="url(#clip0_5804_191)">
|
||||
<path
|
||||
d="M5.41651 2.16667L0.833374 5.08661L5.41651 8.00655L10.0004 5.08661L5.41651 2.16667Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M14.5836 2.16667L10.0005 5.08661L14.5836 8.00655L19.1668 5.08661L14.5836 2.16667Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M0.833374 10.9265L5.41651 13.8464L10.0004 10.9265L5.41651 8.00655L0.833374 10.9265Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M14.5836 8.00655L10.0005 10.9265L14.5836 13.8464L19.1668 10.9265L14.5836 8.00655Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M5.4165 14.8198L10.0004 17.7397L14.5836 14.8198L10.0004 11.8998L5.4165 14.8198Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_5804_191">
|
||||
<rect
|
||||
width="18.3333"
|
||||
height="15.573"
|
||||
fill="white"
|
||||
transform="translate(0.833374 2.16667)"
|
||||
/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default DropboxLogoBlack
|
||||
47
services/web/frontend/js/shared/svgs/dropbox-logo.tsx
Normal file
47
services/web/frontend/js/shared/svgs/dropbox-logo.tsx
Normal file
@@ -0,0 +1,47 @@
|
||||
function DropboxLogo({ size = 40 }: { size?: number }) {
|
||||
return (
|
||||
<svg
|
||||
width={size}
|
||||
height={size}
|
||||
viewBox="0 0 40 40"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<rect width="40" height="40" fill="none" />
|
||||
<g clipPath="url(#clip0_10_138)">
|
||||
<path
|
||||
d="M10.8328 4.33334L1.6665 10.1732L10.8328 16.0131L20.0006 10.1732L10.8328 4.33334Z"
|
||||
fill="#0061FF"
|
||||
/>
|
||||
<path
|
||||
d="M29.1668 4.33334L20.0005 10.1732L29.1668 16.0131L38.333 10.1732L29.1668 4.33334Z"
|
||||
fill="#0061FF"
|
||||
/>
|
||||
<path
|
||||
d="M1.6665 21.853L10.8328 27.6929L20.0006 21.853L10.8328 16.0131L1.6665 21.853Z"
|
||||
fill="#0061FF"
|
||||
/>
|
||||
<path
|
||||
d="M29.1668 16.0131L20.0005 21.853L29.1668 27.6929L38.333 21.853L29.1668 16.0131Z"
|
||||
fill="#0061FF"
|
||||
/>
|
||||
<path
|
||||
d="M10.833 29.6395L20.0008 35.4794L29.1671 29.6395L20.0008 23.7996L10.833 29.6395Z"
|
||||
fill="#0061FF"
|
||||
/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_10_138">
|
||||
<rect
|
||||
width="36.6667"
|
||||
height="31.146"
|
||||
fill="white"
|
||||
transform="translate(1.6665 4.33334)"
|
||||
/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default DropboxLogo
|
||||
34
services/web/frontend/js/shared/svgs/facebook-logo.tsx
Normal file
34
services/web/frontend/js/shared/svgs/facebook-logo.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
function FacebookLogo() {
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
height="25"
|
||||
viewBox="0 0 666.66668 666.66717"
|
||||
>
|
||||
<defs>
|
||||
<clipPath id="a" clipPathUnits="userSpaceOnUse">
|
||||
<path d="M0 700h700V0H0Z" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g
|
||||
clipPath="url(#a)"
|
||||
transform="matrix(1.33333 0 0 -1.33333 -133.333 800)"
|
||||
>
|
||||
<path
|
||||
d="M0 0c0 138.071-111.929 250-250 250S-500 138.071-500 0c0-117.245 80.715-215.622 189.606-242.638v166.242h-51.552V0h51.552v32.919c0 85.092 38.508 124.532 122.048 124.532 15.838 0 43.167-3.105 54.347-6.211V81.986c-5.901.621-16.149.932-28.882.932-40.993 0-56.832-15.528-56.832-55.9V0h81.659l-14.028-76.396h-67.631v-171.773C-95.927-233.218 0-127.818 0 0"
|
||||
fill="#0866ff"
|
||||
className="background"
|
||||
transform="translate(600 350)"
|
||||
/>
|
||||
<path
|
||||
d="m0 0 14.029 76.396H-67.63v27.019c0 40.372 15.838 55.899 56.831 55.899 12.733 0 22.981-.31 28.882-.931v69.253c-11.18 3.106-38.509 6.212-54.347 6.212-83.539 0-122.048-39.441-122.048-124.533V76.396h-51.552V0h51.552v-166.242a250.559 250.559 0 0 1 60.394-7.362c10.254 0 20.358.632 30.288 1.831V0Z"
|
||||
className="text"
|
||||
fill="#fff"
|
||||
transform="translate(447.918 273.604)"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default FacebookLogo
|
||||
30
services/web/frontend/js/shared/svgs/git-fork.tsx
Normal file
30
services/web/frontend/js/shared/svgs/git-fork.tsx
Normal file
@@ -0,0 +1,30 @@
|
||||
function GitFork() {
|
||||
return (
|
||||
<svg
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<g clipPath="url(#clip0_5804_193)">
|
||||
<path
|
||||
d="M18.6495 9.20689L10.795 1.35338C10.3431 0.901045 9.60947 0.901045 9.15698 1.35338L7.52609 2.98443L9.59482 5.05317C10.0758 4.89079 10.627 4.99966 11.0102 5.38292C11.3953 5.76856 11.5034 6.32451 11.337 6.80705L13.3309 8.80094C13.8133 8.63471 14.3698 8.74211 14.755 9.12798C15.2935 9.66633 15.2935 10.5387 14.755 11.0772C14.2164 11.6159 13.3441 11.6159 12.8052 11.0772C12.4002 10.672 12.3001 10.077 12.5052 9.5781L10.6457 7.71858L10.6455 12.6119C10.7768 12.6769 10.9007 12.7636 11.0101 12.8726C11.5485 13.4109 11.5485 14.2831 11.0101 14.8222C10.4716 15.3605 9.59883 15.3605 9.06088 14.8222C8.52245 14.2831 8.52245 13.4109 9.06088 12.8726C9.19395 12.7397 9.34792 12.6392 9.51221 12.5718V7.63301C9.34784 7.56591 9.19405 7.46612 9.06079 7.33222C8.65295 6.9247 8.55472 6.32612 8.76388 5.82529L6.72452 3.78561L1.33936 9.17061C0.88688 9.62329 0.88688 10.3569 1.33936 10.8092L9.19336 18.6628C9.64554 19.1151 10.3789 19.1151 10.8317 18.6628L18.6494 10.8463C19.1017 10.3938 19.1017 9.65999 18.6494 9.20756"
|
||||
fill="currentColor"
|
||||
/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_5804_193">
|
||||
<rect
|
||||
width="18"
|
||||
height="18"
|
||||
fill="white"
|
||||
transform="translate(1 1)"
|
||||
/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default GitFork
|
||||
29
services/web/frontend/js/shared/svgs/git-logo-orange.tsx
Normal file
29
services/web/frontend/js/shared/svgs/git-logo-orange.tsx
Normal file
@@ -0,0 +1,29 @@
|
||||
function GitLogoOrange({ size = 40 }: { size?: number }) {
|
||||
return (
|
||||
<svg
|
||||
width={size}
|
||||
height={size}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 92 92"
|
||||
>
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path d="M0 .113h91.887V92H0Zm0 0" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clipPath="url(#a)">
|
||||
<path
|
||||
style={{
|
||||
stroke: 'none',
|
||||
fillRule: 'nonzero',
|
||||
fill: '#f03c2e',
|
||||
fillOpacity: 1,
|
||||
}}
|
||||
d="M90.156 41.965 50.036 1.848a5.918 5.918 0 0 0-8.372 0l-8.328 8.332 10.566 10.566a7.03 7.03 0 0 1 7.23 1.684 7.034 7.034 0 0 1 1.669 7.277l10.187 10.184a7.028 7.028 0 0 1 7.278 1.672 7.04 7.04 0 0 1 0 9.957 7.05 7.05 0 0 1-9.965 0 7.044 7.044 0 0 1-1.528-7.66l-9.5-9.497V59.36a7.04 7.04 0 0 1 1.86 11.29 7.04 7.04 0 0 1-9.957 0 7.04 7.04 0 0 1 0-9.958 7.06 7.06 0 0 1 2.304-1.539V33.926a7.049 7.049 0 0 1-3.82-9.234L29.242 14.272 1.73 41.777a5.925 5.925 0 0 0 0 8.371L41.852 90.27a5.925 5.925 0 0 0 8.37 0l39.934-39.934a5.925 5.925 0 0 0 0-8.371"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default GitLogoOrange
|
||||
29
services/web/frontend/js/shared/svgs/git-logo-white.tsx
Normal file
29
services/web/frontend/js/shared/svgs/git-logo-white.tsx
Normal file
@@ -0,0 +1,29 @@
|
||||
function GitLogoWhite({ size = 40 }: { size?: number }) {
|
||||
return (
|
||||
<svg
|
||||
width={size}
|
||||
height={size}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 92 92"
|
||||
>
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path d="M0 .113h91.887V92H0Zm0 0" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clipPath="url(#a)">
|
||||
<path
|
||||
style={{
|
||||
stroke: 'none',
|
||||
fillRule: 'nonzero',
|
||||
fill: '#fff',
|
||||
fillOpacity: 1,
|
||||
}}
|
||||
d="M90.156 41.965 50.036 1.848a5.918 5.918 0 0 0-8.372 0l-8.328 8.332 10.566 10.566a7.03 7.03 0 0 1 7.23 1.684 7.034 7.034 0 0 1 1.669 7.277l10.187 10.184a7.028 7.028 0 0 1 7.278 1.672 7.04 7.04 0 0 1 0 9.957 7.05 7.05 0 0 1-9.965 0 7.044 7.044 0 0 1-1.528-7.66l-9.5-9.497V59.36a7.04 7.04 0 0 1 1.86 11.29 7.04 7.04 0 0 1-9.957 0 7.04 7.04 0 0 1 0-9.958 7.06 7.06 0 0 1 2.304-1.539V33.926a7.049 7.049 0 0 1-3.82-9.234L29.242 14.272 1.73 41.777a5.925 5.925 0 0 0 0 8.371L41.852 90.27a5.925 5.925 0 0 0 8.37 0l39.934-39.934a5.925 5.925 0 0 0 0-8.371"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default GitLogoWhite
|
||||
48
services/web/frontend/js/shared/svgs/github-logo-black.tsx
Normal file
48
services/web/frontend/js/shared/svgs/github-logo-black.tsx
Normal file
@@ -0,0 +1,48 @@
|
||||
function GithubLogoBlack({ size = 20 }: { size?: number }) {
|
||||
return (
|
||||
<svg
|
||||
width={size}
|
||||
height={size}
|
||||
viewBox="0 0 20 20"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M9.8325 2C5.23119 2 1.5 5.73036 1.5 10.3325C1.5 14.0139 3.88752 17.1373 7.19827 18.239C7.6147 18.3162 7.76759 18.0583 7.76759 17.8382C7.76759 17.6396 7.75986 16.9831 7.75627 16.2869C5.43816 16.7909 4.94902 15.3037 4.94902 15.3037C4.56998 14.3408 4.02384 14.0845 4.02384 14.0845C3.26783 13.5674 4.08083 13.578 4.08083 13.578C4.91756 13.6368 5.35813 14.4368 5.35813 14.4368C6.10131 15.7105 7.30742 15.3422 7.7829 15.1293C7.85783 14.5909 8.07363 14.2232 8.31193 14.0151C6.46117 13.8046 4.51561 13.0899 4.51561 9.89716C4.51561 8.98758 4.84111 8.24413 5.37414 7.6606C5.28763 7.45073 5.00242 6.60324 5.455 5.4555C5.455 5.4555 6.15471 5.23169 7.74689 6.30975C8.41155 6.12513 9.12437 6.03254 9.8325 6.02923C10.5406 6.03254 11.254 6.12513 11.9199 6.30975C13.5103 5.23169 14.209 5.4555 14.209 5.4555C14.6626 6.60324 14.3774 7.45073 14.2909 7.6606C14.8251 8.24413 15.1483 8.98758 15.1483 9.89716C15.1483 13.0977 13.199 13.8022 11.3435 14.0085C11.6424 14.2671 11.9087 14.7742 11.9087 15.5516C11.9087 16.6665 11.8992 17.5638 11.8992 17.8382C11.8992 18.0601 12.0491 18.3198 12.4714 18.2381C15.7805 17.135 18.165 14.0128 18.165 10.3325C18.165 5.73036 14.4344 2 9.8325 2Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M4.65591 13.9635C4.63756 14.0051 4.57243 14.0175 4.51309 13.9891C4.45252 13.9617 4.41871 13.9053 4.43831 13.8638C4.45625 13.8213 4.52137 13.8094 4.58181 13.8378C4.64225 13.865 4.67674 13.922 4.65591 13.9635Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M4.99353 14.34C4.95379 14.3769 4.87597 14.3598 4.8234 14.3015C4.76875 14.2434 4.75868 14.1656 4.79897 14.1284C4.83995 14.0915 4.91529 14.1088 4.9698 14.1669C5.02444 14.2256 5.03506 14.3026 4.99353 14.34Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M5.32207 14.8199C5.27102 14.8555 5.1874 14.8222 5.13579 14.7481C5.08474 14.6739 5.08474 14.585 5.13703 14.5494C5.18864 14.5138 5.27102 14.546 5.32331 14.6194C5.37423 14.6947 5.37423 14.7836 5.32207 14.8199Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M5.77213 15.2835C5.72646 15.3339 5.62918 15.3204 5.55798 15.2515C5.48512 15.1845 5.46484 15.0891 5.51051 15.0388C5.55688 14.9883 5.65471 15.0025 5.72646 15.0706C5.79876 15.1377 5.8207 15.2337 5.77213 15.2835Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M6.3931 15.5528C6.37282 15.618 6.27927 15.6475 6.18489 15.6198C6.09064 15.5913 6.02897 15.5149 6.04801 15.449C6.0676 15.3833 6.16171 15.3524 6.25678 15.3821C6.35088 15.4105 6.4127 15.4864 6.3931 15.5528Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M7.075 15.6026C7.07735 15.6713 6.99732 15.7283 6.89824 15.7296C6.79862 15.7318 6.7179 15.6762 6.7168 15.6086C6.7168 15.5392 6.79517 15.4829 6.89466 15.4811C6.99373 15.4791 7.075 15.5345 7.075 15.6026Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M7.70952 15.4947C7.72138 15.5616 7.65253 15.6305 7.55415 15.6488C7.45742 15.6666 7.36787 15.6251 7.35559 15.5587C7.34358 15.49 7.41354 15.4211 7.51027 15.4033C7.60879 15.3862 7.69696 15.4265 7.70952 15.4947Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default GithubLogoBlack
|
||||
49
services/web/frontend/js/shared/svgs/github-logo.tsx
Normal file
49
services/web/frontend/js/shared/svgs/github-logo.tsx
Normal file
@@ -0,0 +1,49 @@
|
||||
function GithubLogo({ size = 40 }: { size?: number }) {
|
||||
return (
|
||||
<svg
|
||||
width={size}
|
||||
height={size}
|
||||
viewBox="0 0 40 40"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<rect width="40" height="40" fill="white" />
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M19.665 4C10.4624 4 3 11.4607 3 20.665C3 28.0278 7.77503 34.2745 14.3965 36.4781C15.2294 36.6324 15.5352 36.1166 15.5352 35.6764C15.5352 35.2793 15.5197 33.9663 15.5125 32.5737C10.8763 33.5818 9.89803 30.6075 9.89803 30.6075C9.13996 28.6815 8.04768 28.169 8.04768 28.169C6.53567 27.1347 8.16166 27.156 8.16166 27.156C9.83511 27.2735 10.7163 28.8736 10.7163 28.8736C12.2026 31.421 14.6148 30.6845 15.5658 30.2587C15.7157 29.1818 16.1473 28.4464 16.6239 28.0302C12.9223 27.6091 9.03122 26.1799 9.03122 19.7943C9.03122 17.9752 9.68223 16.4883 10.7483 15.3212C10.5753 14.9015 10.0048 13.2065 10.91 10.911C10.91 10.911 12.3094 10.4634 15.4938 12.6195C16.8231 12.2503 18.2487 12.0651 19.665 12.0585C21.0813 12.0651 22.508 12.2503 23.8398 12.6195C27.0206 10.4634 28.4181 10.911 28.4181 10.911C29.3252 13.2065 28.7548 14.9015 28.5817 15.3212C29.6503 16.4883 30.2966 17.9752 30.2966 19.7943C30.2966 26.1953 26.398 27.6044 22.6871 28.017C23.2848 28.5342 23.8175 29.5483 23.8175 31.1031C23.8175 33.3329 23.7984 35.1275 23.7984 35.6764C23.7984 36.1202 24.0981 36.6395 24.9428 36.4762C31.561 34.2701 36.33 28.0255 36.33 20.665C36.33 11.4607 28.8687 4 19.665 4Z"
|
||||
fill="#1B1817"
|
||||
/>
|
||||
<path
|
||||
d="M9.31206 27.9271C9.27535 28.0101 9.1451 28.035 9.02643 27.9781C8.90528 27.9235 8.83767 27.8106 8.87686 27.7276C8.91274 27.6426 9.04299 27.6188 9.16386 27.6757C9.28474 27.73 9.35373 27.844 9.31206 27.9271Z"
|
||||
fill="#1B1817"
|
||||
/>
|
||||
<path
|
||||
d="M9.98706 28.68C9.90758 28.7537 9.75193 28.7195 9.64679 28.6031C9.53751 28.4869 9.51736 28.3312 9.59795 28.2567C9.67991 28.183 9.83058 28.2175 9.93959 28.3337C10.0489 28.4513 10.0701 28.6053 9.98706 28.68Z"
|
||||
fill="#1B1817"
|
||||
/>
|
||||
<path
|
||||
d="M10.6441 29.6397C10.542 29.7109 10.3748 29.6444 10.2716 29.4962C10.1695 29.3477 10.1695 29.17 10.2741 29.0988C10.3773 29.0276 10.542 29.0919 10.6466 29.2387C10.7485 29.3894 10.7485 29.5671 10.6441 29.6397Z"
|
||||
fill="#1B1817"
|
||||
/>
|
||||
<path
|
||||
d="M11.5445 30.5671C11.4532 30.6678 11.2586 30.6408 11.1162 30.5031C10.9705 30.3689 10.9299 30.1782 11.0213 30.0775C11.114 29.9765 11.3097 30.0049 11.4532 30.1413C11.5978 30.2754 11.6416 30.4675 11.5445 30.5671Z"
|
||||
fill="#1B1817"
|
||||
/>
|
||||
<path
|
||||
d="M12.786 31.1055C12.7454 31.236 12.5583 31.2951 12.3695 31.2396C12.181 31.1825 12.0577 31.0299 12.0958 30.898C12.135 30.7666 12.3232 30.7048 12.5133 30.7641C12.7015 30.821 12.8251 30.9728 12.786 31.1055Z"
|
||||
fill="#1B1817"
|
||||
/>
|
||||
<path
|
||||
d="M14.15 31.2052C14.1547 31.3427 13.9946 31.4566 13.7965 31.4591C13.5972 31.4635 13.4358 31.3523 13.4336 31.2171C13.4336 31.0783 13.5903 30.9657 13.7893 30.9621C13.9875 30.9583 14.15 31.0689 14.15 31.2052Z"
|
||||
fill="#1B1817"
|
||||
/>
|
||||
<path
|
||||
d="M15.419 30.9894C15.4428 31.1232 15.3051 31.2609 15.1083 31.2976C14.9148 31.3332 14.7357 31.2502 14.7112 31.1174C14.6872 30.98 14.8271 30.8423 15.0205 30.8067C15.2176 30.7725 15.3939 30.853 15.419 30.9894Z"
|
||||
fill="#1B1817"
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default GithubLogo
|
||||
39
services/web/frontend/js/shared/svgs/google-logo.jsx
Normal file
39
services/web/frontend/js/shared/svgs/google-logo.jsx
Normal file
@@ -0,0 +1,39 @@
|
||||
function GoogleLogo() {
|
||||
return (
|
||||
<svg
|
||||
width="40"
|
||||
height="40"
|
||||
viewBox="0 0 40 40"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<rect width="40" height="40" fill="white" />
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M36 20.3788C36 19.197 35.8939 18.0606 35.697 16.9697H20V23.4167H28.9697C28.5833 25.5 27.4091 27.2652 25.6439 28.447V32.6288H31.0303C34.1818 29.7273 36 25.4546 36 20.3788Z"
|
||||
fill="#4285F4"
|
||||
/>
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M19.9999 36.6666C24.4999 36.6666 28.2726 35.1742 31.0302 32.6287L25.6438 28.4469C24.1514 29.4469 22.2423 30.0378 19.9999 30.0378C15.659 30.0378 11.9847 27.106 10.6741 23.1666H5.10596V27.4848C7.84838 32.9317 13.4847 36.6666 19.9999 36.6666Z"
|
||||
fill="#34A853"
|
||||
/>
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M10.6742 23.1666C10.3408 22.1666 10.1514 21.0984 10.1514 19.9999C10.1514 18.9014 10.3408 17.8332 10.6742 16.8332V12.515H5.10598C3.97719 14.765 3.33325 17.3105 3.33325 19.9999C3.33325 22.6893 3.97719 25.2347 5.10598 27.4847L10.6742 23.1666Z"
|
||||
fill="#FBBC05"
|
||||
/>
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M19.9999 9.96212C22.4469 9.96212 24.6438 10.803 26.3711 12.4545L31.1514 7.67424C28.265 4.98484 24.4923 3.33333 19.9999 3.33333C13.4847 3.33333 7.84838 7.06818 5.10596 12.5151L10.6741 16.8333C11.9847 12.8939 15.659 9.96212 19.9999 9.96212Z"
|
||||
fill="#EA4335"
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default GoogleLogo
|
||||
39
services/web/frontend/js/shared/svgs/grammarly-logo.tsx
Normal file
39
services/web/frontend/js/shared/svgs/grammarly-logo.tsx
Normal file
File diff suppressed because one or more lines are too long
23
services/web/frontend/js/shared/svgs/ieee-logo.jsx
Normal file
23
services/web/frontend/js/shared/svgs/ieee-logo.jsx
Normal file
@@ -0,0 +1,23 @@
|
||||
function IEEELogo() {
|
||||
return (
|
||||
<svg
|
||||
width="40"
|
||||
height="40"
|
||||
viewBox="0 0 40 40"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<rect width="40" height="40" fill="white" />
|
||||
<path
|
||||
d="M18.7638 7.59142C19.922 6.69149 21.3758 7.43967 22.3476 8.2677C23.3647 9.04516 24.4271 9.92645 25.3563 10.829L25.5267 10.9249C28.104 13.3185 30.5002 15.9757 32.4678 18.7873C32.7847 19.2772 33.0669 19.831 32.8885 20.4807C32.2336 22.1208 30.8996 23.4281 29.7361 24.8578C27.2147 27.5736 24.5549 30.1989 21.5755 32.2943C20.9738 32.7203 20.1617 33.1117 19.4401 32.7762C17.2489 31.6286 15.4011 29.7489 13.4814 28.0369C11.2582 25.9734 9.02438 23.5719 7.339 21.0584C7.08874 20.707 7.01687 20.2703 7.02485 19.8071C7.24317 18.9391 7.83424 18.2255 8.39869 17.4933C10.3902 14.9559 12.8291 12.5464 15.2946 10.3471C15.3532 10.2912 15.4571 10.1714 15.5476 10.1128C16.6046 9.19692 17.6563 8.38751 18.7639 7.59142L18.7638 7.59142ZM22.1533 4.9502L20.8459 3.09443C20.6835 2.99858 20.4839 2.83616 20.3081 2.78824C19.9221 2.62049 19.5041 2.82286 19.1899 3.06248L16.8229 6.14568C13.0235 10.8503 8.52651 15.2435 3.61948 18.6116C3.23343 18.9151 2.65561 19.2107 2.5358 19.7112C2.40808 20.1585 2.64229 20.5313 2.91924 20.8082C6.8491 23.5159 10.6059 26.7269 13.9474 30.3906C14.5411 31.0163 15.023 31.634 15.6035 32.2197C16.5806 33.5217 17.7309 34.8316 18.6281 36.2295C18.9103 36.525 18.9582 37.0069 19.4002 37.1507C19.7437 37.2705 20.1697 37.3531 20.4998 37.1507L20.8273 36.8232C24.893 31.0642 30.0476 25.8936 35.8066 21.7187C36.3844 21.2022 37.484 21.0105 37.5 20.0547C37.46 19.6154 37.2045 19.1787 36.8237 18.9391L36.7306 18.923C33.7672 16.9075 31.0036 14.6257 28.4023 12.0404L25.5267 9.03711C24.3606 7.74579 23.2316 6.31335 22.1533 4.95014L22.1533 4.9502ZM19.19 8.2996C20.3721 7.49551 21.4318 8.6191 22.3477 9.26342C25.8888 12.1123 29.2303 15.3739 31.773 19.0588C32.0952 19.5328 32.2389 20.2703 31.954 20.8081C31.291 21.9104 30.4018 22.9142 29.5578 23.9366V23.9898C27.4517 26.2316 25.2312 28.5347 22.8269 30.4304C21.6554 31.1466 20.5798 32.7042 19.0702 31.7377C15.6328 29.2243 12.342 26.1012 9.55431 22.7517C9.08038 22.0142 8.34285 21.4125 8.01272 20.5764C7.55475 19.4449 8.56652 18.6328 9.14428 17.7808C11.9879 14.2743 15.521 10.8343 19.19 8.29957V8.2996ZM19.9354 10.6106L19.616 11.6384L18.0105 16.2419C18.4125 16.2818 18.9104 16.2419 19.3044 16.2818V16.3191L19.0702 21.5243L19.1101 21.5802C19.624 21.6281 20.2657 21.6547 20.7902 21.5641V21.4816L20.5798 16.4361L20.6117 16.2657L22.0255 16.2417C21.3199 14.378 20.6357 12.4956 19.9781 10.6105L19.9354 10.6106ZM14.4693 17.8207C13.5694 18.2734 12.2434 18.955 12.3899 20.1904C12.5815 20.864 13.3138 21.3006 13.8915 21.5802C17.0866 22.986 21.328 23.0339 24.7014 21.9849C25.5348 21.6627 26.6529 21.1968 26.8047 20.1771C26.797 19.333 25.9048 18.8032 25.2631 18.481V18.4411C25.4868 18.3506 25.7424 18.2734 25.974 18.2467V18.2255C24.8451 18.0231 23.7535 17.7276 22.6592 17.4374C22.8695 17.9193 23.0213 18.4251 23.197 18.923C23.5272 18.8192 23.8653 18.7393 24.2194 18.6914C24.7972 18.9151 25.6226 19.2372 25.7051 19.9588C25.7691 20.6324 25.0288 20.9625 24.5629 21.2341C22.0894 22.134 19.3045 22.2219 16.7245 21.5403C16.0109 21.314 14.9831 21.0264 14.8953 20.1185C15.4011 18.923 16.7084 18.6754 17.8027 18.3852C17.241 18.0231 16.6686 17.7009 16.1254 17.2989C15.537 17.3335 14.9992 17.5891 14.4693 17.8208V17.8207ZM19.0382 23.01C18.9424 24.8578 18.9184 26.5671 18.7826 28.4229C19.5121 28.4868 20.3401 28.5507 21.1176 28.4389L20.886 23.2736L20.8459 23.0286C20.2495 23.0499 19.6878 23.0739 19.0381 23.0101"
|
||||
fill="#0A70A3"
|
||||
/>
|
||||
<path
|
||||
d="M25.8593 33.5803C25.2123 33.5803 24.6372 34.0276 24.6372 34.7944C24.6372 35.5638 25.2123 36.0138 25.8593 36.0138C26.5009 36.0138 27.076 35.5638 27.076 34.7944C27.076 34.0276 26.5009 33.5803 25.8593 33.5803ZM25.8593 35.7316V35.7289C25.3774 35.7316 24.9886 35.3561 24.9886 34.7943C24.9886 34.2378 25.3774 33.8651 25.8593 33.8651C26.3305 33.8651 26.7299 34.2378 26.7299 34.7943C26.7299 35.3561 26.3305 35.7315 25.8593 35.7315V35.7316ZM26.4024 34.536C26.4024 34.2378 26.2054 34.142 25.8646 34.142H25.3774V35.4493H25.6569V34.9009H25.7901L26.0909 35.4494H26.4237L26.0856 34.8769C26.2639 34.8609 26.4024 34.7757 26.4024 34.5361V34.536ZM25.9045 34.6772H25.6569V34.3604H25.854C25.9604 34.3604 26.1042 34.371 26.1042 34.5068C26.1042 34.6533 26.0323 34.6772 25.9045 34.6772"
|
||||
fill="#0A70A3"
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default IEEELogo
|
||||
20
services/web/frontend/js/shared/svgs/linkedin-logo.tsx
Normal file
20
services/web/frontend/js/shared/svgs/linkedin-logo.tsx
Normal file
@@ -0,0 +1,20 @@
|
||||
function LinkedInLogo() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="25" viewBox="0 0 72 72">
|
||||
<g fill="none" fillRule="evenodd">
|
||||
<path
|
||||
className="background"
|
||||
fill="#0B66C3"
|
||||
d="M8 72h56a8 8 0 0 0 8-8V8a8 8 0 0 0-8-8H8a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8"
|
||||
/>
|
||||
<path
|
||||
className="text"
|
||||
fill="#FFF"
|
||||
d="M62 62H51.316V43.802c0-4.99-1.896-7.777-5.845-7.777-4.296 0-6.54 2.901-6.54 7.777V62H28.632V27.333H38.93v4.67s3.096-5.729 10.453-5.729c7.353 0 12.617 4.49 12.617 13.777zM16.35 22.794c-3.508 0-6.35-2.864-6.35-6.397C10 12.864 12.842 10 16.35 10c3.507 0 6.347 2.864 6.347 6.397 0 3.533-2.84 6.397-6.348 6.397ZM11.032 62h10.736V27.333H11.033V62"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default LinkedInLogo
|
||||
39
services/web/frontend/js/shared/svgs/mendeley-logo.jsx
Normal file
39
services/web/frontend/js/shared/svgs/mendeley-logo.jsx
Normal file
@@ -0,0 +1,39 @@
|
||||
function MendeleyLogo() {
|
||||
return (
|
||||
<svg
|
||||
width="40"
|
||||
height="40"
|
||||
viewBox="0 0 40 40"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<rect width="40" height="40" fill="white" />
|
||||
<mask
|
||||
id="mask0_10_136"
|
||||
style={{ maskType: 'alpha' }}
|
||||
maskUnits="userSpaceOnUse"
|
||||
x="1"
|
||||
y="10"
|
||||
width="38"
|
||||
height="22"
|
||||
>
|
||||
<path
|
||||
d="M38.3311 27.922C38.1859 23.7926 33.6702 24.893 32.4544 22.3593C31.2671 19.8856 33.3084 19.0379 33.3084 16.2773C33.3084 13.0071 30.6561 10.3558 27.3844 10.3558C23.1604 10.3558 23.2198 13.9091 20.0001 13.9091H19.9998C16.7802 13.9091 16.8395 10.3558 12.6153 10.3558C9.34353 10.3558 6.69126 13.0071 6.69126 16.2773C6.69126 19.0379 8.73252 19.8856 7.54546 22.3593C6.32951 24.893 1.81397 23.7926 1.66857 27.922C1.6 29.8702 3.24963 31.4519 5.20021 31.4519C7.15061 31.4519 8.74248 29.8713 8.73168 27.922C8.72289 26.3285 7.63175 25.761 8.02373 23.8616H8.0244C8.33953 22.2732 10.0408 20.9126 12.2365 20.639C14.6969 20.3326 17.477 21.547 17.477 24.2892C17.477 25.9872 16.471 26.2171 16.471 27.922C16.471 29.7956 17.9982 31.4519 19.9972 31.4519C21.9963 31.4519 23.5287 29.7956 23.5287 27.922C23.5287 26.2171 22.5228 25.9872 22.5228 24.2892C22.5228 21.547 25.3028 20.3326 27.7632 20.639C29.959 20.9126 31.6605 22.2732 31.9753 23.8616H31.9761C32.3678 25.761 31.2768 26.3285 31.268 27.922C31.2574 29.8713 32.8491 31.4519 34.7995 31.4519C36.75 31.4519 38.3997 29.8702 38.3311 27.922ZM20.0025 22.0539C18.052 22.0539 16.471 20.4734 16.471 18.5239C16.471 16.5745 18.052 14.994 20.0025 14.994C21.953 14.994 23.5341 16.5745 23.5341 18.5239C23.5341 20.4734 21.953 22.0539 20.0025 22.0539Z"
|
||||
fill="white"
|
||||
/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_10_136)">
|
||||
<path
|
||||
d="M38.3311 27.922C38.1859 23.7926 33.6702 24.893 32.4544 22.3593C31.2671 19.8856 33.3084 19.0379 33.3084 16.2773C33.3084 13.0071 30.6561 10.3558 27.3844 10.3558C23.1604 10.3558 23.2198 13.9091 20.0001 13.9091H19.9998C16.7802 13.9091 16.8395 10.3558 12.6153 10.3558C9.34353 10.3558 6.69126 13.0071 6.69126 16.2773C6.69126 19.0379 8.73252 19.8856 7.54546 22.3593C6.32951 24.893 1.81397 23.7926 1.66857 27.922C1.6 29.8702 3.24963 31.4519 5.20021 31.4519C7.15061 31.4519 8.74248 29.8713 8.73168 27.922C8.72289 26.3285 7.63175 25.761 8.02373 23.8616H8.0244C8.33953 22.2732 10.0408 20.9126 12.2365 20.639C14.6969 20.3326 17.477 21.547 17.477 24.2892C17.477 25.9872 16.471 26.2171 16.471 27.922C16.471 29.7956 17.9982 31.4519 19.9972 31.4519C21.9963 31.4519 23.5287 29.7956 23.5287 27.922C23.5287 26.2171 22.5228 25.9872 22.5228 24.2892C22.5228 21.547 25.3028 20.3326 27.7632 20.639C29.959 20.9126 31.6605 22.2732 31.9753 23.8616H31.9761C32.3678 25.761 31.2768 26.3285 31.268 27.922C31.2574 29.8713 32.8491 31.4519 34.7995 31.4519C36.75 31.4519 38.3997 29.8702 38.3311 27.922ZM20.0025 22.0539C18.052 22.0539 16.471 20.4734 16.471 18.5239C16.471 16.5745 18.052 14.994 20.0025 14.994C21.953 14.994 23.5341 16.5745 23.5341 18.5239C23.5341 20.4734 21.953 22.0539 20.0025 22.0539Z"
|
||||
fill="#E5222E"
|
||||
/>
|
||||
<path
|
||||
d="M38.3135 10.3559H1.6665V31.4563H38.3135V10.3559Z"
|
||||
fill="#E81C2D"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default MendeleyLogo
|
||||
43
services/web/frontend/js/shared/svgs/orcid-logo.jsx
Normal file
43
services/web/frontend/js/shared/svgs/orcid-logo.jsx
Normal file
@@ -0,0 +1,43 @@
|
||||
function OrcidLogo() {
|
||||
return (
|
||||
<svg
|
||||
width="40"
|
||||
height="40"
|
||||
viewBox="0 0 40 40"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<rect width="40" height="40" fill="white" />
|
||||
<g clipPath="url(#clip0_10_162)">
|
||||
<path
|
||||
d="M36.6666 20C36.6666 29.2057 29.2056 36.6667 19.9999 36.6667C10.7942 36.6667 3.33325 29.2057 3.33325 20C3.33325 10.7943 10.7942 3.33334 19.9999 3.33334C29.2056 3.33334 36.6666 10.7943 36.6666 20Z"
|
||||
fill="#A6CE39"
|
||||
/>
|
||||
<path
|
||||
d="M14.5702 27.5781H12.5649V13.6328H14.5702V19.9349V27.5781Z"
|
||||
fill="white"
|
||||
/>
|
||||
<path
|
||||
d="M17.5129 13.6328H22.9296C28.0859 13.6328 30.3515 17.3177 30.3515 20.612C30.3515 24.1927 27.552 27.5911 22.9556 27.5911H17.5129V13.6328ZM19.5181 25.7812H22.7083C27.2525 25.7812 28.2942 22.3307 28.2942 20.612C28.2942 17.8125 26.5103 15.4427 22.6041 15.4427H19.5181V25.7812Z"
|
||||
fill="white"
|
||||
/>
|
||||
<path
|
||||
d="M14.8826 10.7292C14.8826 11.4453 14.2967 12.0443 13.5675 12.0443C12.8384 12.0443 12.2524 11.4453 12.2524 10.7292C12.2524 10 12.8384 9.41406 13.5675 9.41406C14.2967 9.41406 14.8826 10.013 14.8826 10.7292Z"
|
||||
fill="white"
|
||||
/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_10_162">
|
||||
<rect
|
||||
width="33.3333"
|
||||
height="33.3333"
|
||||
fill="white"
|
||||
transform="translate(3.33325 3.33334)"
|
||||
/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default OrcidLogo
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 12 KiB |
1
services/web/frontend/js/shared/svgs/overleaf.svg
Normal file
1
services/web/frontend/js/shared/svgs/overleaf.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg width="542" height="157" viewBox="0 0 542 157" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path id="a" d="M299.24 156.94H.06V.28h299.18z"/></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path d="M197.05 110.3c.58 5.4 2.74 9.7 6.45 12.78 3.7 3.13 8.5 4.7 14.37 4.7 3.9 0 7.4-.83 10.53-2.46 3.12-1.66 5.6-3.94 7.4-6.9h18.85c-3.2 8.18-7.94 14.54-14.3 19.08-6.34 4.52-13.67 6.78-22 6.78-5.6 0-10.75-.98-15.46-2.96-4.7-1.98-9-4.9-12.7-8.78-3.6-3.68-6.3-7.94-8.3-12.8-2-4.83-3-9.8-3-14.9 0-5.24.9-10.15 2.7-14.77 1.8-4.63 4.4-8.78 7.9-12.46 3.8-4 8.1-7.1 13-9.3 4.8-2.2 9.7-3.3 14.9-3.3 6.5 0 12.6 1.5 18.2 4.4 5.6 3 10.4 7.2 14.4 12.5 2.4 3.3 4.2 6.9 5.3 10.9s1.74 8.6 1.74 13.8c0 .4 0 1-.08 1.9-.07.9-.1 1.5-.1 1.9h-60zm41.4-13.87c-1.48-5-4-8.8-7.53-11.43-3.52-2.6-7.97-3.92-13.33-3.92-4.7 0-8.8 1.42-12.5 4.24-3.7 2.82-6.2 6.52-7.5 11.1h40.8zm60.8-14c-6.8.54-11.52 2.33-14.2 5.34-2.68 3-4.03 8.4-4.03 16.23v38.3h-17.47V67.22h16.37v8.67c2.64-3.4 5.52-5.9 8.67-7.5 3.1-1.6 6.6-2.4 10.6-2.4v16.3zM135.2 5.18c-21.16-8.25-97.87-11.3-98 34.47C14.82 53.98 0 77.35 0 102.33 0 132.53 24.48 157 54.68 157s54.68-24.48 54.68-54.67c0-23.34-14.63-43.28-35.2-51.1C70.2 49.7 61.6 47 54.73 47.58c-9.8 6.23-21.75 19.04-27.4 31.8 8.4-10.08 21.53-14.48 33.16-12.6 17.1 2.77 30.2 17.63 30.2 35.54 0 19.9-16.2 36.02-36.1 36.02-11 0-20.8-4.9-27.4-12.62-9.7-11.42-12.2-23.8-10.2-35.9C23.9 47.4 74.2 23.27 111.6 14 99.4 20.46 77.4 31.07 62 42.63c44.9 17.34 52.17-20.52 73.2-37.46zm18.2 137.12h-13.73l-28.52-75.08h18.62l17.47 49.9 18.03-49.9h18.14l-30 75.08z" fill="#4C4D41" mask="url(#b)"/><path d="M348.63 110.3c.58 5.4 2.75 9.7 6.45 12.78 3.7 3.13 8.5 4.7 14.38 4.7 3.9 0 7.4-.83 10.53-2.46 3.1-1.66 5.5-3.94 7.4-6.9h18.8c-3.2 8.18-8 14.54-14.3 19.08-6.4 4.52-13.7 6.78-22 6.78-5.6 0-10.8-.98-15.5-2.96-4.7-1.98-8.9-4.9-12.7-8.78-3.6-3.68-6.3-7.94-8.3-12.8-2-4.83-3-9.8-3-14.9 0-5.24.9-10.15 2.7-14.77 1.8-4.63 4.42-8.78 7.92-12.46 3.82-4 8.15-7.1 13-9.3 4.9-2.2 9.9-3.3 15-3.3 6.5 0 12.57 1.5 18.2 4.4 5.64 3 10.44 7.2 14.4 12.5 2.42 3.3 4.2 6.9 5.36 10.9s1.77 8.6 1.77 13.8c0 .4-.04 1-.08 1.9-.08.9-.1 1.5-.1 1.9h-60.1zm41.42-13.87c-1.5-5-4-8.8-7.55-11.43-3.52-2.6-7.96-3.92-13.32-3.92-4.66 0-8.8 1.42-12.5 4.24-3.7 2.82-6.16 6.52-7.44 11.1h40.8zm88.13 45.87v-9.22c-2.1 3.72-5.04 6.5-8.83 8.27-3.8 1.77-8.67 2.65-14.58 2.65-11.1 0-20.37-3.8-27.8-11.37-7.43-7.57-11.15-16.98-11.15-28.2 0-5.3.93-10.3 2.8-15.03 1.86-4.73 4.5-8.9 7.98-12.5 3.73-3.95 7.88-6.86 12.42-8.75 4.54-1.88 9.67-2.84 15.35-2.84 5.45 0 10.15 1 14.1 2.8 3.93 1.8 7.1 4.6 9.5 8.3v-9.1h17.07v75.1h-16.86zm-44.47-38.16c0 6.32 2.1 11.6 6.4 15.87 4.2 4.3 9.3 6.4 15.4 6.4 5.5 0 10.4-2.1 14.6-6.4 4.2-4.3 6.3-9.3 6.3-15 0-6.1-2.1-11.3-6.3-15.7-4.2-4.4-9.1-6.6-14.7-6.6-5.9 0-10.97 2.1-15.17 6.3-4.16 4.2-6.25 9.3-6.25 15.3zm108-36.92v15.56h-12.6v59.52h-16.9V82.78h-8.9V67.22h8.4v-2.05c0-7.9 2.2-13.8 6.6-17.7 4.4-3.87 11-5.83 19.9-5.83.4 0 1 .03 1.8.07.8.1 1.4.1 1.9.1v15.7h-1.2c-3.94 0-6.8.7-8.5 2-1.7 1.3-2.52 3.5-2.52 6.5v1.4h12.28zM306.9 142.3h17.06V42.92H306.9v99.38z" fill="#138A07"/></g></svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
58
services/web/frontend/js/shared/svgs/papers-logo.tsx
Normal file
58
services/web/frontend/js/shared/svgs/papers-logo.tsx
Normal file
@@ -0,0 +1,58 @@
|
||||
function PapersLogo() {
|
||||
return (
|
||||
<svg
|
||||
width="39"
|
||||
height="40"
|
||||
viewBox="0 0 47 48"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M12.9053 13.9405C13.3719 13.8602 13.8094 14.0281 14.2104 14.4368L14.5458 14.7801C15.0853 14.2251 15.479 13.7067 15.7342 13.2177L22.2596 1.0766C22.5294 0.580243 22.5877 0.251681 22.4201 0.0984155C22.2669 -0.0695364 21.9389 -0.0111048 21.443 0.266211L9.57337 6.93913C9.07759 7.23113 8.55992 7.64 8.02769 8.18745C7.47358 8.74958 7.06529 9.28265 6.8101 9.779L0.270137 21.8909C-0.014209 22.3873 -0.072536 22.7232 0.0878635 22.8838C0.240973 23.037 0.56907 22.9786 1.06485 22.7013L10.2806 17.5543L11.7752 14.7801C12.0523 14.2835 12.4314 14.0061 12.9053 13.9405Z"
|
||||
fill="#9424C2"
|
||||
/>
|
||||
<path
|
||||
d="M34.0053 31.8771L36.7978 30.3147L41.7774 21.0939C42.0473 20.5829 42.1419 20.0061 42.0545 19.3636C41.967 18.7212 41.7192 18.1955 41.3181 17.7868L41.3036 17.7721L34.0126 21.8751C33.5241 22.1526 32.9627 22.2474 32.3357 22.1597C31.7014 22.0723 31.191 21.824 30.79 21.4151L23.1856 13.64L20.6557 18.3197C20.3859 18.816 20.2984 19.3928 20.3932 20.05C20.4515 20.4515 20.5682 20.8019 20.7358 21.1085L25.9051 26.3796C26.0582 26.5329 26.1821 26.7154 26.2842 26.9052L32.4085 33.1472C32.4085 33.1472 32.4232 33.1254 32.4304 33.118C32.9846 32.5779 33.5095 32.1617 34.0053 31.8771Z"
|
||||
fill="#FFBD4F"
|
||||
/>
|
||||
<path
|
||||
d="M18.7017 42.6609C18.2205 42.7266 17.7903 42.5587 17.3966 42.1425L5.69466 30.2132C5.69466 30.2132 5.68738 30.206 5.68008 30.1987L1.04305 32.805C0.554553 33.0824 0.277503 33.4621 0.211884 33.9513C0.138976 34.4257 0.299376 34.871 0.700382 35.2799L12.4023 47.2238C12.8033 47.6327 13.321 47.8808 13.948 47.9684C14.575 48.0561 15.1437 47.9611 15.6395 47.6838L27.5092 41.0037C27.9976 40.7262 28.2748 40.3466 28.3404 39.8574C28.4132 39.3682 28.2529 38.9303 27.8518 38.5288L23.8127 34.4039L19.8245 41.792C19.5547 42.3032 19.1829 42.5952 18.7017 42.6609Z"
|
||||
fill="#FF3D3D"
|
||||
/>
|
||||
<path
|
||||
d="M28.3259 5.33182C28.7924 5.26604 29.2298 5.434 29.6309 5.8502L41.3183 17.7795L45.8897 15.2024C46.3854 14.9249 46.6698 14.5453 46.7354 14.0561C46.801 13.5669 46.6406 13.1217 46.2469 12.7128L34.5449 0.776185C34.1512 0.367319 33.6409 0.119062 33.0138 0.0315711C32.3723 -0.0560763 31.8108 0.0387585 31.3224 0.316231L19.4382 6.97446C18.9424 7.25194 18.6581 7.63159 18.5925 8.1206C18.5268 8.60977 18.6945 9.05519 19.0955 9.46406L23.1784 13.6327L27.1957 6.19329C27.4728 5.68225 27.8447 5.39025 28.3259 5.33182Z"
|
||||
fill="#26BFFF"
|
||||
/>
|
||||
<path
|
||||
d="M32.3502 22.1613C32.9772 22.249 33.5386 22.154 34.0271 21.8767L41.3181 17.7737L29.6233 5.84439C29.2224 5.43553 28.785 5.26023 28.3183 5.32601C27.8371 5.39163 27.4653 5.68378 27.1955 6.18748L23.1855 13.6341L30.8045 21.4094C31.2055 21.8183 31.7231 22.0664 32.3502 22.1613Z"
|
||||
fill="#26B0FF"
|
||||
/>
|
||||
<path
|
||||
d="M46.8665 25.0669C46.7134 24.8989 46.3853 24.9574 45.8896 25.2348L36.805 30.3161L35.2449 33.2072C34.9751 33.7035 34.6032 33.9883 34.122 34.054C33.6408 34.1343 33.2107 33.9665 32.817 33.5576L32.4233 33.1561C31.8983 33.7109 31.4973 34.2366 31.2275 34.7258L24.7167 46.8667C24.4469 47.3631 24.3813 47.699 24.5344 47.8596C24.6948 48.0276 25.0229 47.9618 25.5115 47.6771L37.3811 41.0042C37.8696 40.7269 38.3872 40.3107 38.9414 39.7559C39.4735 39.2009 39.8819 38.668 40.1589 38.1643L46.7062 26.0452C46.9759 25.5487 47.027 25.2202 46.8665 25.0669Z"
|
||||
fill="#FF0FA1"
|
||||
/>
|
||||
<path
|
||||
d="M34.1143 34.0464C34.5955 33.9808 34.9673 33.696 35.2371 33.1996L36.7973 30.3085L33.9976 31.8709C33.5018 32.1555 32.9769 32.5717 32.4374 33.1193C32.4301 33.1265 32.4227 33.1412 32.4155 33.1486L32.8092 33.5501C33.2029 33.9589 33.6404 34.1267 34.1143 34.0464Z"
|
||||
fill="#E7008E"
|
||||
/>
|
||||
<path
|
||||
d="M20.7431 21.1098L14.5458 14.7873C14.5458 14.7873 14.5239 14.8092 14.5094 14.8239C13.9771 15.3641 13.4594 15.7802 12.9636 16.0723L10.2806 17.5689L5.23523 26.9211C4.96546 27.4321 4.87797 28.0088 4.97276 28.6514C5.06025 29.2865 5.29355 29.8049 5.67269 30.2137L12.9199 26.1399C13.4084 25.8625 13.9771 25.7748 14.6114 25.8771C15.2457 25.9646 15.7561 26.2129 16.157 26.6072L23.8053 34.4189L26.3571 29.6953C26.6269 29.1988 26.7216 28.6222 26.6341 27.9651C26.5831 27.5635 26.4591 27.2204 26.2841 26.9138L21.1076 21.6354C20.9618 21.4674 20.8451 21.2923 20.7431 21.1098Z"
|
||||
fill="#94D442"
|
||||
/>
|
||||
<path
|
||||
d="M14.5172 14.8164C14.5172 14.8164 14.539 14.7945 14.5536 14.7798L14.2182 14.4368C13.8172 14.0279 13.3797 13.8599 12.9131 13.9402C12.4319 14.006 12.0601 14.2907 11.7903 14.7872L10.2957 17.5614L12.9787 16.0649C13.4672 15.7801 13.9849 15.364 14.5172 14.8164Z"
|
||||
fill="#909271"
|
||||
/>
|
||||
<path
|
||||
d="M20.7429 21.11C20.8449 21.2998 20.9616 21.4751 21.1074 21.6283L26.2839 26.9067C26.1746 26.7169 26.0507 26.5344 25.9049 26.381L20.7429 21.11Z"
|
||||
fill="#93D343"
|
||||
/>
|
||||
<path
|
||||
d="M14.6186 25.8615C13.977 25.7593 13.4156 25.8541 12.9271 26.1243L5.67993 30.1981C5.67993 30.1981 5.68723 30.2128 5.69451 30.2128L17.3965 42.142C17.7902 42.5509 18.2203 42.726 18.7015 42.6604C19.1827 42.5946 19.5545 42.3026 19.8243 41.7989L23.8125 34.4106L16.1642 26.5989C15.7634 26.1974 15.2456 25.9491 14.6186 25.8615Z"
|
||||
fill="#82C242"
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default PapersLogo
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" fill="none"><g fill="#fff" clip-path="url(#a)"><path d="M14.87 12.18c-4.74-1.07-5.48-1.8-6.55-6.54a.48.48 0 0 0-.93 0c-1.07 4.74-1.8 5.47-6.54 6.54a.48.48 0 0 0 0 .93c4.74 1.08 5.47 1.8 6.54 6.55a.48.48 0 0 0 .93 0c1.07-4.74 1.8-5.47 6.55-6.55a.48.48 0 0 0 0-.93Zm4.28-7.38c-2.52-.56-2.87-.92-3.44-3.44a.48.48 0 0 0-.93 0c-.57 2.52-.92 2.88-3.44 3.44a.48.48 0 0 0 0 .93c2.52.57 2.87.93 3.44 3.45a.48.48 0 0 0 .93 0c.57-2.52.92-2.88 3.44-3.45a.48.48 0 0 0 0-.93Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 .5h20v20H0z"/></clipPath></defs></svg>
|
||||
|
After Width: | Height: | Size: 617 B |
1
services/web/frontend/js/shared/svgs/sparkle.svg
Normal file
1
services/web/frontend/js/shared/svgs/sparkle.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"><g clip-path="url(#a)"><path fill="url(#b)" d="M29.7 16.9c0-.2-.3-.2-.4-.3-.9 0-8.1-.3-8.1-8.7 0-.3-.2-.5-.5-.5-.2 0-.5.2-.5.5a8 8 0 0 1-8 8.7l-.3.1-.2.2v.5l.5.2c.9 0 8 .3 8 8.7 0 .3.3.5.5.5.3 0 .5-.2.5-.5a8 8 0 0 1 8-8.7c.3 0 .4 0 .5-.2v-.5Z"/><path fill="url(#c)" d="M10.4 22.9c-.4 0-4.3-.2-4.3-4.8 0-.2-.3-.4-.5-.4-.3 0-.5.2-.5.4 0 4.6-4 4.8-4.4 4.8-.3 0-.5.2-.5.5 0 .2.2.4.5.4.5 0 4.4.2 4.4 4.8 0 .3.2.5.5.5.2 0 .4-.2.4-.5C6 24 10 24 10.4 24c.3 0 .5-.2.5-.5s-.2-.5-.5-.5Z"/><path fill="url(#d)" d="M14.7 7.4c.2 0 .4-.3.4-.6 0-.2-.2-.4-.4-.4-.5 0-4.4-.2-4.4-4.8 0-.3-.3-.5-.5-.5-.3 0-.5.2-.5.5 0 4.6-4 4.8-4.4 4.8-.3 0-.5.2-.5.4 0 .3.3.5.5.5.5 0 4.4.2 4.4 4.8 0 .2.2.5.5.5.2 0 .4-.2.4-.5 0-4.6 4-4.7 4.4-4.7Z"/></g><defs><linearGradient id="b" x1="29.8" x2="8.2" y1="7.4" y2="16.6" gradientUnits="userSpaceOnUse"><stop stop-color="#214475"/><stop offset=".3" stop-color="#254C84"/><stop offset="1" stop-color="#6597E0"/></linearGradient><linearGradient id="c" x1="10.9" x2="-1.8" y1="17.7" y2="23" gradientUnits="userSpaceOnUse"><stop stop-color="#214475"/><stop offset=".3" stop-color="#254C84"/><stop offset="1" stop-color="#6597E0"/></linearGradient><linearGradient id="d" x1="15.1" x2="2.4" y1="1.1" y2="6.5" gradientUnits="userSpaceOnUse"><stop stop-color="#214475"/><stop offset=".3" stop-color="#254C84"/><stop offset="1" stop-color="#6597E0"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 .9h30v28.2H0z"/></clipPath></defs></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
39
services/web/frontend/js/shared/svgs/writefull-logo.tsx
Normal file
39
services/web/frontend/js/shared/svgs/writefull-logo.tsx
Normal file
File diff suppressed because one or more lines are too long
12
services/web/frontend/js/shared/svgs/x-logo.tsx
Normal file
12
services/web/frontend/js/shared/svgs/x-logo.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
function XLogo() {
|
||||
return (
|
||||
<svg height="25" viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"
|
||||
fill="#0f1419"
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default XLogo
|
||||
39
services/web/frontend/js/shared/svgs/zotero-logo.jsx
Normal file
39
services/web/frontend/js/shared/svgs/zotero-logo.jsx
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user