export function TechSharingIcon()

in src/components/Icons/tech-sharing.tsx [3:48]


export function TechSharingIcon() {
    return (
        <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
            <g filter="url(#filter0_d_2407_4758)">
                <rect width="20" height="20" transform="translate(3 3)" fill="white" />
                <path
                    d="M9.43307 11.9331C9.18899 12.1771 9.18899 12.5729 9.43307 12.8169L11.424 14.8078L11.491 14.875L11.424 14.9422L9.43307 16.9331C9.18899 17.1771 9.18899 17.5729 9.43307 17.8169C9.67715 18.061 10.0729 18.061 10.317 17.8169L12.3202 15.8137C12.3984 15.7355 12.4814 15.6526 12.547 15.5753C12.6208 15.4883 12.7087 15.3683 12.761 15.2072C12.8312 14.9913 12.8312 14.7587 12.761 14.5428C12.7087 14.3817 12.6208 14.2617 12.547 14.1747C12.4814 14.0974 12.3985 14.0145 12.3202 13.9363L10.317 11.9331C10.0729 11.689 9.67715 11.689 9.43307 11.9331Z"
                    fill="#4C576C"
                />
                <path
                    d="M15.7589 16.75C16.1041 16.75 16.3839 17.0298 16.3839 17.375C16.3839 17.7202 16.1041 18 15.7589 18H13.625C13.2798 18 13 17.7202 13 17.375C13 17.0298 13.2798 16.75 13.625 16.75H15.7589Z"
                    fill="#4C576C"
                />
                <path
                    d="M7.45055 4.875C6.71847 4.875 6.125 5.46847 6.125 6.20054V19.7995C6.125 20.5315 6.71847 21.125 7.45054 21.125H18.5495C19.2815 21.125 19.875 20.5315 19.875 19.7995V10.7941C19.875 10.6365 19.8154 10.4847 19.7082 10.3691L14.7975 5.07496C14.6792 4.94746 14.5132 4.875 14.3393 4.875H7.45055ZM13.7143 6.125V10.8572C13.7143 11.2024 13.9941 11.4822 14.3393 11.4822H18.625V19.7995C18.625 19.8412 18.5912 19.875 18.5495 19.875H7.45054C7.40882 19.875 7.375 19.8412 7.375 19.7995V6.20054C7.375 6.15882 7.40882 6.125 7.45055 6.125H13.7143ZM14.9643 10.2322V7.10682L17.8292 10.2322H14.9643Z"
                    fill="#4C576C"
                />
            </g>
            <defs>
                <filter
                    id="filter0_d_2407_4758"
                    x="0.5"
                    y="0.5"
                    width="25"
                    height="25"
                    filterUnits="userSpaceOnUse"
                    color-interpolation-filters="sRGB"
                >
                    <feFlood floodOpacity="0" result="BackgroundImageFix" />
                    <feColorMatrix
                        in="SourceAlpha"
                        type="matrix"
                        values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
                        result="hardAlpha"
                    />
                    <feOffset />
                    <feGaussianBlur stdDeviation="1.25" />
                    <feComposite in2="hardAlpha" operator="out" />
                    <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.39747 0 0 0 0 0.991667 0 0 0 0.08 0" />
                    <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2407_4758" />
                    <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2407_4758" result="shape" />
                </filter>
            </defs>
        </svg>
    );
}