import { IconType } from "@/types/utils";
import React from "react";

const ActionIcon: IconType = () => (
  <svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
    <rect
      x="13.417"
      y="1.91663"
      width="7.66667"
      height="7.66667"
      rx="3.5"
      stroke="currentColor"
      strokeWidth="2"
    />
    <rect
      x="13.417"
      y="12.4583"
      width="7.66667"
      height="7.66667"
      rx="3.5"
      stroke="currentColor"
      strokeWidth="2"
    />
    <rect
      x="1.91699"
      y="1.91663"
      width="7.66667"
      height="7.66667"
      rx="3.5"
      stroke="currentColor"
      strokeWidth="2"
    />
    <rect
      x="1.91699"
      y="12.4583"
      width="7.66667"
      height="7.66667"
      rx="3.5"
      stroke="currentColor"
      strokeWidth="2"
    />
  </svg>
);

export default ActionIcon;
