1
0

LogoTelegramOnLight.tsx 1.5 KB

123456789101112131415161718192021222324
  1. // THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY;
  2. import { Ref, SVGProps, forwardRef, memo } from 'react'
  3. const SvgLogoTelegramOnLight = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
  4. <svg width={24} height={25} viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg" ref={ref} {...props}>
  5. <path
  6. d="M12 22.01c5.523 0 10-4.476 10-10 0-5.522-4.477-10-10-10s-10 4.478-10 10c0 5.524 4.477 10 10 10Z"
  7. fill="url(#paint0_linear_603_319)"
  8. />
  9. <path
  10. d="M6.527 11.905c2.915-1.27 4.859-2.107 5.831-2.512 2.777-1.155 3.354-1.355 3.73-1.362.083-.002.268.019.388.116a.421.421 0 0 1 .142.271c.014.078.03.255.017.394-.15 1.58-.802 5.418-1.133 7.19-.14.749-.416 1-.683 1.024-.58.054-1.022-.383-1.584-.752-.88-.577-1.378-.936-2.232-1.5-.987-.65-.347-1.007.215-1.592.148-.153 2.706-2.48 2.756-2.691.006-.027.012-.125-.047-.177-.058-.052-.144-.034-.207-.02-.088.02-1.494.95-4.218 2.788-.399.274-.76.408-1.084.4-.357-.007-1.044-.201-1.555-.367-.626-.204-1.124-.312-1.08-.657.022-.18.27-.364.744-.553Z"
  11. fill="#fff"
  12. />
  13. <defs>
  14. <linearGradient id="paint0_linear_603_319" x1={12} y1={2.011} x2={12} y2={21.863} gradientUnits="userSpaceOnUse">
  15. <stop stopColor="#2AABEE" />
  16. <stop offset={1} stopColor="#229ED9" />
  17. </linearGradient>
  18. </defs>
  19. </svg>
  20. ))
  21. SvgLogoTelegramOnLight.displayName = 'SvgLogoTelegramOnLight'
  22. const Memo = memo(SvgLogoTelegramOnLight)
  23. export { Memo as SvgLogoTelegramOnLight }