import React from "react";

export default function FontSizeIcon() {
  return (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width="1em"
      height="1em"
      viewBox="0 0 20 20"
    >
      <path
        fill="currentColor"
        d="M16 9v8h-2V9h-4V7h10v2zM8 5v12H6V5H0V3h15v2z"
      />
    </svg>
  );
}
