39 lines
2.1 KiB
XML
39 lines
2.1 KiB
XML
const SwitchboardIcon = ({ className }: { className?: string }) => (
|
|
<svg
|
|
className={`${className}`}
|
|
width="50"
|
|
height="50"
|
|
viewBox="0 0 77 59"
|
|
version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<g id="Logo-/-Branding" stroke="none" fill="none">
|
|
<g
|
|
id="Artboard-Copy-13"
|
|
transform="translate(-190.000000, -216.000000)"
|
|
fill="#4c6fff"
|
|
>
|
|
<g id="Group-2" transform="translate(190.073984, 216.936658)">
|
|
<g id="Group-2-Copy" transform="translate(7.793510, 0.000000)">
|
|
<path
|
|
d="M0,20.5618692 C0,8.37745584 8.46049721,0.23471226 21.504123,0 L68.949953,0 C66.1199986,6.2431525 63.8418731,9.40858447 62.1155763,9.49629592 L21.0826801,9.49629592 C13.9789978,9.51541386 9.70259597,13.6455584 9.70259597,20.5618692 C9.70259597,27.4032667 13.9656204,31.8262383 20.8431235,31.8537325 L39.0136632,31.8262382 C41.6527581,31.8537324 43.9144823,34.1278864 43.9144823,36.8658935 C43.9144823,39.6039006 41.8553038,41.1874861 39.2658587,41.3190533 L21.3712044,41.3397319 C8.62248533,41.3397319 0.195863032,32.9187591 0.00336072172,20.9793638 L0,20.5618692 Z"
|
|
id="Combined-Shape-Copy-6"
|
|
></path>
|
|
</g>
|
|
<g
|
|
id="Group-2-Copy"
|
|
transform="translate(34.474977, 36.656819) scale(-1, -1) translate(-34.474977, -36.656819) translate(0.000000, 15.986953)"
|
|
>
|
|
<path
|
|
d="M0,20.5618692 C0,8.37745584 8.46049721,0.23471226 21.504123,0 L68.949953,0 C66.1199986,6.2431525 63.8418731,9.40858447 62.1155763,9.49629592 L21.0826801,9.49629592 C13.9789978,9.51541386 9.70259597,13.6455584 9.70259597,20.5618692 C9.70259597,27.4032667 13.9656204,31.8262383 20.8431235,31.8537325 L39.0136632,31.8262382 C41.6527581,31.8537324 43.9144823,34.1278864 43.9144823,36.8658935 C43.9144823,39.6039006 41.8553038,41.1874861 39.2658587,41.3190533 L21.3712044,41.3397319 C8.62248533,41.3397319 0.195863032,32.9187591 0.00336072172,20.9793638 L0,20.5618692 Z"
|
|
id="Combined-Shape-Copy-5"
|
|
></path>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
)
|
|
|
|
export default SwitchboardIcon
|