import {
  SVG,
  Path,
  Rect,
  Defs,
  LinearGradient,
  Stop,
} from "@wordpress/primitives";

const SideconvoIcon = (
  <SVG
    width="14"
    height="14"
    viewBox="0 0 14 14"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
  >
    <Defs>
      <LinearGradient
        id="paint0_linear_167_4171"
        x1="12.7"
        y1="1.4"
        x2="1.15"
        y2="12.75"
        gradientUnits="userSpaceOnUse"
      >
        <Stop offset="0" stopColor="#B754AC" />
        <Stop offset="1" stopColor="#C791D6" />
      </LinearGradient>
    </Defs>
    <Rect width="14" height="14" rx="7" fill="url(#paint0_linear_167_4171)" />
    <Path
      d="M7.97812 8.70234C7.97812 8.46527 7.88197 8.26274 7.69065 8.09474C7.49932 7.92581 7.26877 7.8418 6.99997 7.8418H0.0522461C0.154913 8.7014 0.413447 9.51247 0.798912 10.247H6.02185L5.34612 12.7455L7.97717 8.70234H7.97812Z"
      fill="white"
    />
    <Path
      d="M13.201 3.75293H7.97805L8.65378 1.25439L6.02271 5.2976C6.02271 5.53465 6.11883 5.7372 6.31018 5.9052C6.50151 6.07413 6.73205 6.15813 7.00085 6.15813H13.9486C13.8459 5.29853 13.5874 4.48745 13.2019 3.75293H13.201Z"
      fill="white"
    />
  </SVG>
);

export default SideconvoIcon;
