import React from 'react'
/*
TODO: CI-1975 given the below comment, once we are happy this migration works, we should replace this with o-share
These icons have been copied from Origami as their TSX components are currently incompatible with next-article.
Once this is resolved, these components should be replaced with o-share https://github.com/Financial-Times/origami/tree/main/components/o-share.
*/
export const TwitterSVG: React.FC = () => {
return (
)
}
export const FacebookSVG: React.FC = () => {
return (
)
}
export const LinkedInSVG: React.FC = () => {
return (
)
}