Skip to content

Commit

Permalink
feat: added beta mark to header logo
Browse files Browse the repository at this point in the history
  • Loading branch information
zovomat committed Jan 21, 2022
1 parent 7413e22 commit dff28a6
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/boot/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,28 @@ const Logo: FC = (props) => (
</>
);

export default Logo;
const LogoBeta: FC = (props) => (
<svg
id="carbonio-beta_svg__Layer_1"
xmlns="http://www.w3.org/2000/svg"
x={0}
y={0}
viewBox="0 0 1040 155"
style={
{
// enableBackground: 'new 0 0 1040 155'
}
}
xmlSpace="preserve"
fill="currentColor"
{...props}
>
{/* <style>{'.carbonio-beta_svg__st0{fill:#182126}'}</style> */}
<path
className="carbonio-beta_svg__st0"
d="M372 97.8c-3.4-6.6-8.6-11.2-12.8-13.1v-.3c11.2-5.1 21.5-17.3 21.5-30.7 0-27-23.2-39.5-48.4-39.5h-61.2v23.7h61.2c13.9 0 21.4 5.6 21.4 16.4 0 8.2-6.6 15.9-22.4 16.1h-60.2V93h49.1c14.7 0 21.8 4.4 27 14.2l17.3 33.4h29.8L372 97.8zM497.1 75v-.2c7.9-5.3 11.8-14 11.8-24 0-19.5-15-36.5-44.1-36.5h-63.7V38h62.2c14.2 0 18.7 5.1 18.7 13.1 0 7.2-3.4 13.6-18.7 13.6h-62.2v22.1h65c16.4 0 21.4 6.7 21.4 15.3 0 8.7-4.2 14.8-21.4 14.8h-65v23.7h65c30.2 0 48.3-14.3 48.3-38.2 0-13.7-7.1-23.9-17.3-27.4M196.1 14.1l-47.7 102.2-11.8 24.1h25.3l14-30.1h61.2l14 30.1h24.8l-59-126.3h-20.8zm33.1 75.6h-45l1.5-2 20.9-45.9h.3l20.8 45.9 1.5 2zM131.7 119.7c-13.5 14.6-31.6 22.7-53.4 22.7-44.6 0-67.9-26.5-67.9-64.3 0-37.9 24.3-65.6 68.1-65.6 22.7 0 39.8 7.2 53.1 22.2L113.3 53c-8.1-11.1-19.6-16.9-34.7-16.9-28.8 0-41 17.8-41 42 0 23.3 11.4 40.5 40.9 40.5 15.2 0 27.1-5.9 35.4-16.7l17.8 17.8zM790.2 140.7h-22.4l-57.1-69.8-9.4-14.9h-.3v84.7h-26.6V13.9h22.4l57.8 69.8 8.8 14.4h.3V13.9h26.6l-.1 126.8zM838.6 140.7H812V13.9h26.6v126.8zM922.2 142.2c-42.7 0-65.3-26.4-65.3-64.2 0-37.7 22.5-65.7 65.3-65.7 43 0 65.3 28 65.3 65.7-.1 37.8-23.3 64.2-65.3 64.2zm0-106.1c-26.9 0-38.2 17.5-38.2 42 0 23.6 11.3 40.4 38.2 40.4 27.2 0 38.2-16.7 38.2-40.4-.1-23.8-11-42-38.2-42zM593.2 142.4c-42.7 0-65.3-26.4-65.3-64.2 0-37.7 22.5-65.7 65.3-65.7 43 0 65.3 28 65.3 65.7 0 37.8-23.2 64.2-65.3 64.2zm0-106.1c-26.9 0-38.2 17.5-38.2 42 0 23.6 11.3 40.4 38.2 40.4 27.2 0 38.2-16.7 38.2-40.4 0-23.9-10.9-42-38.2-42zM1032.6 122.6v16.2h-32.4V123c0-7.3 4.3-10.8 9.2-10.8 2.7 0 4.8 1 6.3 3.1h.1c.9-2.8 3.8-4.5 7.3-4.5 5.9 0 9.5 4.3 9.5 11.8zm-27.1.8v10.2l.6-.6h6.7l.6.6v-10.2c0-4.2-1.8-5.3-4-5.3-2.6 0-3.9 1.5-3.9 5.3zm13.1-.7v10.9l.6-.6h7.6l.6.6v-11c0-4.6-1.6-6-4.3-6-2.7.1-4.5 1.7-4.5 6.1zM1032.6 79.6v25.8h-32.4V79.6h5.3v20.6l.6-.6h7.2l.6.6V81.5h5.3v18.6l.6-.6h7.2l.6.6V79.6h5zM1005.5 47.8v11.5l.6-.3h26.6v5.8h-26.6l-.6-.3V76h-5.3V47.8h5.3zM1032.6 14.4v6.4l-7.2 3.4-.5-.3v16.8l.5-.3 7.2 3.4V50l-32.4-15.1v-5.4l32.4-15.1zm-13 12.1-.5.6-9.1 4.2-2.7.8v.1l2.7.9 9.1 4.2.5.6V26.5z"
/>
</svg>
);

export default LogoBeta;

0 comments on commit dff28a6

Please sign in to comment.