Files
bot/packages/forge/blocks/calCom/logo.tsx
lars e6f659aa12
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Daily database cleanup / clean (push) Has been cancelled
Logoanpassung in SVG
2024-09-13 11:08:45 +02:00

13 lines
2.8 KiB
TypeScript

/** @jsxImportSource react */
export const CalComLogo = (props: React.SVGProps<SVGSVGElement>) => (
<svg viewBox="0 0 31 31" {...props}>
<path
//width="800"
//height="800"
fill-rule="evenodd"
clip-rule="evenodd"
d="M16.015 5.461c0.194 0.095 0.618 0.302 0.939 0.459 0.323 0.159 0.795 0.388 1.047 0.511 0.571 0.276 1.452 0.704 2.206 1.073 0.315 0.153 0.78 0.379 1.034 0.502 0.252 0.123 0.793 0.39 1.2 0.595s1.066 0.528 1.467 0.72c0.399 0.192 1.049 0.508 1.448 0.702 0.396 0.194 0.724 0.351 0.73 0.351 0.004 0 0.403 0.194 0.883 0.429 0.48 0.237 1.064 0.521 1.293 0.631 0.819 0.394 1.146 0.562 1.181 0.608 0.028 0.037 0.034 0.776 0.034 3.471s-0.006 3.432 -0.034 3.468c-0.045 0.056 -0.056 0.062 -1.975 0.991a145.506 145.506 0 0 0 -0.879 0.427c-0.215 0.103 -0.573 0.278 -0.797 0.386 -0.42 0.203 -1.09 0.53 -2.191 1.066 -0.353 0.172 -0.743 0.362 -0.866 0.418 -0.123 0.058 -0.523 0.252 -0.892 0.433 -0.371 0.181 -0.879 0.427 -1.131 0.549 -0.254 0.123 -0.651 0.315 -0.881 0.427s-0.631 0.308 -0.892 0.435c-0.959 0.463 -1.275 0.618 -2.146 1.045 -0.489 0.239 -0.907 0.435 -0.926 0.435 -0.022 0 -0.045 0.011 -0.054 0.026 -0.011 0.013 -0.088 0.052 -0.174 0.084 -0.151 0.056 -0.162 0.058 -0.299 0.011 -0.127 -0.041 -0.797 -0.364 -2.264 -1.084 -0.261 -0.129 -0.707 -0.347 -0.991 -0.485 -1.952 -0.944 -3.602 -1.754 -3.714 -1.82 -0.05 -0.03 -1.706 -0.838 -1.719 -0.838 -0.004 0 -0.394 -0.187 -0.868 -0.42s-1.012 -0.493 -1.196 -0.584c-0.185 -0.088 -0.573 -0.278 -0.866 -0.418a229.284 229.284 0 0 0 -0.963 -0.467c-1 -0.487 -1.178 -0.577 -1.215 -0.633 -0.037 -0.05 -0.041 -0.532 -0.041 -3.443 0 -2.337 0.009 -3.404 0.03 -3.449 0.032 -0.075 -0.159 0.022 3.906 -1.95 1.512 -0.732 3.02 -1.463 3.35 -1.624 1.114 -0.545 1.769 -0.864 3.072 -1.495 0.715 -0.345 1.751 -0.849 2.303 -1.116 0.554 -0.269 1.075 -0.519 1.159 -0.556 0.203 -0.088 0.267 -0.078 0.694 0.131M15.334 12.366a674.638 674.638 0 0 0 -1.779 0.868c-0.459 0.224 -0.838 0.407 -0.844 0.407 -0.017 0 -1.047 0.498 -1.103 0.532 -0.022 0.013 -0.06 0.034 -0.082 0.043 -0.06 0.024 -0.312 0.149 -0.364 0.177 -0.024 0.015 -0.224 0.112 -0.446 0.22 -0.224 0.108 -0.612 0.295 -0.866 0.418 -0.692 0.334 -0.89 0.424 -0.92 0.424 -0.073 0 -0.019 0.09 0.075 0.129 0.103 0.041 0.343 0.157 1.346 0.646 0.978 0.478 1.747 0.851 2.542 1.234 0.437 0.211 1.077 0.523 1.424 0.692 1.034 0.504 1.107 0.536 1.181 0.536s0.784 -0.336 3.481 -1.652c0.284 -0.14 0.743 -0.362 1.019 -0.498s0.793 -0.386 1.146 -0.558c0.351 -0.174 0.711 -0.345 0.795 -0.379s0.157 -0.075 0.162 -0.093c0.004 -0.015 -0.065 -0.06 -0.153 -0.101 -0.231 -0.108 -0.782 -0.373 -1.336 -0.64 -0.261 -0.127 -0.668 -0.327 -0.907 -0.442a217.232 217.232 0 0 0 -1.006 -0.489c-0.315 -0.153 -0.767 -0.373 -1.004 -0.489 -0.239 -0.114 -0.722 -0.349 -1.075 -0.521 -1.006 -0.489 -1.094 -0.532 -1.122 -0.532 -0.013 0 -0.088 0.03 -0.164 0.067"
fill="#fca42c"/>
</svg>
)