Files
nobat724_front/components/icons/TelegramBlueD.js
T

9 lines
367 B
JavaScript

function TelegramBlueD() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none">
<path d="M12.5 0.857147L0.5 5.14286L3.92857 6.85715L9.07143 3.42858L5.64286 7.71429L10.7857 11.1429L12.5 0.857147Z" stroke="#5559CE" strokeLinejoin="round" />
</svg>
)
}
export default TelegramBlueD