mirror of
https://github.com/projectsend/projectsend.git
synced 2026-09-23 12:03:20 +00:00
6e47d76ba6
Client file sharing, rebuilt from the ground up: a private area per client, resumable uploads, folders, groups and categories, sharing with expiry dates and download limits, comments, file versions, an activity log, a REST API, and sixteen languages. This repository begins here. ProjectSend 2 was developed privately, and that development history is not published — the previous generation remains available, with its own history, at projectsend/legacy. Free software under the GNU General Public License v2, or (at your option) any later version.
39 lines
8.3 KiB
TypeScript
39 lines
8.3 KiB
TypeScript
import { SVGAttributes, useId } from 'react';
|
|
|
|
/**
|
|
* The full ProjectSend logo (mark + wordmark) for headers, footers and
|
|
* auth screens. The wordmark uses currentColor so it adapts to the
|
|
* theme; the mark keeps its brand gradient.
|
|
*/
|
|
export default function ProjectSendLogo(props: SVGAttributes<SVGElement>) {
|
|
const gradientId = useId();
|
|
|
|
return (
|
|
<svg {...props} viewBox="0 0 1046.5 257" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id={gradientId} gradientUnits="userSpaceOnUse" x1="31.5263" y1="211.0108" x2="197.4637" y2="50.766899">
|
|
<stop offset="0.1675" stopColor="#5219B3" />
|
|
<stop offset="0.8128" stopColor="#3072BF" />
|
|
</linearGradient>
|
|
</defs>
|
|
<path
|
|
fill={`url(#${gradientId})`}
|
|
d="m 233.21,158.034 c -2.53,0 -4.992,0 -7.522,0 -38.087,-1.299 -74.943,-8.889 -110.774,-21.676 C 87.015,126.375 60.621,113.451 37.441,94.647 29.783,88.493 22.876,81.587 16.585,73.997 15.286,72.356 15.149,71.604 17.2,70.51 58.092,48.285 98.983,26.062 139.873,3.839 c 6.633,-3.556 12.787,-1.504 16.684,5.47 19.283,35.352 38.497,70.772 57.78,106.124 7.043,12.992 14.154,25.984 21.197,38.976 1.916,3.556 1.916,3.556 -2.324,3.625 z M 3.799,130.545 c 21.061,38.702 42.121,77.337 63.182,115.971 4.513,8.274 10.325,9.915 18.667,5.402 48.002,-26.121 95.936,-52.241 143.869,-78.362 0.957,-0.479 2.051,-0.752 2.735,-1.846 C 153.002,171.573 75.939,160.495 2.5,127.947 c 0.547,1.026 0.889,1.846 1.299,2.598 z"
|
|
/>
|
|
<g fill="currentColor">
|
|
<path d="M362.481,131.492c0,11.763-2.72,21.222-8.16,28.376c-5.44,7.156-13.037,10.733-22.789,10.733 c-4.166,0-7.866-0.772-11.101-2.315c-3.234-1.544-6.004-3.811-8.307-6.801v38.153h-21.392V89.517h19.334l1.25,9.41 c2.353-3.479,5.183-6.163,8.491-8.05c3.308-1.886,7.167-2.83,11.579-2.83c9.851,0,17.496,3.848,22.936,11.542 c5.44,7.695,8.16,17.815,8.16,30.36V131.492z M341.015,129.84c0-7.51-1.25-13.596-3.749-18.259 c-2.5-4.663-6.322-6.994-11.468-6.994c-3.235,0-5.992,0.663-8.271,1.988c-2.279,1.325-4.08,3.215-5.403,5.668v34.897 c1.323,2.258,3.125,3.976,5.403,5.153c2.279,1.179,5.084,1.767,8.417,1.767c5.194,0,9.005-2.036,11.431-6.11 c2.426-4.073,3.639-9.595,3.639-16.564V129.84z" />
|
|
<path d="M414.531,107.968l-7.866-0.22c-3.186,0-5.808,0.662-7.866,1.985c-2.059,1.323-3.627,3.186-4.705,5.587v53.738h-21.392 V89.517h19.922l0.956,11.762c1.862-4.165,4.275-7.412,7.241-9.741c2.965-2.327,6.383-3.492,10.255-3.492 c1.077,0,2.07,0.086,2.977,0.257c0.906,0.172,1.825,0.38,2.757,0.625L414.531,107.968z" />
|
|
<path d="M419.092,128.552c0-11.859,3.308-21.576,9.924-29.147s15.78-11.358,27.494-11.358c11.762,0,20.976,3.774,27.641,11.321 c6.665,7.548,9.998,17.276,9.998,29.185v1.544c0,11.959-3.321,21.699-9.961,29.222c-6.642,7.523-15.818,11.284-27.531,11.284 c-11.762,0-20.963-3.761-27.604-11.284c-6.641-7.522-9.961-17.263-9.961-29.222V128.552z M440.484,130.058 c0,7.243,1.273,13.055,3.822,17.435c2.548,4.38,6.665,6.568,12.35,6.568c5.538,0,9.594-2.201,12.167-6.605 c2.573-4.404,3.859-10.203,3.859-17.397v-1.541c0-7.046-1.299-12.796-3.896-17.25c-2.598-4.453-6.689-6.68-12.277-6.68 c-5.539,0-9.593,2.24-12.166,6.717c-2.573,4.477-3.859,10.215-3.859,17.212V130.058z" />
|
|
<path d="M527.526,89.517v82.481c0,9.311-2.476,16.504-7.425,21.576c-4.951,5.072-11.836,7.608-20.657,7.608 c-1.961,0-3.749-0.099-5.367-0.294c-1.617-0.196-3.332-0.515-5.146-0.956l1.029-16.393c1.128,0.294,2.255,0.515,3.382,0.661 c1.128,0.147,2.328,0.221,3.602,0.221c2.891,0,5.121-1.018,6.69-3.051c1.568-2.034,2.352-5.158,2.352-9.373V89.517H527.526z M527.085,70.33h-21.539V54.377h21.539V70.33z" />
|
|
<path d="M576.489,170.602c-11.468,0-20.633-3.676-27.494-11.027c-6.861-7.351-10.292-16.688-10.292-28.009v-2.94 c0-11.81,3.246-21.539,9.741-29.184c6.493-7.646,15.204-11.443,26.134-11.395c10.732,0,19.063,3.234,24.994,9.704 c5.929,6.469,8.895,15.217,8.895,26.244v11.688h-47.489l-0.146,0.438c0.392,5.225,2.144,9.521,5.256,12.888 c3.111,3.368,7.339,5.052,12.681,5.052c4.754,0,8.699-0.478,11.836-1.433c3.136-0.956,6.566-2.463,10.292-4.521l5.808,13.265 c-3.234,2.659-7.475,4.862-12.718,6.609C588.74,169.728,582.909,170.602,576.489,170.602z M574.578,104.587 c-3.97,0-7.107,1.52-9.41,4.558c-2.304,3.04-3.725,7.033-4.264,11.982l0.221,0.368h26.317v-1.911 c0-4.558-1.065-8.197-3.197-10.917C582.113,105.947,578.89,104.587,574.578,104.587z" />
|
|
<path d="M651.328,154.061c3.822,0,6.885-1.106,9.189-3.323c2.303-2.218,3.455-5.176,3.455-8.88h19.48l0.221,0.441 c0.195,8.038-2.83,14.765-9.079,20.18c-6.248,5.416-14.004,8.123-23.267,8.123c-11.861,0-21.001-3.749-27.42-11.248 c-6.421-7.498-9.631-17.128-9.631-28.891v-2.205c0-11.712,3.198-21.343,9.594-28.891c6.396-7.546,15.522-11.321,27.384-11.321 c9.801,0,17.704,2.793,23.708,8.38c6.002,5.587,8.906,12.938,8.711,22.054l-0.147,0.441h-19.554c0-4.117-1.128-7.535-3.382-10.255 c-2.255-2.72-5.366-4.08-9.336-4.08c-5.687,0-9.692,2.203-12.02,6.607c-2.328,4.404-3.492,10.081-3.492,17.028v2.203 c0,7.097,1.164,12.811,3.492,17.141C641.563,151.896,645.594,154.061,651.328,154.061z" />
|
|
<path d="M718.375,70.036v19.481h13.38v15.07h-13.38v40.506c0,3.087,0.637,5.293,1.911,6.616s2.989,1.984,5.146,1.984 c1.127,0,2.095-0.061,2.903-0.184c0.809-0.122,1.752-0.331,2.83-0.625l1.838,15.512c-2.156,0.734-4.264,1.286-6.321,1.653 c-2.059,0.368-4.289,0.552-6.69,0.552c-7.4,0-13.098-2.033-17.092-6.102c-3.994-4.067-5.991-10.513-5.991-19.334v-40.579h-11.615 v-15.07h11.615V70.036H718.375z" />
|
|
<path d="M790.935,147.886c0-3.185-1.213-5.808-3.639-7.866c-2.426-2.058-7.021-3.847-13.784-5.366 c-9.655-2.104-16.92-4.954-21.796-8.55c-4.878-3.596-7.314-8.502-7.314-14.716c0-6.459,2.743-11.963,8.233-16.514 c5.488-4.551,12.644-6.826,21.466-6.826c9.262,0,16.625,2.377,22.09,7.131c5.465,4.754,8.074,10.538,7.829,17.349l-0.146,0.441 h-13.82c0-3.479-1.459-6.604-4.374-9.373c-2.917-2.768-6.776-4.153-11.578-4.153c-5.146,0-8.969,1.128-11.469,3.381 c-2.499,2.255-3.749,4.975-3.749,8.16c0,3.137,1.103,5.612,3.309,7.425c2.205,1.813,6.689,3.431,13.452,4.852 c10.046,2.157,17.521,5.084,22.422,8.785c4.9,3.701,7.352,8.663,7.352,14.887c0,7.057-2.855,12.767-8.564,17.128 c-5.71,4.362-13.172,6.543-22.385,6.543c-10.145,0-18.134-2.573-23.965-7.719c-5.833-5.146-8.602-11.149-8.308-18.011l0.147-0.441 h13.82c0.244,5.121,2.156,8.864,5.734,11.229c3.576,2.365,7.767,3.547,12.57,3.547c5.146,0,9.177-1.041,12.093-3.124 C789.476,154,790.935,151.268,790.935,147.886z" />
|
|
<path d="M853.424,170.602c-11.076,0-19.885-3.688-26.428-11.063s-9.814-16.945-9.814-28.707v-3.235 c0-11.321,3.369-20.742,10.108-28.266c6.738-7.522,14.714-11.284,23.929-11.284c10.732,0,18.843,3.234,24.333,9.704 c5.487,6.469,8.233,15.096,8.233,25.876v9.042h-51.606l-0.221,0.366c0.147,7.625,2.083,13.893,5.808,18.805 c3.724,4.911,8.943,7.367,15.658,7.367c4.9,0,9.201-0.698,12.901-2.096c3.7-1.396,6.897-3.319,9.594-5.771l5.66,9.42 c-2.843,2.813-6.592,5.154-11.247,7.028C865.676,169.664,860.04,170.602,853.424,170.602z M851.219,99.441 c-4.852,0-8.994,2.04-12.424,6.118c-3.431,4.079-5.539,9.195-6.322,15.349l0.147,0.367h36.683v-1.905 c0-5.666-1.52-10.404-4.558-14.214C861.706,101.347,857.197,99.441,851.219,99.441z" />
|
|
<path d="M909.958,89.517l1.029,11.835c2.646-4.214,5.967-7.485,9.961-9.814c3.994-2.327,8.539-3.492,13.637-3.492 c8.576,0,15.218,2.512,19.922,7.535c4.705,5.024,7.058,12.78,7.058,23.267v50.209h-14.482v-49.915 c0-7.008-1.385-11.983-4.153-14.923c-2.77-2.94-6.996-4.411-12.681-4.411c-4.166,0-7.854,1.005-11.063,3.014 c-3.211,2.01-5.771,4.754-7.683,8.234v58.001h-14.481V89.517H909.958z" />
|
|
<path d="M976.27,130.757c0-12.791,2.731-23.106,8.197-30.948c5.464-7.841,13.122-11.762,22.973-11.762 c4.655,0,8.784,0.858,12.387,2.573c3.603,1.716,6.677,4.216,9.226,7.499v-43.74h14.482v114.68h-11.836l-1.69-9.777 c-2.599,3.726-5.783,6.543-9.557,8.454c-3.774,1.911-8.16,2.867-13.159,2.867c-9.703,0-17.301-3.517-22.789-10.549 c-5.489-7.032-8.233-16.283-8.233-27.752V130.757z M990.752,132.301c0,8.038,1.642,14.471,4.925,19.298s8.381,7.24,15.291,7.24 c4.313,0,7.939-0.979,10.88-2.94c2.94-1.959,5.341-4.704,7.204-8.233v-37.124c-1.863-3.283-4.276-5.893-7.241-7.829 c-2.966-1.936-6.53-2.904-10.695-2.904c-6.96,0-12.094,2.867-15.401,8.601c-3.308,5.734-4.962,13.184-4.962,22.347V132.301z" />
|
|
</g>
|
|
</svg>
|
|
);
|
|
}
|