export const StoreNoticeIcon: React.FC<React.SVGAttributes<{}>> = (props) => (
  <svg xmlns="http://www.w3.org/2000/svg" {...props} fill="none">
    <path
      fill="currentColor"
      fillRule="evenodd"
      d="M10 2.385a7.615 7.615 0 1 0 0 15.23 7.615 7.615 0 0 0 0-15.23ZM1 10a9 9 0 1 1 18 0 9 9 0 0 1-18 0Z"
      clipRule="evenodd"
    />
    <path
      fill="currentColor"
      fillRule="evenodd"
      d="M10 6.077c.382 0 .692.31.692.692v3.692a.692.692 0 0 1-1.384 0V6.77c0-.382.31-.692.692-.692Z"
      clipRule="evenodd"
    />
    <path
      fill="currentColor"
      d="M10.923 13.23a.923.923 0 1 1-1.847 0 .923.923 0 0 1 1.847 0Z"
    />
  </svg>
);
